#include <IntTools_CurveRangeLocalizeData.hxx>
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | IntTools_CurveRangeLocalizeData (const Standard_Integer theNbSample, const Standard_Real theMinRange) |
Standard_Integer | GetNbSample () const |
Standard_Real | GetMinRange () const |
Standard_EXPORT void | AddOutRange (const IntTools_CurveRangeSample &theRange) |
Standard_EXPORT void | AddBox (const IntTools_CurveRangeSample &theRange, const Bnd_Box &theBox) |
Standard_EXPORT Standard_Boolean | FindBox (const IntTools_CurveRangeSample &theRange, Bnd_Box &theBox) const |
Standard_EXPORT Standard_Boolean | IsRangeOut (const IntTools_CurveRangeSample &theRange) const |
Standard_EXPORT void | ListRangeOut (IntTools_ListOfCurveRangeSample &theList) const |
Private Attributes | |
Standard_Integer | myNbSampleC |
Standard_Real | myMinRangeC |
IntTools_MapOfCurveSample | myMapRangeOut |
IntTools_DataMapOfCurveSampleBox | myMapBox |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|