Open CASCADE Technology 6.5.2
Public Member Functions
BOPTools_SequenceOfCurves Class Reference

#include <BOPTools_SequenceOfCurves.hxx>

Inheritance diagram for BOPTools_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)
 BOPTools_SequenceOfCurves ()
void Clear ()
 ~BOPTools_SequenceOfCurves ()
const BOPTools_SequenceOfCurvesAssign (const BOPTools_SequenceOfCurves &Other)
const BOPTools_SequenceOfCurvesoperator= (const BOPTools_SequenceOfCurves &Other)
void Append (const BOPTools_Curve &T)
void Append (BOPTools_SequenceOfCurves &S)
void Prepend (const BOPTools_Curve &T)
void Prepend (BOPTools_SequenceOfCurves &S)
void InsertBefore (const Standard_Integer Index, const BOPTools_Curve &T)
void InsertBefore (const Standard_Integer Index, BOPTools_SequenceOfCurves &S)
void InsertAfter (const Standard_Integer Index, const BOPTools_Curve &T)
void InsertAfter (const Standard_Integer Index, BOPTools_SequenceOfCurves &S)
const BOPTools_CurveFirst () const
const BOPTools_CurveLast () const
void Split (const Standard_Integer Index, BOPTools_SequenceOfCurves &Sub)
const BOPTools_CurveValue (const Standard_Integer Index) const
const BOPTools_Curveoperator() (const Standard_Integer Index) const
void SetValue (const Standard_Integer Index, const BOPTools_Curve &I)
BOPTools_CurveChangeValue (const Standard_Integer Index)
BOPTools_Curveoperator() (const Standard_Integer Index)
void Remove (const Standard_Integer Index)
void Remove (const Standard_Integer FromIndex, const Standard_Integer ToIndex)

Constructor & Destructor Documentation

BOPTools_SequenceOfCurves::BOPTools_SequenceOfCurves ( )
BOPTools_SequenceOfCurves::~BOPTools_SequenceOfCurves ( ) [inline]

Member Function Documentation

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

Reimplemented from TCollection_BaseSequence.

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

Reimplemented from TCollection_BaseSequence.

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

Reimplemented from TCollection_BaseSequence.

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