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