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