Open CASCADE Technology
6.5.4
|
#include <TColgp_HSequenceOfVec.hxx>
void TColgp_HSequenceOfVec::Append | ( | const gp_Vec & | anItem | ) |
void TColgp_HSequenceOfVec::Append | ( | const Handle< TColgp_HSequenceOfVec > & | aSequence | ) |
void TColgp_HSequenceOfVec::Exchange | ( | const Standard_Integer | anIndex, |
const Standard_Integer | anOtherIndex | ||
) |
void TColgp_HSequenceOfVec::InsertAfter | ( | const Standard_Integer | anIndex, |
const gp_Vec & | anItem | ||
) |
void TColgp_HSequenceOfVec::InsertAfter | ( | const Standard_Integer | anIndex, |
const Handle< TColgp_HSequenceOfVec > & | aSequence | ||
) |
void TColgp_HSequenceOfVec::InsertBefore | ( | const Standard_Integer | anIndex, |
const gp_Vec & | anItem | ||
) |
void TColgp_HSequenceOfVec::InsertBefore | ( | const Standard_Integer | anIndex, |
const Handle< TColgp_HSequenceOfVec > & | aSequence | ||
) |
void TColgp_HSequenceOfVec::Prepend | ( | const gp_Vec & | anItem | ) |
void TColgp_HSequenceOfVec::Prepend | ( | const Handle< TColgp_HSequenceOfVec > & | aSequence | ) |
void TColgp_HSequenceOfVec::Remove | ( | const Standard_Integer | anIndex | ) |
void TColgp_HSequenceOfVec::Remove | ( | const Standard_Integer | fromIndex, |
const Standard_Integer | toIndex | ||
) |
void TColgp_HSequenceOfVec::SetValue | ( | const Standard_Integer | anIndex, |
const gp_Vec & | anItem | ||
) |
Handle_TColgp_HSequenceOfVec TColgp_HSequenceOfVec::ShallowCopy | ( | ) | const |
Handle_TColgp_HSequenceOfVec TColgp_HSequenceOfVec::Split | ( | const Standard_Integer | anIndex | ) |
const gp_Vec& TColgp_HSequenceOfVec::Value | ( | const Standard_Integer | anIndex | ) | const |