#include <Interval.hpp>
◆ Interval() [1/2]
gstlrn::Interval::Interval |
( |
double |
vmin = TEST , |
|
|
double |
vmax = TEST , |
|
|
bool |
mininc = true , |
|
|
bool |
maxinc = false |
|
) |
| |
◆ Interval() [2/2]
gstlrn::Interval::Interval |
( |
const Interval & |
m | ) |
|
◆ ~Interval()
gstlrn::Interval::~Interval |
( |
| ) |
|
|
virtual |
◆ getBounds()
gstlrn::Interval::getBounds |
( |
| ) |
const |
◆ getMaxIncluded()
bool gstlrn::Interval::getMaxIncluded |
( |
| ) |
const |
|
inline |
◆ getMinIncluded()
bool gstlrn::Interval::getMinIncluded |
( |
| ) |
const |
|
inline |
◆ getVmax()
double gstlrn::Interval::getVmax |
( |
| ) |
const |
|
inline |
◆ getVmin()
double gstlrn::Interval::getVmin |
( |
| ) |
const |
|
inline |
◆ init()
void gstlrn::Interval::init |
( |
double |
vmin = TEST , |
|
|
double |
vmax = TEST , |
|
|
bool |
mininc = true , |
|
|
bool |
maxinc = false |
|
) |
| |
◆ isDisjoint()
bool gstlrn::Interval::isDisjoint |
( |
const Interval & |
m | ) |
const |
◆ isInside()
bool gstlrn::Interval::isInside |
( |
double |
value | ) |
const |
◆ isMaxDefined()
bool gstlrn::Interval::isMaxDefined |
( |
| ) |
const |
|
inline |
◆ isMinDefined()
bool gstlrn::Interval::isMinDefined |
( |
| ) |
const |
|
inline |
◆ isOutsideAbove()
bool gstlrn::Interval::isOutsideAbove |
( |
double |
value | ) |
const |
◆ isOutsideBelow()
bool gstlrn::Interval::isOutsideBelow |
( |
double |
value | ) |
const |
◆ isValid()
bool gstlrn::Interval::isValid |
( |
| ) |
const |
◆ operator=()
◆ setMaxIncluded()
void gstlrn::Interval::setMaxIncluded |
( |
bool |
maxIncluded | ) |
|
|
inline |
◆ setMinIncluded()
void gstlrn::Interval::setMinIncluded |
( |
bool |
minIncluded | ) |
|
|
inline |
◆ setVmax()
void gstlrn::Interval::setVmax |
( |
double |
vmax | ) |
|
|
inline |
◆ setVmin()
void gstlrn::Interval::setVmin |
( |
double |
vmin | ) |
|
|
inline |
◆ toString()
The documentation for this class was generated from the following files:
- include/Basic/Interval.hpp
- src/Basic/Interval.cpp