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