![]() |
Rosetta Core
2014.35
|
#include <PseudoBond.hh>
Public Types | |
typedef utility::vector1 < PseudoBond >::const_iterator | PBIter |
Public Member Functions | |
PseudoBondCollection () | |
virtual | ~PseudoBondCollection () |
PseudoBondCollectionCOP | clone_with_new_sequence_numbering (utility::vector1< int > const &old2new) const |
void | push_back (PseudoBond const &) |
PBIter | iter_begin () const |
PBIter | iter_end () const |
Size | size () const |
Private Attributes | |
utility::vector1< PseudoBond > | pseudo_bonds_ |
typedef utility::vector1< PseudoBond >::const_iterator core::conformation::PseudoBondCollection::PBIter |
core::conformation::PseudoBondCollection::PseudoBondCollection | ( | ) |
Referenced by clone_with_new_sequence_numbering().
|
virtual |
PseudoBondCollectionCOP core::conformation::PseudoBondCollection::clone_with_new_sequence_numbering | ( | utility::vector1< int > const & | old2new | ) | const |
PseudoBondCollection::PBIter core::conformation::PseudoBondCollection::iter_begin | ( | ) | const |
References pseudo_bonds_.
Referenced by clone_with_new_sequence_numbering().
PseudoBondCollection::PBIter core::conformation::PseudoBondCollection::iter_end | ( | ) | const |
References pseudo_bonds_.
Referenced by clone_with_new_sequence_numbering().
void core::conformation::PseudoBondCollection::push_back | ( | PseudoBond const & | pb | ) |
References pseudo_bonds_.
|
inline |
References pseudo_bonds_.
|
private |
Referenced by iter_begin(), iter_end(), push_back(), and size().