|
| IntSurf_SequenceOfPathPoint () |
|
| IntSurf_SequenceOfPathPoint (const IntSurf_SequenceOfPathPoint &Other) |
|
void | Clear () |
|
| ~IntSurf_SequenceOfPathPoint () |
|
const IntSurf_SequenceOfPathPoint & | Assign (const IntSurf_SequenceOfPathPoint &Other) |
|
const IntSurf_SequenceOfPathPoint & | operator= (const IntSurf_SequenceOfPathPoint &Other) |
|
void | Append (const IntSurf_PathPoint &T) |
|
void | Append (IntSurf_SequenceOfPathPoint &S) |
|
void | Prepend (const IntSurf_PathPoint &T) |
|
void | Prepend (IntSurf_SequenceOfPathPoint &S) |
|
void | InsertBefore (const Standard_Integer Index, const IntSurf_PathPoint &T) |
|
void | InsertBefore (const Standard_Integer Index, IntSurf_SequenceOfPathPoint &S) |
|
void | InsertAfter (const Standard_Integer Index, const IntSurf_PathPoint &T) |
|
void | InsertAfter (const Standard_Integer Index, IntSurf_SequenceOfPathPoint &S) |
|
const IntSurf_PathPoint & | First () const |
|
const IntSurf_PathPoint & | Last () const |
|
void | Split (const Standard_Integer Index, IntSurf_SequenceOfPathPoint &Sub) |
|
const IntSurf_PathPoint & | Value (const Standard_Integer Index) const |
|
const IntSurf_PathPoint & | operator() (const Standard_Integer Index) const |
|
void | SetValue (const Standard_Integer Index, const IntSurf_PathPoint &I) |
|
IntSurf_PathPoint & | ChangeValue (const Standard_Integer Index) |
|
IntSurf_PathPoint & | operator() (const Standard_Integer Index) |
|
void | Remove (const Standard_Integer Index) |
|
void | Remove (const Standard_Integer FromIndex, const Standard_Integer ToIndex) |
|
Standard_Boolean | IsEmpty () const |
| returns True if the sequence <me> contains no elements. More...
|
|
Standard_Integer | Length () const |
| Returns the number of element(s) in the sequence. Returns zero if the sequence is empty. More...
|
|
void | Reverse () |
| Reverses the order of items on <me>. Example: before me = (A B C) after me = (C B A) More...
|
|
void | Exchange (const Standard_Integer I, const Standard_Integer J) |
| Swaps elements which are located at positions and <J> in <me>. Raises an exception if I or J is out of bound. Example: before me = (A B C), I = 1, J = 3 after me = (C B A) More...
|
|