|
Rosetta 3.5
|
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.
Definition at line 54 of file AtomTreeCollection.hh.
| core::pack::scmin::ResidueAtomTreeCollectionMomento::ResidueAtomTreeCollectionMomento | ( | ) |
Definition at line 46 of file AtomTreeCollection.cc.
|
virtual |
Definition at line 51 of file AtomTreeCollection.cc.
| core::pack::scmin::ResidueAtomTreeCollectionMomento::ResidueAtomTreeCollectionMomento | ( | ResidueAtomTreeCollectionMomento const & | src) |
Definition at line 53 of file AtomTreeCollection.cc.
Definition at line 69 of file AtomTreeCollection.hh.
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) |
Definition at line 80 of file AtomTreeCollection.cc.
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) |
Definition at line 64 of file AtomTreeCollection.cc.
References coords_, natoms_, and restype_index_.
|
inline |
Definition at line 66 of file AtomTreeCollection.hh.
References restype_index_.
Referenced by core::pack::scmin::ResidueAtomTreeCollection::update_from_momento().
| void core::pack::scmin::ResidueAtomTreeCollectionMomento::set_restype_index | ( | Size | setting) |
Definition at line 75 of file AtomTreeCollection.cc.
References restype_index_.
Referenced by core::pack::scmin::ResidueAtomTreeCollection::save_momento().
|
private |
Definition at line 78 of file AtomTreeCollection.hh.
Referenced by coord(), copy_coords(), and operator=().
|
private |
Definition at line 77 of file AtomTreeCollection.hh.
Referenced by coord(), copy_coords(), and operator=().
|
private |
Definition at line 76 of file AtomTreeCollection.hh.
Referenced by operator=(), restype_index(), and set_restype_index().
1.8.4