Rosetta
|
info about an atom in a unrecognized res (not in pose, but we want to remember it) More...
#include <PDBInfo.hh>
Public Member Functions | |
UnrecognizedAtomRecord () | |
UnrecognizedAtomRecord (Size res_num, std::string const &res_name, std::string const &atom_name, numeric::xyzVector< Real > coords, Real temp) | |
core::Size const & | res_num () const |
std::string const & | res_name () const |
std::string const & | atom_name () const |
numeric::xyzVector< Real > const & | coords () const |
Real const & | temp () const |
Private Attributes | |
Size | res_num_ |
std::string | res_name_ |
std::string | atom_name_ |
numeric::xyzVector< Real > | coords_ |
Real | temp_ |
info about an atom in a unrecognized res (not in pose, but we want to remember it)
|
default |
|
inline |
|
inline |
References atom_name_.
Referenced by core::pose::operator<<().
|
inline |
References coords_.
Referenced by core::pose::operator<<().
|
inline |
References res_name_.
Referenced by protocols::features::UnrecognizedAtomFeatures::insert_unrecognized_residues_rows().
|
inline |
References res_num_.
Referenced by protocols::features::UnrecognizedAtomFeatures::insert_unrecognized_residues_rows(), and core::pose::operator<<().
|
inline |
References temp_.
Referenced by protocols::features::UnrecognizedAtomFeatures::insert_unrecognized_residues_rows(), and core::pose::operator<<().
|
private |
Referenced by atom_name().
|
private |
Referenced by coords().
|
private |
Referenced by res_name().