Open CASCADE Technology 6.5.2
Public Member Functions
Graphic2d_SequenceOfPolyline Class Reference

#include <Graphic2d_SequenceOfPolyline.hxx>

Inheritance diagram for Graphic2d_SequenceOfPolyline:
Inheritance graph
[legend]

Public Member Functions

void * operator new (size_t, void *anAddress)
void * operator new (size_t size)
void operator delete (void *anAddress)
 Graphic2d_SequenceOfPolyline ()
void Clear ()
 ~Graphic2d_SequenceOfPolyline ()
const
Graphic2d_SequenceOfPolyline
Assign (const Graphic2d_SequenceOfPolyline &Other)
const
Graphic2d_SequenceOfPolyline
operator= (const Graphic2d_SequenceOfPolyline &Other)
void Append (const Handle< Graphic2d_HSequenceOfVertex > &T)
void Append (Graphic2d_SequenceOfPolyline &S)
void Prepend (const Handle< Graphic2d_HSequenceOfVertex > &T)
void Prepend (Graphic2d_SequenceOfPolyline &S)
void InsertBefore (const Standard_Integer Index, const Handle< Graphic2d_HSequenceOfVertex > &T)
void InsertBefore (const Standard_Integer Index, Graphic2d_SequenceOfPolyline &S)
void InsertAfter (const Standard_Integer Index, const Handle< Graphic2d_HSequenceOfVertex > &T)
void InsertAfter (const Standard_Integer Index, Graphic2d_SequenceOfPolyline &S)
const
Handle_Graphic2d_HSequenceOfVertex & 
First () const
const
Handle_Graphic2d_HSequenceOfVertex & 
Last () const
void Split (const Standard_Integer Index, Graphic2d_SequenceOfPolyline &Sub)
const
Handle_Graphic2d_HSequenceOfVertex & 
Value (const Standard_Integer Index) const
const
Handle_Graphic2d_HSequenceOfVertex & 
operator() (const Standard_Integer Index) const
void SetValue (const Standard_Integer Index, const Handle< Graphic2d_HSequenceOfVertex > &I)
Handle_Graphic2d_HSequenceOfVertex & ChangeValue (const Standard_Integer Index)
Handle_Graphic2d_HSequenceOfVertex & operator() (const Standard_Integer Index)
void Remove (const Standard_Integer Index)
void Remove (const Standard_Integer FromIndex, const Standard_Integer ToIndex)

Constructor & Destructor Documentation

Graphic2d_SequenceOfPolyline::Graphic2d_SequenceOfPolyline ( )
Graphic2d_SequenceOfPolyline::~Graphic2d_SequenceOfPolyline ( ) [inline]

Member Function Documentation

void Graphic2d_SequenceOfPolyline::Append ( const Handle< Graphic2d_HSequenceOfVertex > &  T)
void Graphic2d_SequenceOfPolyline::Append ( Graphic2d_SequenceOfPolyline S)
const Graphic2d_SequenceOfPolyline& Graphic2d_SequenceOfPolyline::Assign ( const Graphic2d_SequenceOfPolyline Other)
Handle_Graphic2d_HSequenceOfVertex& Graphic2d_SequenceOfPolyline::ChangeValue ( const Standard_Integer  Index)
void Graphic2d_SequenceOfPolyline::Clear ( )
const Handle_Graphic2d_HSequenceOfVertex& Graphic2d_SequenceOfPolyline::First ( ) const
void Graphic2d_SequenceOfPolyline::InsertAfter ( const Standard_Integer  Index,
const Handle< Graphic2d_HSequenceOfVertex > &  T 
)
void Graphic2d_SequenceOfPolyline::InsertAfter ( const Standard_Integer  Index,
Graphic2d_SequenceOfPolyline S 
)
void Graphic2d_SequenceOfPolyline::InsertBefore ( const Standard_Integer  Index,
const Handle< Graphic2d_HSequenceOfVertex > &  T 
)
void Graphic2d_SequenceOfPolyline::InsertBefore ( const Standard_Integer  Index,
Graphic2d_SequenceOfPolyline S 
)
const Handle_Graphic2d_HSequenceOfVertex& Graphic2d_SequenceOfPolyline::Last ( ) const
void Graphic2d_SequenceOfPolyline::operator delete ( void *  anAddress) [inline]

Reimplemented from TCollection_BaseSequence.

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

Reimplemented from TCollection_BaseSequence.

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

Reimplemented from TCollection_BaseSequence.

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