Open CASCADE Technology 6.6.0
Public Member Functions
TColgp_HSequenceOfDir Class Reference

#include <TColgp_HSequenceOfDir.hxx>

Inheritance diagram for TColgp_HSequenceOfDir:
Inheritance graph
[legend]

Public Member Functions

 TColgp_HSequenceOfDir ()
Standard_Boolean IsEmpty () const
Standard_Integer Length () const
void Clear ()
void Append (const gp_Dir &anItem)
void Append (const Handle< TColgp_HSequenceOfDir > &aSequence)
void Prepend (const gp_Dir &anItem)
void Prepend (const Handle< TColgp_HSequenceOfDir > &aSequence)
void Reverse ()
void InsertBefore (const Standard_Integer anIndex, const gp_Dir &anItem)
void InsertBefore (const Standard_Integer anIndex, const Handle< TColgp_HSequenceOfDir > &aSequence)
void InsertAfter (const Standard_Integer anIndex, const gp_Dir &anItem)
void InsertAfter (const Standard_Integer anIndex, const Handle< TColgp_HSequenceOfDir > &aSequence)
void Exchange (const Standard_Integer anIndex, const Standard_Integer anOtherIndex)
Handle_TColgp_HSequenceOfDir Split (const Standard_Integer anIndex)
void SetValue (const Standard_Integer anIndex, const gp_Dir &anItem)
const gp_DirValue (const Standard_Integer anIndex) const
gp_DirChangeValue (const Standard_Integer anIndex)
void Remove (const Standard_Integer anIndex)
void Remove (const Standard_Integer fromIndex, const Standard_Integer toIndex)
const TColgp_SequenceOfDirSequence () const
TColgp_SequenceOfDirChangeSequence ()
Handle_TColgp_HSequenceOfDir ShallowCopy () const

Constructor & Destructor Documentation

TColgp_HSequenceOfDir::TColgp_HSequenceOfDir ( )

Member Function Documentation

void TColgp_HSequenceOfDir::Append ( const gp_Dir anItem)
void TColgp_HSequenceOfDir::Append ( const Handle< TColgp_HSequenceOfDir > &  aSequence)
TColgp_SequenceOfDir& TColgp_HSequenceOfDir::ChangeSequence ( )
gp_Dir& TColgp_HSequenceOfDir::ChangeValue ( const Standard_Integer  anIndex)
void TColgp_HSequenceOfDir::Clear ( )
void TColgp_HSequenceOfDir::Exchange ( const Standard_Integer  anIndex,
const Standard_Integer  anOtherIndex 
)
void TColgp_HSequenceOfDir::InsertAfter ( const Standard_Integer  anIndex,
const gp_Dir anItem 
)
void TColgp_HSequenceOfDir::InsertAfter ( const Standard_Integer  anIndex,
const Handle< TColgp_HSequenceOfDir > &  aSequence 
)
void TColgp_HSequenceOfDir::InsertBefore ( const Standard_Integer  anIndex,
const gp_Dir anItem 
)
void TColgp_HSequenceOfDir::InsertBefore ( const Standard_Integer  anIndex,
const Handle< TColgp_HSequenceOfDir > &  aSequence 
)
Standard_Boolean TColgp_HSequenceOfDir::IsEmpty ( ) const
Standard_Integer TColgp_HSequenceOfDir::Length ( ) const
void TColgp_HSequenceOfDir::Prepend ( const gp_Dir anItem)
void TColgp_HSequenceOfDir::Prepend ( const Handle< TColgp_HSequenceOfDir > &  aSequence)
void TColgp_HSequenceOfDir::Remove ( const Standard_Integer  fromIndex,
const Standard_Integer  toIndex 
)
void TColgp_HSequenceOfDir::Remove ( const Standard_Integer  anIndex)
void TColgp_HSequenceOfDir::Reverse ( )
const TColgp_SequenceOfDir& TColgp_HSequenceOfDir::Sequence ( ) const
void TColgp_HSequenceOfDir::SetValue ( const Standard_Integer  anIndex,
const gp_Dir anItem 
)
Handle_TColgp_HSequenceOfDir TColgp_HSequenceOfDir::ShallowCopy ( ) const
Handle_TColgp_HSequenceOfDir TColgp_HSequenceOfDir::Split ( const Standard_Integer  anIndex)
const gp_Dir& TColgp_HSequenceOfDir::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