|
Rosetta 3.5
|
#include <PointGraphData.hh>


Public Member Functions | |
| PointGraphVertexData () | |
| PointGraphVertexData (numeric::xyzVector< core::Real > const &coors) | |
| numeric::xyzVector< core::Real > & | xyz () |
| numeric::xyzVector< core::Real > const & | xyz () const |
Static Public Attributes | |
| static int const | NUM_EDGES_TO_RESERVE = 50 |
Private Attributes | |
| numeric::xyzVector< core::Real > | xyz_ |
Definition at line 27 of file PointGraphData.hh.
|
inline |
Definition at line 30 of file PointGraphData.hh.
|
inline |
Definition at line 31 of file PointGraphData.hh.
|
inline |
Definition at line 33 of file PointGraphData.hh.
References xyz_.
Referenced by core::conformation::annotated_atom_graph_from_conformation(), and core::conformation::atom_graph_from_conformation().
|
inline |
Definition at line 34 of file PointGraphData.hh.
References xyz_.
|
static |
Definition at line 36 of file PointGraphData.hh.
|
private |
Definition at line 39 of file PointGraphData.hh.
Referenced by xyz().
1.8.4