Rosetta 3.4
|
#include <JumpID.hh>
Public Member Functions | |
JumpID () | |
Default constructor. | |
JumpID (Size const rsd1_in, Size const rsd2_in) | |
Property constructor. | |
Size | rsd1 () const |
Size & | rsd2 () |
bool | valid () const |
Is this id valid? | |
Friends | |
std::ostream & | operator<< (std::ostream &os, JumpID const &a) |
bool | operator== (JumpID const &a, JumpID const &b) |
bool | operator!= (JumpID const &a, JumpID const &b) |
bool | operator< (JumpID const &a, JumpID const &b) |
/brief Torsion identifier class
Note the order of the elements in construction calls:
( residue, type, torsion )
sort of from least to most specific
core::id::JumpID::JumpID | ( | ) | [inline] |
Default constructor.
Size core::id::JumpID::rsd1 | ( | ) | const [inline] |
Size& core::id::JumpID::rsd2 | ( | ) | [inline] |
bool core::id::JumpID::valid | ( | ) | const [inline] |
Is this id valid?
std::ostream& operator<< | ( | std::ostream & | os, |
JumpID const & | a | ||
) | [friend] |