|
| | GeomInt_SequenceOfParameterAndOrientation () |
| |
| | GeomInt_SequenceOfParameterAndOrientation (const GeomInt_SequenceOfParameterAndOrientation &Other) |
| |
| void | Clear () |
| |
| | ~GeomInt_SequenceOfParameterAndOrientation () |
| |
const
GeomInt_SequenceOfParameterAndOrientation & | Assign (const GeomInt_SequenceOfParameterAndOrientation &Other) |
| |
const
GeomInt_SequenceOfParameterAndOrientation & | operator= (const GeomInt_SequenceOfParameterAndOrientation &Other) |
| |
| void | Append (const GeomInt_ParameterAndOrientation &T) |
| |
| void | Append (GeomInt_SequenceOfParameterAndOrientation &S) |
| |
| void | Prepend (const GeomInt_ParameterAndOrientation &T) |
| |
| void | Prepend (GeomInt_SequenceOfParameterAndOrientation &S) |
| |
| void | InsertBefore (const Standard_Integer Index, const GeomInt_ParameterAndOrientation &T) |
| |
| void | InsertBefore (const Standard_Integer Index, GeomInt_SequenceOfParameterAndOrientation &S) |
| |
| void | InsertAfter (const Standard_Integer Index, const GeomInt_ParameterAndOrientation &T) |
| |
| void | InsertAfter (const Standard_Integer Index, GeomInt_SequenceOfParameterAndOrientation &S) |
| |
const
GeomInt_ParameterAndOrientation & | First () const |
| |
const
GeomInt_ParameterAndOrientation & | Last () const |
| |
| void | Split (const Standard_Integer Index, GeomInt_SequenceOfParameterAndOrientation &Sub) |
| |
const
GeomInt_ParameterAndOrientation & | Value (const Standard_Integer Index) const |
| |
const
GeomInt_ParameterAndOrientation & | operator() (const Standard_Integer Index) const |
| |
| void | SetValue (const Standard_Integer Index, const GeomInt_ParameterAndOrientation &I) |
| |
| GeomInt_ParameterAndOrientation & | ChangeValue (const Standard_Integer Index) |
| |
| GeomInt_ParameterAndOrientation & | 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...
|
| |