|
Rosetta 3.5
|
Kinematics DOF identifier (with range) class. More...
#include <DOF_ID_Range.hh>

Public Member Functions | |
| DOF_ID_Range () | |
| DOF_ID_Range (DOF_ID const &dof_id, Real const &min, Real const &max) | |
| DOF_ID const & | dof_id () const |
| Real | min () const |
| Real | max () const |
Private Attributes | |
| DOF_ID | dof_id_ |
| DOF identifier. More... | |
| core::Real | min_ |
| minimum value More... | |
| core::Real | max_ |
| maximum value More... | |
Friends | |
| std::ostream & | operator<< (std::ostream &os, DOF_ID_Range const &a) |
| stream << DOF_ID_Range More... | |
| bool | operator== (DOF_ID_Range const &a, DOF_ID_Range const &b) |
| bool | operator!= (DOF_ID_Range const &a, DOF_ID_Range const &b) |
| bool | operator< (DOF_ID_Range const &a, DOF_ID_Range const &b) |
Kinematics DOF identifier (with range) class.
Definition at line 40 of file DOF_ID_Range.hh.
|
inline |
Definition at line 45 of file DOF_ID_Range.hh.
|
inline |
Definition at line 47 of file DOF_ID_Range.hh.
|
inline |
Definition at line 61 of file DOF_ID_Range.hh.
References dof_id_.
Referenced by core::id::operator<<().
|
inline |
Definition at line 69 of file DOF_ID_Range.hh.
References max_.
Referenced by core::id::operator<<().
|
inline |
Definition at line 65 of file DOF_ID_Range.hh.
References min_.
Referenced by core::id::operator<<().
|
friend |
Definition at line 91 of file DOF_ID_Range.hh.
|
friend |
Definition at line 99 of file DOF_ID_Range.hh.
|
friend |
stream << DOF_ID_Range
Definition at line 31 of file DOF_ID_Range.cc.
|
friend |
Definition at line 83 of file DOF_ID_Range.hh.
|
private |
|
private |
|
private |
1.8.4