Open CASCADE Technology
6.5.4
|
The class to find in the coincidence points.
#include <BRepMesh_VertexInspector.hxx>
BRepMesh_VertexInspector::BRepMesh_VertexInspector | ( | const Standard_Integer | nbComp, |
const BRepMesh_BaseAllocator & | theAlloc | ||
) |
BRepMesh_VertexInspector::BRepMesh_VertexInspector | ( | const Standard_Integer | nbComp, |
const Standard_Real | theTol, | ||
const BRepMesh_BaseAllocator & | theAlloc | ||
) |
BRepMesh_VertexInspector::BRepMesh_VertexInspector | ( | const Standard_Integer | nbComp, |
const Standard_Real | aTolX, | ||
const Standard_Real | aTolY, | ||
const BRepMesh_BaseAllocator & | theAlloc | ||
) |
Standard_Integer BRepMesh_VertexInspector::Add | ( | const BRepMesh_Vertex & | theVertex | ) |
void BRepMesh_VertexInspector::Clear | ( | ) | [inline] |
void BRepMesh_VertexInspector::Delete | ( | const Standard_Integer | theIndex | ) | [inline] |
const Standard_Integer BRepMesh_VertexInspector::GetCoincidentInd | ( | ) | const [inline] |
const BRepMesh_ListOfInteger& BRepMesh_VertexInspector::GetListOfDelNodes | ( | ) | const [inline] |
Standard_Integer BRepMesh_VertexInspector::GetNbVertices | ( | ) | const [inline] |
BRepMesh_Vertex& BRepMesh_VertexInspector::GetVertex | ( | Standard_Integer | theInd | ) | [inline] |
static Standard_Boolean BRepMesh_VertexInspector::IsEqual | ( | Standard_Integer | theIdx, |
const Standard_Integer | theTarget | ||
) | [inline, static] |
void BRepMesh_VertexInspector::SetCurrent | ( | const gp_XY & | theCurVertex, |
const Standard_Boolean | theExactVal = Standard_False |
||
) | [inline] |
void BRepMesh_VertexInspector::SetTolerance | ( | const Standard_Real | theTol | ) | [inline] |
void BRepMesh_VertexInspector::SetTolerance | ( | const Standard_Real | theTolX, |
const Standard_Real | theTolY | ||
) | [inline] |