#include <Graphic2d_SequenceOfVertex.hxx>
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Graphic2d_SequenceOfVertex () | |
Standard_EXPORT void | Clear () |
~Graphic2d_SequenceOfVertex () | |
Standard_EXPORT const Graphic2d_SequenceOfVertex & | Assign (const Graphic2d_SequenceOfVertex &Other) |
const Graphic2d_SequenceOfVertex & | operator= (const Graphic2d_SequenceOfVertex &Other) |
Standard_EXPORT void | Append (const Graphic2d_Vertex &T) |
void | Append (Graphic2d_SequenceOfVertex &S) |
Standard_EXPORT void | Prepend (const Graphic2d_Vertex &T) |
void | Prepend (Graphic2d_SequenceOfVertex &S) |
void | InsertBefore (const Standard_Integer Index, const Graphic2d_Vertex &T) |
void | InsertBefore (const Standard_Integer Index, Graphic2d_SequenceOfVertex &S) |
Standard_EXPORT void | InsertAfter (const Standard_Integer Index, const Graphic2d_Vertex &T) |
void | InsertAfter (const Standard_Integer Index, Graphic2d_SequenceOfVertex &S) |
Standard_EXPORT const Graphic2d_Vertex & | First () const |
Standard_EXPORT const Graphic2d_Vertex & | Last () const |
void | Split (const Standard_Integer Index, Graphic2d_SequenceOfVertex &Sub) |
Standard_EXPORT const Graphic2d_Vertex & | Value (const Standard_Integer Index) const |
const Graphic2d_Vertex & | operator() (const Standard_Integer Index) const |
Standard_EXPORT void | SetValue (const Standard_Integer Index, const Graphic2d_Vertex &I) |
Standard_EXPORT Graphic2d_Vertex & | ChangeValue (const Standard_Integer Index) |
Graphic2d_Vertex & | operator() (const Standard_Integer Index) |
Standard_EXPORT void | Remove (const Standard_Integer Index) |
Standard_EXPORT void | Remove (const Standard_Integer FromIndex, const Standard_Integer ToIndex) |
Private Member Functions | |
Standard_EXPORT | Graphic2d_SequenceOfVertex (const Graphic2d_SequenceOfVertex &Other) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|