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