#include <TColStd_HSequenceOfReal.hxx>
Inheritance diagram for TColStd_HSequenceOfReal:

Public Member Functions | |
| TColStd_HSequenceOfReal () | |
| Standard_Boolean | IsEmpty () const |
| Standard_Integer | Length () const |
| Standard_EXPORT void | Clear () |
| Standard_EXPORT void | Append (const Standard_Real &anItem) |
| Standard_EXPORT void | Append (const Handle(TColStd_HSequenceOfReal)&aSequence) |
| Standard_EXPORT void | Prepend (const Standard_Real &anItem) |
| Standard_EXPORT void | Prepend (const Handle(TColStd_HSequenceOfReal)&aSequence) |
| Standard_EXPORT void | Reverse () |
| Standard_EXPORT void | InsertBefore (const Standard_Integer anIndex, const Standard_Real &anItem) |
| Standard_EXPORT void | InsertBefore (const Standard_Integer anIndex, const Handle(TColStd_HSequenceOfReal)&aSequence) |
| Standard_EXPORT void | InsertAfter (const Standard_Integer anIndex, const Standard_Real &anItem) |
| Standard_EXPORT void | InsertAfter (const Standard_Integer anIndex, const Handle(TColStd_HSequenceOfReal)&aSequence) |
| Standard_EXPORT void | Exchange (const Standard_Integer anIndex, const Standard_Integer anOtherIndex) |
| Standard_EXPORT Handle_TColStd_HSequenceOfReal | Split (const Standard_Integer anIndex) |
| Standard_EXPORT void | SetValue (const Standard_Integer anIndex, const Standard_Real &anItem) |
| Standard_EXPORT const Standard_Real & | Value (const Standard_Integer anIndex) const |
| Standard_EXPORT Standard_Real & | ChangeValue (const Standard_Integer anIndex) |
| Standard_EXPORT void | Remove (const Standard_Integer anIndex) |
| Standard_EXPORT void | Remove (const Standard_Integer fromIndex, const Standard_Integer toIndex) |
| const TColStd_SequenceOfReal & | Sequence () const |
| TColStd_SequenceOfReal & | ChangeSequence () |
| Standard_EXPORT Handle_TColStd_HSequenceOfReal | ShallowCopy () const |
| Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes | |
| TColStd_SequenceOfReal | mySequence |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
Reimplemented from MMgt_TShared. |
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.1