Open CASCADE Technology  6.5.4
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
TColgp_SequenceOfVec Class Reference

#include <TColgp_SequenceOfVec.hxx>

Inheritance diagram for TColgp_SequenceOfVec:
Inheritance graph
[legend]

Public Member Functions

DEFINE_STANDARD_ALLOC 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


Member Function Documentation

const gp_Vec& TColgp_SequenceOfVec::operator() ( const Standard_Integer  Index) const [inline]
gp_Vec& TColgp_SequenceOfVec::operator() ( const Standard_Integer  Index) [inline]
const TColgp_SequenceOfVec& TColgp_SequenceOfVec::operator= ( const TColgp_SequenceOfVec Other) [inline]

The documentation for this class was generated from the following file: