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