![]() |
Rosetta
2021.16
|
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.
|
inline |
|
inline |
|
inline |
References dof_id_.
Referenced by core::id::operator<<().
|
inline |
References max_.
Referenced by core::id::operator<<().
|
inline |
References min_.
Referenced by core::id::operator<<().
|
friend |
|
friend |
|
friend |
stream << DOF_ID_Range
|
friend |
|
private |
maximum value
Referenced by max().
|
private |
minimum value
Referenced by min().
1.8.7