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