|
Open CASCADE Technology
6.7.1
|
#include <BRepMesh_PairOfPolygon.hxx>
Public Member Functions | |
| BRepMesh_PairOfPolygon () | |
| Create empty pair with null fileds More... | |
| void | Clear () |
| Clear pair handles More... | |
| 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 More... | |
| const Handle_Poly_PolygonOnTriangulation & | Last () const |
| Returns last polygon on triangulation More... | |
| BRepMesh_PairOfPolygon::BRepMesh_PairOfPolygon | ( | ) |
Create empty pair with null fileds
| void BRepMesh_PairOfPolygon::Append | ( | const Handle< Poly_PolygonOnTriangulation > & | thePoly | ) |
| void BRepMesh_PairOfPolygon::Clear | ( | ) |
Clear pair handles
| const Handle_Poly_PolygonOnTriangulation& BRepMesh_PairOfPolygon::First | ( | ) | const |
Returns first polygon on triangulation
| const Handle_Poly_PolygonOnTriangulation& BRepMesh_PairOfPolygon::Last | ( | ) | const |
Returns last polygon on triangulation
| void BRepMesh_PairOfPolygon::Prepend | ( | const Handle< Poly_PolygonOnTriangulation > & | thePoly | ) |
1.8.5