#include <sot/core/multi-bound.hh>
List of all members.
Member Enumeration Documentation
Constructor & Destructor Documentation
dynamicgraph::sot::MultiBound::MultiBound |
( |
const double |
x = 0. | ) |
|
dynamicgraph::sot::MultiBound::MultiBound |
( |
const double |
xi, |
|
|
const double |
xs |
|
) |
| |
dynamicgraph::sot::MultiBound::MultiBound |
( |
const double |
x, |
|
|
const SupInfType |
bound |
|
) |
| |
dynamicgraph::sot::MultiBound::MultiBound |
( |
const MultiBound & |
clone | ) |
|
Member Function Documentation
double dynamicgraph::sot::MultiBound::getDoubleBound |
( |
const SupInfType |
bound | ) |
const |
bool dynamicgraph::sot::MultiBound::getDoubleBoundSetup |
( |
const SupInfType |
bound | ) |
const |
double dynamicgraph::sot::MultiBound::getSingleBound |
( |
void |
| ) |
const |
void dynamicgraph::sot::MultiBound::setDoubleBound |
( |
SupInfType |
boundType, |
|
|
double |
boundValue |
|
) |
| |
void dynamicgraph::sot::MultiBound::setSingleBound |
( |
double |
boundValue | ) |
|
void dynamicgraph::sot::MultiBound::unsetDoubleBound |
( |
SupInfType |
boundType | ) |
|
Friends And Related Function Documentation
SOT_CORE_EXPORT friend std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const MultiBound & |
m |
|
) |
| [friend] |
SOT_CORE_EXPORT friend std::istream& operator>> |
( |
std::istream & |
is, |
|
|
MultiBound & |
m |
|
) |
| [friend] |
Member Data Documentation