|
Open CASCADE Technology 6.5.2
|
#include <TColgp_SequenceOfVec.hxx>

| TColgp_SequenceOfVec::TColgp_SequenceOfVec | ( | ) |
| TColgp_SequenceOfVec::~TColgp_SequenceOfVec | ( | ) | [inline] |
| 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 |
| void TColgp_SequenceOfVec::operator delete | ( | void * | anAddress | ) | [inline] |
Reimplemented from TCollection_BaseSequence.
| void* TColgp_SequenceOfVec::operator new | ( | size_t | size | ) | [inline] |
Reimplemented from TCollection_BaseSequence.
| void* TColgp_SequenceOfVec::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
Reimplemented from TCollection_BaseSequence.
| 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 | ( | TColgp_SequenceOfVec & | S | ) |
| void TColgp_SequenceOfVec::Prepend | ( | const gp_Vec & | T | ) |
| 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 |
1.7.4