Open CASCADE Technology 6.5.2
Public Member Functions
Graphic2d_HSequenceOfVertex Class Reference

#include <Graphic2d_HSequenceOfVertex.hxx>

Inheritance diagram for Graphic2d_HSequenceOfVertex:
Inheritance graph
[legend]

Public Member Functions

 Graphic2d_HSequenceOfVertex ()
Standard_Boolean IsEmpty () const
Standard_Integer Length () const
void Clear ()
void Append (const Graphic2d_Vertex &anItem)
void Append (const Handle< Graphic2d_HSequenceOfVertex > &aSequence)
void Prepend (const Graphic2d_Vertex &anItem)
void Prepend (const Handle< Graphic2d_HSequenceOfVertex > &aSequence)
void Reverse ()
void InsertBefore (const Standard_Integer anIndex, const Graphic2d_Vertex &anItem)
void InsertBefore (const Standard_Integer anIndex, const Handle< Graphic2d_HSequenceOfVertex > &aSequence)
void InsertAfter (const Standard_Integer anIndex, const Graphic2d_Vertex &anItem)
void InsertAfter (const Standard_Integer anIndex, const Handle< Graphic2d_HSequenceOfVertex > &aSequence)
void Exchange (const Standard_Integer anIndex, const Standard_Integer anOtherIndex)
Handle_Graphic2d_HSequenceOfVertex Split (const Standard_Integer anIndex)
void SetValue (const Standard_Integer anIndex, const Graphic2d_Vertex &anItem)
const Graphic2d_VertexValue (const Standard_Integer anIndex) const
Graphic2d_VertexChangeValue (const Standard_Integer anIndex)
void Remove (const Standard_Integer anIndex)
void Remove (const Standard_Integer fromIndex, const Standard_Integer toIndex)
const Graphic2d_SequenceOfVertexSequence () const
Graphic2d_SequenceOfVertexChangeSequence ()
Handle_Graphic2d_HSequenceOfVertex ShallowCopy () const

Constructor & Destructor Documentation

Graphic2d_HSequenceOfVertex::Graphic2d_HSequenceOfVertex ( )

Member Function Documentation

void Graphic2d_HSequenceOfVertex::Append ( const Graphic2d_Vertex anItem)
void Graphic2d_HSequenceOfVertex::Append ( const Handle< Graphic2d_HSequenceOfVertex > &  aSequence)
Graphic2d_SequenceOfVertex& Graphic2d_HSequenceOfVertex::ChangeSequence ( )
Graphic2d_Vertex& Graphic2d_HSequenceOfVertex::ChangeValue ( const Standard_Integer  anIndex)
void Graphic2d_HSequenceOfVertex::Clear ( )
void Graphic2d_HSequenceOfVertex::Exchange ( const Standard_Integer  anIndex,
const Standard_Integer  anOtherIndex 
)
void Graphic2d_HSequenceOfVertex::InsertAfter ( const Standard_Integer  anIndex,
const Graphic2d_Vertex anItem 
)
void Graphic2d_HSequenceOfVertex::InsertAfter ( const Standard_Integer  anIndex,
const Handle< Graphic2d_HSequenceOfVertex > &  aSequence 
)
void Graphic2d_HSequenceOfVertex::InsertBefore ( const Standard_Integer  anIndex,
const Graphic2d_Vertex anItem 
)
void Graphic2d_HSequenceOfVertex::InsertBefore ( const Standard_Integer  anIndex,
const Handle< Graphic2d_HSequenceOfVertex > &  aSequence 
)
Standard_Boolean Graphic2d_HSequenceOfVertex::IsEmpty ( ) const
Standard_Integer Graphic2d_HSequenceOfVertex::Length ( ) const
void Graphic2d_HSequenceOfVertex::Prepend ( const Graphic2d_Vertex anItem)
void Graphic2d_HSequenceOfVertex::Prepend ( const Handle< Graphic2d_HSequenceOfVertex > &  aSequence)
void Graphic2d_HSequenceOfVertex::Remove ( const Standard_Integer  fromIndex,
const Standard_Integer  toIndex 
)
void Graphic2d_HSequenceOfVertex::Remove ( const Standard_Integer  anIndex)
void Graphic2d_HSequenceOfVertex::Reverse ( )
const Graphic2d_SequenceOfVertex& Graphic2d_HSequenceOfVertex::Sequence ( ) const
void Graphic2d_HSequenceOfVertex::SetValue ( const Standard_Integer  anIndex,
const Graphic2d_Vertex anItem 
)
Handle_Graphic2d_HSequenceOfVertex Graphic2d_HSequenceOfVertex::ShallowCopy ( ) const
Handle_Graphic2d_HSequenceOfVertex Graphic2d_HSequenceOfVertex::Split ( const Standard_Integer  anIndex)
const Graphic2d_Vertex& Graphic2d_HSequenceOfVertex::Value ( const Standard_Integer  anIndex) const

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