![]() |
Rosetta
2021.16
|
Kinematics DOF identifier (with range) class. More...
#include <TorsionID_Range.hh>
Public Member Functions | |
| TorsionID_Range () | |
| TorsionID_Range (TorsionID const &torsion_id, Real const &min, Real const &max) | |
| TorsionID const & | torsion_id () const |
| Real | min () const |
| Real | max () const |
Private Attributes | |
| TorsionID | torsion_id_ |
| DOF identifier. More... | |
| core::Real | min_ |
| minimum value More... | |
| core::Real | max_ |
| maximum value More... | |
Friends | |
| std::ostream & | operator<< (std::ostream &os, TorsionID_Range const &a) |
| stream << TorsionID_Range More... | |
| bool | operator== (TorsionID_Range const &a, TorsionID_Range const &b) |
| bool | operator!= (TorsionID_Range const &a, TorsionID_Range const &b) |
| bool | operator< (TorsionID_Range const &a, TorsionID_Range const &b) |
Kinematics DOF identifier (with range) class.
|
inline |
|
inline |
|
inline |
References max_.
Referenced by core::id::operator<<().
|
inline |
References min_.
Referenced by core::id::operator<<().
|
inline |
References torsion_id_.
Referenced by core::id::operator<<().
|
friend |
|
friend |
|
friend |
stream << TorsionID_Range
|
friend |
|
private |
maximum value
Referenced by max().
|
private |
minimum value
Referenced by min().
|
private |
DOF identifier.
Referenced by torsion_id().
1.8.7