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