![]() |
Rosetta Core
2014.16.56682
|
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 (Size res_num, std::string res_name, std::string 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)
|
inline |
|
inline |
References atom_name_.
|
inline |
References coords_.
|
inline |
References res_name_.
|
inline |
References res_num_.
|
private |
Referenced by atom_name().
|
private |
Referenced by coords().
|
private |
Referenced by res_name().
1.8.7