|
Rosetta 3.5
|
#include <RNA_JumpLibrary.hh>

Public Member Functions | |
| BasePairType (char const aa1_in, char const aa2_in, char const edge1_in, char const edge2_in, char const orientation_in) | |
Public Attributes | |
| char | aa1 |
| char | aa2 |
| char | edge1 |
| char | edge2 |
| char | orientation |
Friends | |
| bool | operator< (BasePairType const &lhs, BasePairType const &rhs) |
Definition at line 33 of file RNA_JumpLibrary.hh.
|
inline |
Definition at line 41 of file RNA_JumpLibrary.hh.
References aa1, aa2, edge1, edge2, and orientation.
|
friend |
Definition at line 50 of file RNA_JumpLibrary.hh.
| char protocols::rna::BasePairType::aa1 |
Definition at line 35 of file RNA_JumpLibrary.hh.
Referenced by BasePairType().
| char protocols::rna::BasePairType::aa2 |
Definition at line 36 of file RNA_JumpLibrary.hh.
Referenced by BasePairType().
| char protocols::rna::BasePairType::edge1 |
Definition at line 37 of file RNA_JumpLibrary.hh.
Referenced by BasePairType().
| char protocols::rna::BasePairType::edge2 |
Definition at line 38 of file RNA_JumpLibrary.hh.
Referenced by BasePairType().
| char protocols::rna::BasePairType::orientation |
Definition at line 39 of file RNA_JumpLibrary.hh.
Referenced by BasePairType().
1.8.4