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