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