![]() |
Rosetta
2021.16
|
#include <PseudoBond.hh>

Public Types | |
| typedef utility::vector1 < PseudoBond >::const_iterator | PBIter |
Public Member Functions | |
| PseudoBondCollection () | |
| ~PseudoBondCollection () override | |
| 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 |
|
default |
|
overridedefault |
| 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().
1.8.7