|
Rosetta 3.5
|
#include <DnaChains.hh>


Public Member Functions | |
| DnaChains () | |
| virtual | ~DnaChains () |
| DnaChains (DnaChains const &other) | |
| DnaChainsOP | clone () const |
| void | clear () |
| bool | empty () const |
| core::Size | size () const |
| DnaPosition & | operator[] (core::Size resindex) |
| DnaPosition const & | operator[] (core::Size resindex) const |
| DnaPositions & | positions () |
| DnaPositions const & | positions () const |
| DnaPositions::iterator | begin () |
| DnaPositions::iterator | end () |
| DnaPositions::const_iterator | begin () const |
| DnaPositions::const_iterator | end () const |
| bool | is_top (core::Size index) const |
| bool | contains (core::Size index) const |
| void | print (core::pose::Pose const &pose, std::ostream &os) const |
Private Attributes | |
| DnaPositions | positions_ |
Definition at line 58 of file DnaChains.hh.
| protocols::dna::DnaChains::DnaChains | ( | ) |
Definition at line 32 of file DnaChains.cc.
Referenced by clone().
|
virtual |
Definition at line 34 of file DnaChains.cc.
| protocols::dna::DnaChains::DnaChains | ( | DnaChains const & | other) |
Definition at line 36 of file DnaChains.cc.
References positions(), and positions_.
|
inline |
Definition at line 77 of file DnaChains.hh.
References positions_.
Referenced by protocols::dna::WatsonCrickRotamerCouplings::apply().
|
inline |
Definition at line 79 of file DnaChains.hh.
References positions_.
|
inline |
Definition at line 66 of file DnaChains.hh.
References positions_.
Referenced by protocols::dna::find_basepairs().
| DnaChainsOP protocols::dna::DnaChains::clone | ( | ) | const |
Definition at line 42 of file DnaChains.cc.
References DnaChains().
| bool protocols::dna::DnaChains::contains | ( | core::Size | index) | const |
Definition at line 48 of file DnaChains.cc.
References is_top(), and positions_.
Referenced by protocols::dna::find_basepairs().
|
inline |
Definition at line 67 of file DnaChains.hh.
References positions_.
Referenced by protocols::dna::find_basepairs().
|
inline |
Definition at line 78 of file DnaChains.hh.
References positions_.
Referenced by protocols::dna::WatsonCrickRotamerCouplings::apply().
|
inline |
Definition at line 80 of file DnaChains.hh.
References positions_.
|
inline |
|
inline |
Definition at line 70 of file DnaChains.hh.
References positions_.
|
inline |
Definition at line 71 of file DnaChains.hh.
References positions_.
|
inline |
|
inline |
Definition at line 75 of file DnaChains.hh.
References positions_.
| void protocols::dna::DnaChains::print | ( | core::pose::Pose const & | pose, |
| std::ostream & | os | ||
| ) | const |
Definition at line 63 of file DnaChains.cc.
References protocols::dna::DnaPosition::bottom(), core::chemical::ResidueType::name3(), protocols::dna::DnaPosition::paired(), core::pose::Pose::pdb_info(), positions_, core::pose::Pose::residue_type(), and protocols::dna::DnaPosition::top().
Referenced by protocols::dna::find_basepairs().
|
inline |
Definition at line 68 of file DnaChains.hh.
References positions_.
|
private |
Definition at line 91 of file DnaChains.hh.
Referenced by begin(), clear(), contains(), DnaChains(), empty(), end(), is_top(), operator[](), positions(), print(), and size().
1.8.4