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

Public Member Functions | |
| BasePairStep (Size const i, Size const i_next, Size const j, Size const j_next) | |
| ~BasePairStep () override | |
| Size const & | i () const |
| Size const & | i_next () const |
| Size const & | j () const |
| Size const & | j_next () const |
Private Types | |
| typedef std::pair< Size, Size > | DinucleotideStrand |
Private Attributes | |
| std::pair< DinucleotideStrand, DinucleotideStrand > | base_pair_step_ |
Friends | |
| std::ostream & | operator<< (std::ostream &os, BasePairStep const &bps) |
| bool | operator== (BasePairStep const &lhs, BasePairStep const &rhs) |
|
private |
| core::pose::rna::BasePairStep::BasePairStep | ( | Size const | i, |
| Size const | i_next, | ||
| Size const | j, | ||
| Size const | j_next | ||
| ) |
References base_pair_step_.
|
overridedefault |
|
inline |
References base_pair_step_.
Referenced by core::pose::rna::base_pair_step_moving(), and core::import_pose::libraries::BasePairStepSequence::BasePairStepSequence().
|
inline |
References base_pair_step_.
Referenced by core::pose::rna::base_pair_step_moving(), and core::import_pose::libraries::BasePairStepSequence::BasePairStepSequence().
|
inline |
References base_pair_step_.
Referenced by core::pose::rna::base_pair_step_moving(), and core::import_pose::libraries::BasePairStepSequence::BasePairStepSequence().
|
inline |
References base_pair_step_.
Referenced by core::pose::rna::base_pair_step_moving(), and core::import_pose::libraries::BasePairStepSequence::BasePairStepSequence().
|
friend |
|
friend |
|
private |
Referenced by BasePairStep(), i(), i_next(), j(), j_next(), and core::pose::rna::operator<<().
1.8.7