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