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