|
Rosetta 3.5
|
#include <AtomGraphData.hh>


Public Member Functions | |
| AtomGraphVertexData () | |
| AtomGraphVertexData (numeric::xyzVector< core::Real > const &coors, std::string atom_name, core::Size residue_id) | |
| std::string & | atom_name () |
| std::string const & | atom_name () const |
| core::Size & | residue_id () |
| core::Size const & | residue_id () const |
| core::Real & | atom_radius_squared () |
| core::Real const & | atom_radius_squared () const |
Public Member Functions inherited from core::conformation::PointGraphVertexData | |
| PointGraphVertexData () | |
| PointGraphVertexData (numeric::xyzVector< core::Real > const &coors) | |
| numeric::xyzVector< core::Real > & | xyz () |
| numeric::xyzVector< core::Real > const & | xyz () const |
Private Attributes | |
| std::string | atom_name_ |
| core::Size | residue_id_ |
| core::Real | atom_radius_squared_ |
Additional Inherited Members | |
Static Public Attributes inherited from core::conformation::PointGraphVertexData | |
| static int const | NUM_EDGES_TO_RESERVE = 50 |
Definition at line 21 of file AtomGraphData.hh.
|
inline |
Definition at line 24 of file AtomGraphData.hh.
|
inline |
Definition at line 25 of file AtomGraphData.hh.
|
inline |
Definition at line 28 of file AtomGraphData.hh.
References atom_name_.
Referenced by core::conformation::annotated_atom_graph_from_conformation(), and core::conformation::atom_graph_from_conformation().
|
inline |
Definition at line 29 of file AtomGraphData.hh.
References atom_name_.
|
inline |
Definition at line 34 of file AtomGraphData.hh.
References atom_radius_squared_.
Referenced by core::conformation::atom_graph_from_conformation().
|
inline |
Definition at line 35 of file AtomGraphData.hh.
References atom_radius_squared_.
|
inline |
Definition at line 31 of file AtomGraphData.hh.
References residue_id_.
Referenced by core::conformation::annotated_atom_graph_from_conformation().
|
inline |
Definition at line 32 of file AtomGraphData.hh.
References residue_id_.
|
private |
Definition at line 38 of file AtomGraphData.hh.
Referenced by atom_name().
|
private |
Definition at line 40 of file AtomGraphData.hh.
Referenced by atom_radius_squared().
|
private |
Definition at line 39 of file AtomGraphData.hh.
Referenced by residue_id().
1.8.4