Open CASCADE Technology 6.6.0
Public Member Functions
TColgp_SequenceOfVec Class Reference

#include <TColgp_SequenceOfVec.hxx>

Inheritance diagram for TColgp_SequenceOfVec:
Inheritance graph
[legend]

Public Member Functions

 TColgp_SequenceOfVec ()
void Clear ()
 ~TColgp_SequenceOfVec ()
const TColgp_SequenceOfVecAssign (const TColgp_SequenceOfVec &Other)
const TColgp_SequenceOfVecoperator= (const TColgp_SequenceOfVec &Other)
void Append (const gp_Vec &T)
void Append (TColgp_SequenceOfVec &S)
void Prepend (const gp_Vec &T)
void Prepend (TColgp_SequenceOfVec &S)
void InsertBefore (const Standard_Integer Index, const gp_Vec &T)
void InsertBefore (const Standard_Integer Index, TColgp_SequenceOfVec &S)
void InsertAfter (const Standard_Integer Index, const gp_Vec &T)
void InsertAfter (const Standard_Integer Index, TColgp_SequenceOfVec &S)
const gp_VecFirst () const
const gp_VecLast () const
void Split (const Standard_Integer Index, TColgp_SequenceOfVec &Sub)
const gp_VecValue (const Standard_Integer Index) const
const gp_Vecoperator() (const Standard_Integer Index) const
void SetValue (const Standard_Integer Index, const gp_Vec &I)
gp_VecChangeValue (const Standard_Integer Index)
gp_Vecoperator() (const Standard_Integer Index)
void Remove (const Standard_Integer Index)
void Remove (const Standard_Integer FromIndex, const Standard_Integer ToIndex)

Constructor & Destructor Documentation

TColgp_SequenceOfVec::TColgp_SequenceOfVec ( )
TColgp_SequenceOfVec::~TColgp_SequenceOfVec ( ) [inline]

Member Function Documentation

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