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