![]() |
Rosetta Core
2014.35
|
Class to save the state for a ResidueAtomTreeCollection. More...
#include <AtomTreeCollection.hh>
Public Member Functions | |
ResidueAtomTreeCollectionMomento () | |
virtual | ~ResidueAtomTreeCollectionMomento () |
ResidueAtomTreeCollectionMomento (ResidueAtomTreeCollectionMomento const &) | |
ResidueAtomTreeCollectionMomento const & | operator= (ResidueAtomTreeCollectionMomento const &) |
void | set_restype_index (Size setting) |
void | copy_coords (conformation::Residue const &) |
Size | restype_index () const |
Vector const & | coord (Size ind) const |
Private Attributes | |
Size | restype_index_ |
Size | natoms_ |
utility::vector1< Vector > | coords_ |
Class to save the state for a ResidueAtomTreeCollection.
core::pack::scmin::ResidueAtomTreeCollectionMomento::ResidueAtomTreeCollectionMomento | ( | ) |
|
virtual |
core::pack::scmin::ResidueAtomTreeCollectionMomento::ResidueAtomTreeCollectionMomento | ( | ResidueAtomTreeCollectionMomento const & | src | ) |
References coords_, and natoms_.
Referenced by core::pack::get_residue_current_energy(), and core::pack::scmin::ResidueAtomTreeCollection::update_from_momento().
void core::pack::scmin::ResidueAtomTreeCollectionMomento::copy_coords | ( | conformation::Residue const & | res | ) |
References coords_, core::conformation::Residue::natoms(), natoms_, and core::conformation::Residue::xyz().
Referenced by core::pack::scmin::ResidueAtomTreeCollection::save_momento().
ResidueAtomTreeCollectionMomento const & core::pack::scmin::ResidueAtomTreeCollectionMomento::operator= | ( | ResidueAtomTreeCollectionMomento const & | rhs | ) |
References coords_, natoms_, and restype_index_.
|
inline |
References restype_index_.
Referenced by core::pack::scmin::ResidueAtomTreeCollection::update_from_momento().
void core::pack::scmin::ResidueAtomTreeCollectionMomento::set_restype_index | ( | Size | setting | ) |
References restype_index_.
Referenced by core::pack::scmin::ResidueAtomTreeCollection::save_momento().
|
private |
Referenced by coord(), copy_coords(), and operator=().
|
private |
Referenced by coord(), copy_coords(), and operator=().
|
private |
Referenced by operator=(), restype_index(), and set_restype_index().