![]() |
Open CASCADE Technology Reference Manual 8.0.0
|
The class describes the 1-d range [myFirst, myLast]. More...
#include <IntTools_Range.hxx>
Public Member Functions | |
| IntTools_Range () | |
| Empty constructor. | |
| IntTools_Range (const double aFirst, const double aLast) | |
| Initialize me by range boundaries. | |
| void | SetFirst (const double aFirst) |
| Modifier. | |
| void | SetLast (const double aLast) |
| Modifier. | |
| double | First () const |
| Selector. | |
| double | Last () const |
| Selector. | |
| void | Range (double &aFirst, double &aLast) const |
| Selector. | |
The class describes the 1-d range [myFirst, myLast].
| IntTools_Range::IntTools_Range | ( | ) |
Empty constructor.
Initialize me by range boundaries.
| double IntTools_Range::First | ( | ) | const |
Selector.
| double IntTools_Range::Last | ( | ) | const |
Selector.