#include <MeshShape_Polygon.hxx>
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | MeshShape_Polygon () |
Standard_EXPORT void | Assign (const MeshShape_Polygon &Other) |
void | operator= (const MeshShape_Polygon &Other) |
Standard_EXPORT Standard_Integer | Extent () const |
Standard_EXPORT void | Clear () |
~MeshShape_Polygon () | |
Standard_Boolean | IsEmpty () const |
Standard_EXPORT void | Prepend (const MeshShape_PolygonPoint &I) |
Standard_EXPORT void | Prepend (const MeshShape_PolygonPoint &I, MeshShape_ListIteratorOfPolygon &theIt) |
Standard_EXPORT void | Prepend (MeshShape_Polygon &Other) |
Standard_EXPORT void | Append (const MeshShape_PolygonPoint &I) |
Standard_EXPORT void | Append (const MeshShape_PolygonPoint &I, MeshShape_ListIteratorOfPolygon &theIt) |
Standard_EXPORT void | Append (MeshShape_Polygon &Other) |
Standard_EXPORT MeshShape_PolygonPoint & | First () const |
Standard_EXPORT MeshShape_PolygonPoint & | Last () const |
Standard_EXPORT void | RemoveFirst () |
Standard_EXPORT void | Remove (MeshShape_ListIteratorOfPolygon &It) |
Standard_EXPORT void | InsertBefore (const MeshShape_PolygonPoint &I, MeshShape_ListIteratorOfPolygon &It) |
Standard_EXPORT void | InsertBefore (MeshShape_Polygon &Other, MeshShape_ListIteratorOfPolygon &It) |
Standard_EXPORT void | InsertAfter (const MeshShape_PolygonPoint &I, MeshShape_ListIteratorOfPolygon &It) |
Standard_EXPORT void | InsertAfter (MeshShape_Polygon &Other, MeshShape_ListIteratorOfPolygon &It) |
Private Member Functions | |
Standard_EXPORT | MeshShape_Polygon (const MeshShape_Polygon &Other) |
Private Attributes | |
Standard_Address | myFirst |
Standard_Address | myLast |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|