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