Open CASCADE Technology 6.6.0
Public Member Functions
TColgp_SequenceOfDir Class Reference

#include <TColgp_SequenceOfDir.hxx>

Inheritance diagram for TColgp_SequenceOfDir:
Inheritance graph
[legend]

Public Member Functions

 TColgp_SequenceOfDir ()
void Clear ()
 ~TColgp_SequenceOfDir ()
const TColgp_SequenceOfDirAssign (const TColgp_SequenceOfDir &Other)
const TColgp_SequenceOfDiroperator= (const TColgp_SequenceOfDir &Other)
void Append (const gp_Dir &T)
void Append (TColgp_SequenceOfDir &S)
void Prepend (const gp_Dir &T)
void Prepend (TColgp_SequenceOfDir &S)
void InsertBefore (const Standard_Integer Index, const gp_Dir &T)
void InsertBefore (const Standard_Integer Index, TColgp_SequenceOfDir &S)
void InsertAfter (const Standard_Integer Index, const gp_Dir &T)
void InsertAfter (const Standard_Integer Index, TColgp_SequenceOfDir &S)
const gp_DirFirst () const
const gp_DirLast () const
void Split (const Standard_Integer Index, TColgp_SequenceOfDir &Sub)
const gp_DirValue (const Standard_Integer Index) const
const gp_Diroperator() (const Standard_Integer Index) const
void SetValue (const Standard_Integer Index, const gp_Dir &I)
gp_DirChangeValue (const Standard_Integer Index)
gp_Diroperator() (const Standard_Integer Index)
void Remove (const Standard_Integer Index)
void Remove (const Standard_Integer FromIndex, const Standard_Integer ToIndex)

Constructor & Destructor Documentation

TColgp_SequenceOfDir::TColgp_SequenceOfDir ( )
TColgp_SequenceOfDir::~TColgp_SequenceOfDir ( ) [inline]

Member Function Documentation

void TColgp_SequenceOfDir::Append ( const gp_Dir T)
void TColgp_SequenceOfDir::Append ( TColgp_SequenceOfDir S)
const TColgp_SequenceOfDir& TColgp_SequenceOfDir::Assign ( const TColgp_SequenceOfDir Other)
gp_Dir& TColgp_SequenceOfDir::ChangeValue ( const Standard_Integer  Index)
void TColgp_SequenceOfDir::Clear ( )
const gp_Dir& TColgp_SequenceOfDir::First ( ) const
void TColgp_SequenceOfDir::InsertAfter ( const Standard_Integer  Index,
const gp_Dir T 
)
void TColgp_SequenceOfDir::InsertAfter ( const Standard_Integer  Index,
TColgp_SequenceOfDir S 
)
void TColgp_SequenceOfDir::InsertBefore ( const Standard_Integer  Index,
const gp_Dir T 
)
void TColgp_SequenceOfDir::InsertBefore ( const Standard_Integer  Index,
TColgp_SequenceOfDir S 
)
const gp_Dir& TColgp_SequenceOfDir::Last ( ) const
gp_Dir& TColgp_SequenceOfDir::operator() ( const Standard_Integer  Index) [inline]
const gp_Dir& TColgp_SequenceOfDir::operator() ( const Standard_Integer  Index) const [inline]
const TColgp_SequenceOfDir& TColgp_SequenceOfDir::operator= ( const TColgp_SequenceOfDir Other) [inline]
void TColgp_SequenceOfDir::Prepend ( const gp_Dir T)
void TColgp_SequenceOfDir::Prepend ( TColgp_SequenceOfDir S)
void TColgp_SequenceOfDir::Remove ( const Standard_Integer  FromIndex,
const Standard_Integer  ToIndex 
)
void TColgp_SequenceOfDir::Remove ( const Standard_Integer  Index)
void TColgp_SequenceOfDir::SetValue ( const Standard_Integer  Index,
const gp_Dir I 
)
void TColgp_SequenceOfDir::Split ( const Standard_Integer  Index,
TColgp_SequenceOfDir Sub 
)
const gp_Dir& TColgp_SequenceOfDir::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