Rosetta 3.4
|
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 |
info about an atom in a unrecognized res (not in pose, but we want to remember it)
core::pose::UnrecognizedAtomRecord::UnrecognizedAtomRecord | ( | Size | res_num, |
std::string | res_name, | ||
std::string | atom_name, | ||
numeric::xyzVector< Real > | coords, | ||
Real | temp | ||
) | [inline] |
std::string const& core::pose::UnrecognizedAtomRecord::atom_name | ( | ) | const [inline] |
numeric::xyzVector<Real> const& core::pose::UnrecognizedAtomRecord::coords | ( | ) | const [inline] |
std::string const& core::pose::UnrecognizedAtomRecord::res_name | ( | ) | const [inline] |
core::Size const& core::pose::UnrecognizedAtomRecord::res_num | ( | ) | const [inline] |
Real const& core::pose::UnrecognizedAtomRecord::temp | ( | ) | const [inline] |