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