Open CASCADE Technology  7.6.0
Public Member Functions

IntTools_SurfaceRangeLocalizeData Class Reference

#include <IntTools_SurfaceRangeLocalizeData.hxx>

Public Member Functions

 IntTools_SurfaceRangeLocalizeData ()
 
 IntTools_SurfaceRangeLocalizeData (const Standard_Integer theNbSampleU, const Standard_Integer theNbSampleV, const Standard_Real theMinRangeU, const Standard_Real theMinRangeV)
 
 IntTools_SurfaceRangeLocalizeData (const IntTools_SurfaceRangeLocalizeData &Other)
 
IntTools_SurfaceRangeLocalizeDataAssign (const IntTools_SurfaceRangeLocalizeData &Other)
 
IntTools_SurfaceRangeLocalizeDataoperator= (const IntTools_SurfaceRangeLocalizeData &Other)
 
Standard_Integer GetNbSampleU () const
 
Standard_Integer GetNbSampleV () const
 
Standard_Real GetMinRangeU () const
 
Standard_Real GetMinRangeV () const
 
void AddOutRange (const IntTools_SurfaceRangeSample &theRange)
 
void AddBox (const IntTools_SurfaceRangeSample &theRange, const Bnd_Box &theBox)
 
Standard_Boolean FindBox (const IntTools_SurfaceRangeSample &theRange, Bnd_Box &theBox) const
 
Standard_Boolean IsRangeOut (const IntTools_SurfaceRangeSample &theRange) const
 
void ListRangeOut (IntTools_ListOfSurfaceRangeSample &theList) const
 
void RemoveRangeOutAll ()
 
void SetGridDeflection (const Standard_Real theDeflection)
 Set the grid deflection. More...
 
Standard_Real GetGridDeflection () const
 Query the grid deflection. More...
 
void SetRangeUGrid (const Standard_Integer theNbUGrid)
 Set the range U of the grid of points. More...
 
Standard_Integer GetRangeUGrid () const
 Query the range U of the grid of points. More...
 
void SetUParam (const Standard_Integer theIndex, const Standard_Real theUParam)
 Set the U parameter of the grid points at that index. More...
 
Standard_Real GetUParam (const Standard_Integer theIndex) const
 Query the U parameter of the grid points at that index. More...
 
void SetRangeVGrid (const Standard_Integer theNbVGrid)
 Set the range V of the grid of points. More...
 
Standard_Integer GetRangeVGrid () const
 Query the range V of the grid of points. More...
 
void SetVParam (const Standard_Integer theIndex, const Standard_Real theVParam)
 Set the V parameter of the grid points at that index. More...
 
Standard_Real GetVParam (const Standard_Integer theIndex) const
 Query the V parameter of the grid points at that index. More...
 
void SetGridPoint (const Standard_Integer theUIndex, const Standard_Integer theVIndex, const gp_Pnt &thePoint)
 Set the grid point. More...
 
const gp_PntGetGridPoint (const Standard_Integer theUIndex, const Standard_Integer theVIndex) const
 Set the grid point. More...
 
void SetFrame (const Standard_Real theUMin, const Standard_Real theUMax, const Standard_Real theVMin, const Standard_Real theVMax)
 Sets the frame area. Used to work with grid points. More...
 
Standard_Integer GetNBUPointsInFrame () const
 Returns the number of grid points on U direction in frame. More...
 
Standard_Integer GetNBVPointsInFrame () const
 Returns the number of grid points on V direction in frame. More...
 
const gp_PntGetPointInFrame (const Standard_Integer theUIndex, const Standard_Integer theVIndex) const
 Returns the grid point in frame. More...
 
Standard_Real GetUParamInFrame (const Standard_Integer theIndex) const
 Query the U parameter of the grid points at that index in frame. More...
 
Standard_Real GetVParamInFrame (const Standard_Integer theIndex) const
 Query the V parameter of the grid points at that index in frame. More...
 
void ClearGrid ()
 Clears the grid of points. More...
 

Constructor & Destructor Documentation

◆ IntTools_SurfaceRangeLocalizeData() [1/3]

IntTools_SurfaceRangeLocalizeData::IntTools_SurfaceRangeLocalizeData ( )

◆ IntTools_SurfaceRangeLocalizeData() [2/3]

IntTools_SurfaceRangeLocalizeData::IntTools_SurfaceRangeLocalizeData ( const Standard_Integer  theNbSampleU,
const Standard_Integer  theNbSampleV,
const Standard_Real  theMinRangeU,
const Standard_Real  theMinRangeV 
)

◆ IntTools_SurfaceRangeLocalizeData() [3/3]

IntTools_SurfaceRangeLocalizeData::IntTools_SurfaceRangeLocalizeData ( const IntTools_SurfaceRangeLocalizeData Other)

Member Function Documentation

◆ AddBox()

void IntTools_SurfaceRangeLocalizeData::AddBox ( const IntTools_SurfaceRangeSample theRange,
const Bnd_Box theBox 
)

◆ AddOutRange()

void IntTools_SurfaceRangeLocalizeData::AddOutRange ( const IntTools_SurfaceRangeSample theRange)

◆ Assign()

IntTools_SurfaceRangeLocalizeData& IntTools_SurfaceRangeLocalizeData::Assign ( const IntTools_SurfaceRangeLocalizeData Other)

◆ ClearGrid()

void IntTools_SurfaceRangeLocalizeData::ClearGrid ( )

Clears the grid of points.

◆ FindBox()

Standard_Boolean IntTools_SurfaceRangeLocalizeData::FindBox ( const IntTools_SurfaceRangeSample theRange,
Bnd_Box theBox 
) const

◆ GetGridDeflection()

Standard_Real IntTools_SurfaceRangeLocalizeData::GetGridDeflection ( ) const

Query the grid deflection.

◆ GetGridPoint()

const gp_Pnt& IntTools_SurfaceRangeLocalizeData::GetGridPoint ( const Standard_Integer  theUIndex,
const Standard_Integer  theVIndex 
) const

Set the grid point.

◆ GetMinRangeU()

Standard_Real IntTools_SurfaceRangeLocalizeData::GetMinRangeU ( ) const

◆ GetMinRangeV()

Standard_Real IntTools_SurfaceRangeLocalizeData::GetMinRangeV ( ) const

◆ GetNbSampleU()

Standard_Integer IntTools_SurfaceRangeLocalizeData::GetNbSampleU ( ) const

◆ GetNbSampleV()

Standard_Integer IntTools_SurfaceRangeLocalizeData::GetNbSampleV ( ) const

◆ GetNBUPointsInFrame()

Standard_Integer IntTools_SurfaceRangeLocalizeData::GetNBUPointsInFrame ( ) const

Returns the number of grid points on U direction in frame.

◆ GetNBVPointsInFrame()

Standard_Integer IntTools_SurfaceRangeLocalizeData::GetNBVPointsInFrame ( ) const

Returns the number of grid points on V direction in frame.

◆ GetPointInFrame()

const gp_Pnt& IntTools_SurfaceRangeLocalizeData::GetPointInFrame ( const Standard_Integer  theUIndex,
const Standard_Integer  theVIndex 
) const

Returns the grid point in frame.

◆ GetRangeUGrid()

Standard_Integer IntTools_SurfaceRangeLocalizeData::GetRangeUGrid ( ) const

Query the range U of the grid of points.

◆ GetRangeVGrid()

Standard_Integer IntTools_SurfaceRangeLocalizeData::GetRangeVGrid ( ) const

Query the range V of the grid of points.

◆ GetUParam()

Standard_Real IntTools_SurfaceRangeLocalizeData::GetUParam ( const Standard_Integer  theIndex) const

Query the U parameter of the grid points at that index.

◆ GetUParamInFrame()

Standard_Real IntTools_SurfaceRangeLocalizeData::GetUParamInFrame ( const Standard_Integer  theIndex) const

Query the U parameter of the grid points at that index in frame.

◆ GetVParam()

Standard_Real IntTools_SurfaceRangeLocalizeData::GetVParam ( const Standard_Integer  theIndex) const

Query the V parameter of the grid points at that index.

◆ GetVParamInFrame()

Standard_Real IntTools_SurfaceRangeLocalizeData::GetVParamInFrame ( const Standard_Integer  theIndex) const

Query the V parameter of the grid points at that index in frame.

◆ IsRangeOut()

Standard_Boolean IntTools_SurfaceRangeLocalizeData::IsRangeOut ( const IntTools_SurfaceRangeSample theRange) const

◆ ListRangeOut()

void IntTools_SurfaceRangeLocalizeData::ListRangeOut ( IntTools_ListOfSurfaceRangeSample theList) const

◆ operator=()

IntTools_SurfaceRangeLocalizeData& IntTools_SurfaceRangeLocalizeData::operator= ( const IntTools_SurfaceRangeLocalizeData Other)
inline

◆ RemoveRangeOutAll()

void IntTools_SurfaceRangeLocalizeData::RemoveRangeOutAll ( )

◆ SetFrame()

void IntTools_SurfaceRangeLocalizeData::SetFrame ( const Standard_Real  theUMin,
const Standard_Real  theUMax,
const Standard_Real  theVMin,
const Standard_Real  theVMax 
)

Sets the frame area. Used to work with grid points.

◆ SetGridDeflection()

void IntTools_SurfaceRangeLocalizeData::SetGridDeflection ( const Standard_Real  theDeflection)

Set the grid deflection.

◆ SetGridPoint()

void IntTools_SurfaceRangeLocalizeData::SetGridPoint ( const Standard_Integer  theUIndex,
const Standard_Integer  theVIndex,
const gp_Pnt thePoint 
)

Set the grid point.

◆ SetRangeUGrid()

void IntTools_SurfaceRangeLocalizeData::SetRangeUGrid ( const Standard_Integer  theNbUGrid)

Set the range U of the grid of points.

◆ SetRangeVGrid()

void IntTools_SurfaceRangeLocalizeData::SetRangeVGrid ( const Standard_Integer  theNbVGrid)

Set the range V of the grid of points.

◆ SetUParam()

void IntTools_SurfaceRangeLocalizeData::SetUParam ( const Standard_Integer  theIndex,
const Standard_Real  theUParam 
)

Set the U parameter of the grid points at that index.

◆ SetVParam()

void IntTools_SurfaceRangeLocalizeData::SetVParam ( const Standard_Integer  theIndex,
const Standard_Real  theVParam 
)

Set the V parameter of the grid points at that index.


The documentation for this class was generated from the following file: