![]() |
Open CASCADE Technology Reference Manual 8.0.0
|
#include <IntTools_CurveRangeLocalizeData.hxx>
Public Member Functions | |
| IntTools_CurveRangeLocalizeData (const int theNbSample, const double theMinRange) | |
| int | GetNbSample () const |
| double | GetMinRange () const |
| void | AddOutRange (const IntTools_CurveRangeSample &theRange) |
| void | AddBox (const IntTools_CurveRangeSample &theRange, const Bnd_Box &theBox) |
| bool | FindBox (const IntTools_CurveRangeSample &theRange, Bnd_Box &theBox) const |
| bool | IsRangeOut (const IntTools_CurveRangeSample &theRange) const |
| void | ListRangeOut (NCollection_List< IntTools_CurveRangeSample > &theList) const |
| IntTools_CurveRangeLocalizeData::IntTools_CurveRangeLocalizeData | ( | const int | theNbSample, |
| const double | theMinRange ) |
| void IntTools_CurveRangeLocalizeData::AddBox | ( | const IntTools_CurveRangeSample & | theRange, |
| const Bnd_Box & | theBox ) |
| void IntTools_CurveRangeLocalizeData::AddOutRange | ( | const IntTools_CurveRangeSample & | theRange | ) |
| bool IntTools_CurveRangeLocalizeData::FindBox | ( | const IntTools_CurveRangeSample & | theRange, |
| Bnd_Box & | theBox ) const |
|
inline |
|
inline |
| bool IntTools_CurveRangeLocalizeData::IsRangeOut | ( | const IntTools_CurveRangeSample & | theRange | ) | const |
| void IntTools_CurveRangeLocalizeData::ListRangeOut | ( | NCollection_List< IntTools_CurveRangeSample > & | theList | ) | const |