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