#include <TColStd_SequenceOfReal.hxx>
Inheritance diagram for TColStd_SequenceOfReal:
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
TColStd_SequenceOfReal () | |
Standard_EXPORT void | Clear () |
~TColStd_SequenceOfReal () | |
Standard_EXPORT const TColStd_SequenceOfReal & | Assign (const TColStd_SequenceOfReal &Other) |
const TColStd_SequenceOfReal & | operator= (const TColStd_SequenceOfReal &Other) |
Standard_EXPORT void | Append (const Standard_Real &T) |
void | Append (TColStd_SequenceOfReal &S) |
Standard_EXPORT void | Prepend (const Standard_Real &T) |
void | Prepend (TColStd_SequenceOfReal &S) |
void | InsertBefore (const Standard_Integer Index, const Standard_Real &T) |
void | InsertBefore (const Standard_Integer Index, TColStd_SequenceOfReal &S) |
Standard_EXPORT void | InsertAfter (const Standard_Integer Index, const Standard_Real &T) |
void | InsertAfter (const Standard_Integer Index, TColStd_SequenceOfReal &S) |
Standard_EXPORT const Standard_Real & | First () const |
Standard_EXPORT const Standard_Real & | Last () const |
void | Split (const Standard_Integer Index, TColStd_SequenceOfReal &Sub) |
Standard_EXPORT const Standard_Real & | Value (const Standard_Integer Index) const |
const Standard_Real & | operator() (const Standard_Integer Index) const |
Standard_EXPORT void | SetValue (const Standard_Integer Index, const Standard_Real &I) |
Standard_EXPORT Standard_Real & | ChangeValue (const Standard_Integer Index) |
Standard_Real & | operator() (const Standard_Integer Index) |
Standard_EXPORT void | Remove (const Standard_Integer Index) |
Standard_EXPORT void | Remove (const Standard_Integer FromIndex, const Standard_Integer ToIndex) |
Private Member Functions | |
Standard_EXPORT | TColStd_SequenceOfReal (const TColStd_SequenceOfReal &Other) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from TCollection_BaseSequence. |
|
Reimplemented from TCollection_BaseSequence. |
|
Reimplemented from TCollection_BaseSequence. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|