Open CASCADE Technology 6.5.2
Public Member Functions
IntTools_SequenceOfCurves Class Reference

#include <IntTools_SequenceOfCurves.hxx>

Inheritance diagram for IntTools_SequenceOfCurves:
Inheritance graph
[legend]

Public Member Functions

void * operator new (size_t, void *anAddress)
void * operator new (size_t size)
void operator delete (void *anAddress)
 IntTools_SequenceOfCurves ()
void Clear ()
 ~IntTools_SequenceOfCurves ()
const IntTools_SequenceOfCurvesAssign (const IntTools_SequenceOfCurves &Other)
const IntTools_SequenceOfCurvesoperator= (const IntTools_SequenceOfCurves &Other)
void Append (const IntTools_Curve &T)
void Append (IntTools_SequenceOfCurves &S)
void Prepend (const IntTools_Curve &T)
void Prepend (IntTools_SequenceOfCurves &S)
void InsertBefore (const Standard_Integer Index, const IntTools_Curve &T)
void InsertBefore (const Standard_Integer Index, IntTools_SequenceOfCurves &S)
void InsertAfter (const Standard_Integer Index, const IntTools_Curve &T)
void InsertAfter (const Standard_Integer Index, IntTools_SequenceOfCurves &S)
const IntTools_CurveFirst () const
const IntTools_CurveLast () const
void Split (const Standard_Integer Index, IntTools_SequenceOfCurves &Sub)
const IntTools_CurveValue (const Standard_Integer Index) const
const IntTools_Curveoperator() (const Standard_Integer Index) const
void SetValue (const Standard_Integer Index, const IntTools_Curve &I)
IntTools_CurveChangeValue (const Standard_Integer Index)
IntTools_Curveoperator() (const Standard_Integer Index)
void Remove (const Standard_Integer Index)
void Remove (const Standard_Integer FromIndex, const Standard_Integer ToIndex)

Constructor & Destructor Documentation

IntTools_SequenceOfCurves::IntTools_SequenceOfCurves ( )
IntTools_SequenceOfCurves::~IntTools_SequenceOfCurves ( ) [inline]

Member Function Documentation

void IntTools_SequenceOfCurves::Append ( const IntTools_Curve T)
void IntTools_SequenceOfCurves::Append ( IntTools_SequenceOfCurves S)
const IntTools_SequenceOfCurves& IntTools_SequenceOfCurves::Assign ( const IntTools_SequenceOfCurves Other)
IntTools_Curve& IntTools_SequenceOfCurves::ChangeValue ( const Standard_Integer  Index)
void IntTools_SequenceOfCurves::Clear ( )
const IntTools_Curve& IntTools_SequenceOfCurves::First ( ) const
void IntTools_SequenceOfCurves::InsertAfter ( const Standard_Integer  Index,
const IntTools_Curve T 
)
void IntTools_SequenceOfCurves::InsertAfter ( const Standard_Integer  Index,
IntTools_SequenceOfCurves S 
)
void IntTools_SequenceOfCurves::InsertBefore ( const Standard_Integer  Index,
const IntTools_Curve T 
)
void IntTools_SequenceOfCurves::InsertBefore ( const Standard_Integer  Index,
IntTools_SequenceOfCurves S 
)
const IntTools_Curve& IntTools_SequenceOfCurves::Last ( ) const
void IntTools_SequenceOfCurves::operator delete ( void *  anAddress) [inline]

Reimplemented from TCollection_BaseSequence.

void* IntTools_SequenceOfCurves::operator new ( size_t  size) [inline]

Reimplemented from TCollection_BaseSequence.

void* IntTools_SequenceOfCurves::operator new ( size_t  ,
void *  anAddress 
) [inline]

Reimplemented from TCollection_BaseSequence.

IntTools_Curve& IntTools_SequenceOfCurves::operator() ( const Standard_Integer  Index) [inline]
const IntTools_Curve& IntTools_SequenceOfCurves::operator() ( const Standard_Integer  Index) const [inline]
const IntTools_SequenceOfCurves& IntTools_SequenceOfCurves::operator= ( const IntTools_SequenceOfCurves Other) [inline]
void IntTools_SequenceOfCurves::Prepend ( IntTools_SequenceOfCurves S)
void IntTools_SequenceOfCurves::Prepend ( const IntTools_Curve T)
void IntTools_SequenceOfCurves::Remove ( const Standard_Integer  FromIndex,
const Standard_Integer  ToIndex 
)
void IntTools_SequenceOfCurves::Remove ( const Standard_Integer  Index)
void IntTools_SequenceOfCurves::SetValue ( const Standard_Integer  Index,
const IntTools_Curve I 
)
void IntTools_SequenceOfCurves::Split ( const Standard_Integer  Index,
IntTools_SequenceOfCurves Sub 
)
const IntTools_Curve& IntTools_SequenceOfCurves::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