Open CASCADE Technology
6.5.4
|
#include <TColgp_SequenceOfVec.hxx>
TColgp_SequenceOfVec::~TColgp_SequenceOfVec | ( | ) | [inline] |
const gp_Vec& TColgp_SequenceOfVec::First | ( | ) | const |
void TColgp_SequenceOfVec::InsertAfter | ( | const Standard_Integer | Index, |
const gp_Vec & | T | ||
) |
void TColgp_SequenceOfVec::InsertBefore | ( | const Standard_Integer | Index, |
const gp_Vec & | T | ||
) |
const gp_Vec& TColgp_SequenceOfVec::Last | ( | ) | const |
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] |
void TColgp_SequenceOfVec::Remove | ( | const Standard_Integer | FromIndex, |
const Standard_Integer | ToIndex | ||
) |
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 |