|
Open CASCADE Technology 6.5.2
|
#include <BRepMesh_PairOfPolygon.hxx>
Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| BRepMesh_PairOfPolygon () | |
| Create empty pair with null fileds | |
| void | Clear () |
| Clear pair handles | |
| void | Prepend (const Handle< Poly_PolygonOnTriangulation > &thePoly) |
| void | Append (const Handle< Poly_PolygonOnTriangulation > &thePoly) |
| const Handle_Poly_PolygonOnTriangulation & | First () const |
| Returns first polygon on triangulation | |
| const Handle_Poly_PolygonOnTriangulation & | Last () const |
| Returns last polygon on triangulation | |
| BRepMesh_PairOfPolygon::BRepMesh_PairOfPolygon | ( | ) |
| void BRepMesh_PairOfPolygon::Append | ( | const Handle< Poly_PolygonOnTriangulation > & | thePoly | ) |
| void BRepMesh_PairOfPolygon::Clear | ( | ) |
| const Handle_Poly_PolygonOnTriangulation& BRepMesh_PairOfPolygon::First | ( | ) | const |
| const Handle_Poly_PolygonOnTriangulation& BRepMesh_PairOfPolygon::Last | ( | ) | const |
| void BRepMesh_PairOfPolygon::operator delete | ( | void * | anAddress | ) | [inline] |
| void* BRepMesh_PairOfPolygon::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
| void* BRepMesh_PairOfPolygon::operator new | ( | size_t | size | ) | [inline] |
| void BRepMesh_PairOfPolygon::Prepend | ( | const Handle< Poly_PolygonOnTriangulation > & | thePoly | ) |
1.7.4