Open CASCADE Technology 6.6.0
Public Member Functions
TColStd_SequenceOfReal Class Reference

#include <TColStd_SequenceOfReal.hxx>

Inheritance diagram for TColStd_SequenceOfReal:
Inheritance graph
[legend]

Public Member Functions

 TColStd_SequenceOfReal ()
void Clear ()
 ~TColStd_SequenceOfReal ()
const TColStd_SequenceOfRealAssign (const TColStd_SequenceOfReal &Other)
const TColStd_SequenceOfRealoperator= (const TColStd_SequenceOfReal &Other)
void Append (const Standard_Real &T)
void Append (TColStd_SequenceOfReal &S)
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)
void InsertAfter (const Standard_Integer Index, const Standard_Real &T)
void InsertAfter (const Standard_Integer Index, TColStd_SequenceOfReal &S)
const Standard_RealFirst () const
const Standard_RealLast () const
void Split (const Standard_Integer Index, TColStd_SequenceOfReal &Sub)
const Standard_RealValue (const Standard_Integer Index) const
const Standard_Realoperator() (const Standard_Integer Index) const
void SetValue (const Standard_Integer Index, const Standard_Real &I)
Standard_RealChangeValue (const Standard_Integer Index)
Standard_Realoperator() (const Standard_Integer Index)
void Remove (const Standard_Integer Index)
void Remove (const Standard_Integer FromIndex, const Standard_Integer ToIndex)

Constructor & Destructor Documentation

TColStd_SequenceOfReal::TColStd_SequenceOfReal ( )
TColStd_SequenceOfReal::~TColStd_SequenceOfReal ( ) [inline]

Member Function Documentation

void TColStd_SequenceOfReal::Append ( const Standard_Real T)
void TColStd_SequenceOfReal::Append ( TColStd_SequenceOfReal S)
const TColStd_SequenceOfReal& TColStd_SequenceOfReal::Assign ( const TColStd_SequenceOfReal Other)
Standard_Real& TColStd_SequenceOfReal::ChangeValue ( const Standard_Integer  Index)
void TColStd_SequenceOfReal::Clear ( )
const Standard_Real& TColStd_SequenceOfReal::First ( ) const
void TColStd_SequenceOfReal::InsertAfter ( const Standard_Integer  Index,
const Standard_Real T 
)
void TColStd_SequenceOfReal::InsertAfter ( const Standard_Integer  Index,
TColStd_SequenceOfReal S 
)
void TColStd_SequenceOfReal::InsertBefore ( const Standard_Integer  Index,
const Standard_Real T 
)
void TColStd_SequenceOfReal::InsertBefore ( const Standard_Integer  Index,
TColStd_SequenceOfReal S 
)
const Standard_Real& TColStd_SequenceOfReal::Last ( ) const
Standard_Real& TColStd_SequenceOfReal::operator() ( const Standard_Integer  Index) [inline]
const Standard_Real& TColStd_SequenceOfReal::operator() ( const Standard_Integer  Index) const [inline]
const TColStd_SequenceOfReal& TColStd_SequenceOfReal::operator= ( const TColStd_SequenceOfReal Other) [inline]
void TColStd_SequenceOfReal::Prepend ( const Standard_Real T)
void TColStd_SequenceOfReal::Prepend ( TColStd_SequenceOfReal S)
void TColStd_SequenceOfReal::Remove ( const Standard_Integer  FromIndex,
const Standard_Integer  ToIndex 
)
void TColStd_SequenceOfReal::Remove ( const Standard_Integer  Index)
void TColStd_SequenceOfReal::SetValue ( const Standard_Integer  Index,
const Standard_Real I 
)
void TColStd_SequenceOfReal::Split ( const Standard_Integer  Index,
TColStd_SequenceOfReal Sub 
)
const Standard_Real& TColStd_SequenceOfReal::Value ( const Standard_Integer  Index) const

The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines