#include <BRepMesh_DataStructureOfDelaun.hxx>

| BRepMesh_DataStructureOfDelaun::BRepMesh_DataStructureOfDelaun | ( | const MeshDS_BaseAllocator & | theAllocator, | |
| const Standard_Integer | NodeNumber = 100 | |||
| ) |
| Standard_Integer BRepMesh_DataStructureOfDelaun::AddElement | ( | const BRepMesh_Triangle & | theElement | ) |
| Standard_Integer BRepMesh_DataStructureOfDelaun::AddLink | ( | const BRepMesh_Edge & | theLink | ) |
| Standard_Integer BRepMesh_DataStructureOfDelaun::AddNode | ( | const BRepMesh_Vertex & | theNode | ) |
| const MeshDS_BaseAllocator& BRepMesh_DataStructureOfDelaun::Allocator | ( | ) | const |
| void BRepMesh_DataStructureOfDelaun::ClearDeleted | ( | ) |
| void BRepMesh_DataStructureOfDelaun::ClearDomain | ( | ) |
| const MeshDS_PairOfIndex& BRepMesh_DataStructureOfDelaun::ElemConnectedTo | ( | const Standard_Integer | theLink | ) | const |
| const MeshDS_MapOfInteger& BRepMesh_DataStructureOfDelaun::ElemOfDomain | ( | ) | const |
| void BRepMesh_DataStructureOfDelaun::ForceRemoveLink | ( | const Standard_Integer | Index | ) |
| void BRepMesh_DataStructureOfDelaun::ForceRemoveNode | ( | const Standard_Integer | Index | ) |
| const BRepMesh_Triangle& BRepMesh_DataStructureOfDelaun::GetElement | ( | const Standard_Integer | Index | ) |
| const BRepMesh_Edge& BRepMesh_DataStructureOfDelaun::GetLink | ( | const Standard_Integer | Index | ) |
| const BRepMesh_Vertex& BRepMesh_DataStructureOfDelaun::GetNode | ( | const Standard_Integer | Index | ) |
| const MeshDS_ListOfInteger& BRepMesh_DataStructureOfDelaun::GetNodeList | ( | const Standard_Integer | Index | ) |
| Standard_Integer BRepMesh_DataStructureOfDelaun::IndexOf | ( | const BRepMesh_Triangle & | anElement | ) | const |
| Standard_Integer BRepMesh_DataStructureOfDelaun::IndexOf | ( | const BRepMesh_Edge & | aLink | ) | const |
| Standard_Integer BRepMesh_DataStructureOfDelaun::IndexOf | ( | const BRepMesh_Vertex & | aNode | ) | const |
| const MeshDS_ListOfInteger& BRepMesh_DataStructureOfDelaun::LinkNeighboursOf | ( | const Standard_Integer | theNode | ) | const |
| const MeshDS_MapOfInteger& BRepMesh_DataStructureOfDelaun::LinkOfDomain | ( | ) | const |
| Standard_Boolean BRepMesh_DataStructureOfDelaun::MoveNode | ( | const Standard_Integer | Index, | |
| const BRepMesh_Vertex & | newNode | |||
| ) |
| Standard_Integer BRepMesh_DataStructureOfDelaun::NbElements | ( | ) | const |
| Standard_Integer BRepMesh_DataStructureOfDelaun::NbLinks | ( | ) | const |
| Standard_Integer BRepMesh_DataStructureOfDelaun::NbNodes | ( | ) | const |
| const BRepMesh_Vertex& BRepMesh_DataStructureOfDelaun::operator() | ( | const Standard_Integer | Index | ) | [inline] |
| void BRepMesh_DataStructureOfDelaun::RemoveElement | ( | const Standard_Integer | Index | ) |
| void BRepMesh_DataStructureOfDelaun::RemoveLink | ( | const Standard_Integer | Index | ) |
| void BRepMesh_DataStructureOfDelaun::RemoveNode | ( | const Standard_Integer | Index | ) |
| void BRepMesh_DataStructureOfDelaun::ReplaceNodes | ( | const BRepMesh_IDMapOfNodeOfDataStructureOfDelaun & | NewNodes | ) |
| void BRepMesh_DataStructureOfDelaun::Statistics | ( | Standard_OStream & | flot | ) | const |
| Standard_Boolean BRepMesh_DataStructureOfDelaun::SubstituteElement | ( | const Standard_Integer | Index, | |
| const BRepMesh_Triangle & | newElement | |||
| ) |
| Standard_Boolean BRepMesh_DataStructureOfDelaun::SubstituteLink | ( | const Standard_Integer | Index, | |
| const BRepMesh_Edge & | newLink | |||
| ) |
1.6.3