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