|
Rosetta 3.5
|
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.
Definition at line 42 of file TorsionID_Range.hh.
|
inline |
Definition at line 47 of file TorsionID_Range.hh.
|
inline |
Definition at line 49 of file TorsionID_Range.hh.
|
inline |
Definition at line 71 of file TorsionID_Range.hh.
References max_.
Referenced by core::id::operator<<().
|
inline |
Definition at line 67 of file TorsionID_Range.hh.
References min_.
Referenced by core::id::operator<<().
|
inline |
Definition at line 63 of file TorsionID_Range.hh.
References torsion_id_.
Referenced by core::id::operator<<().
|
friend |
Definition at line 93 of file TorsionID_Range.hh.
|
friend |
Definition at line 101 of file TorsionID_Range.hh.
|
friend |
stream << TorsionID_Range
Definition at line 27 of file TorsionID_Range.cc.
|
friend |
Definition at line 85 of file TorsionID_Range.hh.
|
private |
|
private |
|
private |
1.8.4