|
Open CASCADE Technology
7.1.0.beta
|
#include <BRepMesh_PairOfPolygon.hxx>
Public Member Functions | |
| BRepMesh_PairOfPolygon () | |
| Constructor. Creates empty pair with null fileds. More... | |
| void | Clear () |
| Clears pair handles. More... | |
| void | Prepend (const Handle< Poly_PolygonOnTriangulation > &thePolygon) |
| Sets the first element of the pair. If last element is empty, also assignes the given polygon to it. More... | |
| void | Append (const Handle< Poly_PolygonOnTriangulation > &thePolygon) |
| Sets the last element of the pair. If first element is empty, also assignes the given polygon to it. More... | |
| const Handle< Poly_PolygonOnTriangulation > & | First () const |
| Returns first polygon on triangulation. More... | |
| const Handle< Poly_PolygonOnTriangulation > & | Last () const |
| Returns last polygon on triangulation. More... | |
|
inline |
Constructor. Creates empty pair with null fileds.
|
inline |
Sets the last element of the pair. If first element is empty, also assignes the given polygon to it.
| thePolygon | plygon to be set. |
|
inline |
Clears pair handles.
|
inline |
Returns first polygon on triangulation.
|
inline |
Returns last polygon on triangulation.
|
inline |
Sets the first element of the pair. If last element is empty, also assignes the given polygon to it.
| thePolygon | plygon to be set. |
1.8.10