|
Rosetta 3.5
|
#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_ |
Definition at line 114 of file PseudoBond.hh.
| typedef utility::vector1< PseudoBond >::const_iterator core::conformation::PseudoBondCollection::PBIter |
Definition at line 117 of file PseudoBond.hh.
| core::conformation::PseudoBondCollection::PseudoBondCollection | ( | ) |
Definition at line 80 of file PseudoBond.cc.
Referenced by clone_with_new_sequence_numbering().
|
virtual |
Definition at line 81 of file PseudoBond.cc.
| PseudoBondCollectionCOP core::conformation::PseudoBondCollection::clone_with_new_sequence_numbering | ( | utility::vector1< int > const & | old2new) | const |
Definition at line 84 of file PseudoBond.cc.
References iter_begin(), iter_end(), core::conformation::PseudoBond::lr(), PseudoBondCollection(), and core::conformation::PseudoBond::ur().
| PseudoBondCollection::PBIter core::conformation::PseudoBondCollection::iter_begin | ( | ) | const |
Definition at line 103 of file PseudoBond.cc.
References pseudo_bonds_.
Referenced by clone_with_new_sequence_numbering().
| PseudoBondCollection::PBIter core::conformation::PseudoBondCollection::iter_end | ( | ) | const |
Definition at line 107 of file PseudoBond.cc.
References pseudo_bonds_.
Referenced by clone_with_new_sequence_numbering().
| void core::conformation::PseudoBondCollection::push_back | ( | PseudoBond const & | pb) |
Definition at line 99 of file PseudoBond.cc.
References pseudo_bonds_.
|
inline |
Definition at line 133 of file PseudoBond.hh.
References pseudo_bonds_.
|
private |
Definition at line 137 of file PseudoBond.hh.
Referenced by iter_begin(), iter_end(), push_back(), and size().
1.8.4