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