![]() |
Rosetta
2021.16
|
#include <JumpID.hh>
Public Member Functions | |
| JumpID () | |
| Default constructor. More... | |
| JumpID (Size const rsd1_in, Size const rsd2_in) | |
| Property constructor. More... | |
| Size | rsd1 () const |
| Size | rsd2 () const |
| Size & | rsd2 () |
| bool | valid () const |
| Is this id valid? More... | |
Private Attributes | |
| Size | rsd1_ |
| Residue number within the complex. More... | |
| Size | rsd2_ |
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
|
inline |
Default constructor.
|
inline |
|
friend |
|
private |
Residue number within the complex.
Referenced by JumpID(), core::id::operator<<(), rsd1(), and valid().
|
private |
Referenced by JumpID(), core::id::operator<<(), rsd2(), and valid().
1.8.7