|
Rosetta 3.5
|
#include <DnaChains.hh>

Public Member Functions | |
| DnaPosition () | |
| Stores residue index/indices for a DNA position, which could be a basepair or a single-stranded position. Accomplishes what std::pair<Size,Size> would, but is nicer to use. More... | |
| DnaPosition (core::Size i) | |
| DnaPosition (core::Size i, core::Size j) | |
| ~DnaPosition () | |
| core::Size | top () const |
| core::Size | bottom () const |
| bool | paired () const |
Private Attributes | |
| core::Size | top_ |
| core::Size | bottom_ |
| bool | paired_ |
Definition at line 33 of file DnaChains.hh.
|
inline |
Stores residue index/indices for a DNA position, which could be a basepair or a single-stranded position. Accomplishes what std::pair<Size,Size> would, but is nicer to use.
Definition at line 37 of file DnaChains.hh.
|
inline |
Definition at line 39 of file DnaChains.hh.
|
inline |
Definition at line 41 of file DnaChains.hh.
|
inline |
Definition at line 42 of file DnaChains.hh.
|
inline |
Definition at line 46 of file DnaChains.hh.
References bottom_.
Referenced by protocols::dna::DnaInterfacePacker::add_complementary_sequence(), protocols::dna::DnaInterfaceMultiStateDesign::add_dna_states(), protocols::dna::WatsonCrickRotamerCouplings::apply(), protocols::dna::RestrictDesignToProteinDNAInterface::apply(), protocols::dna::DnaInterfacePacker::get_targeted_sequence(), and protocols::dna::DnaChains::print().
|
inline |
Definition at line 47 of file DnaChains.hh.
References paired_.
Referenced by protocols::dna::DnaInterfacePacker::add_complementary_sequence(), protocols::dna::DnaInterfaceMultiStateDesign::add_dna_states(), protocols::dna::WatsonCrickRotamerCouplings::apply(), protocols::dna::RestrictDesignToProteinDNAInterface::apply(), protocols::dna::DnaInterfacePacker::get_targeted_sequence(), and protocols::dna::DnaChains::print().
|
inline |
Definition at line 45 of file DnaChains.hh.
References top_.
Referenced by protocols::dna::DnaInterfacePacker::add_complementary_sequence(), protocols::dna::DnaInterfaceMultiStateDesign::add_dna_states(), protocols::dna::WatsonCrickRotamerCouplings::apply(), protocols::dna::RestrictDesignToProteinDNAInterface::apply(), protocols::dna::DnaInterfacePacker::get_targeted_sequence(), and protocols::dna::DnaChains::print().
|
private |
Definition at line 52 of file DnaChains.hh.
Referenced by bottom().
|
private |
Definition at line 53 of file DnaChains.hh.
Referenced by paired().
|
private |
Definition at line 51 of file DnaChains.hh.
Referenced by top().
1.8.4