#include <TColgp_SequenceOfPnt.hxx>
Inheritance diagram for TColgp_SequenceOfPnt:
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
TColgp_SequenceOfPnt () | |
Standard_EXPORT void | Clear () |
~TColgp_SequenceOfPnt () | |
Standard_EXPORT const TColgp_SequenceOfPnt & | Assign (const TColgp_SequenceOfPnt &Other) |
const TColgp_SequenceOfPnt & | operator= (const TColgp_SequenceOfPnt &Other) |
Standard_EXPORT void | Append (const gp_Pnt &T) |
void | Append (TColgp_SequenceOfPnt &S) |
Standard_EXPORT void | Prepend (const gp_Pnt &T) |
void | Prepend (TColgp_SequenceOfPnt &S) |
void | InsertBefore (const Standard_Integer Index, const gp_Pnt &T) |
void | InsertBefore (const Standard_Integer Index, TColgp_SequenceOfPnt &S) |
Standard_EXPORT void | InsertAfter (const Standard_Integer Index, const gp_Pnt &T) |
void | InsertAfter (const Standard_Integer Index, TColgp_SequenceOfPnt &S) |
Standard_EXPORT const gp_Pnt & | First () const |
Standard_EXPORT const gp_Pnt & | Last () const |
void | Split (const Standard_Integer Index, TColgp_SequenceOfPnt &Sub) |
Standard_EXPORT const gp_Pnt & | Value (const Standard_Integer Index) const |
const gp_Pnt & | operator() (const Standard_Integer Index) const |
Standard_EXPORT void | SetValue (const Standard_Integer Index, const gp_Pnt &I) |
Standard_EXPORT gp_Pnt & | ChangeValue (const Standard_Integer Index) |
gp_Pnt & | 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 | TColgp_SequenceOfPnt (const TColgp_SequenceOfPnt &Other) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from TCollection_BaseSequence. |
|
Reimplemented from TCollection_BaseSequence. |
|
Reimplemented from TCollection_BaseSequence. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|