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