Open CASCADE Technology 6.6.0
|
#include <TColGeom2d_SequenceOfGeometry.hxx>
TColGeom2d_SequenceOfGeometry::TColGeom2d_SequenceOfGeometry | ( | ) |
TColGeom2d_SequenceOfGeometry::~TColGeom2d_SequenceOfGeometry | ( | ) | [inline] |
void TColGeom2d_SequenceOfGeometry::Append | ( | const Handle< Geom2d_Geometry > & | T | ) |
void TColGeom2d_SequenceOfGeometry::Append | ( | TColGeom2d_SequenceOfGeometry & | S | ) |
const TColGeom2d_SequenceOfGeometry& TColGeom2d_SequenceOfGeometry::Assign | ( | const TColGeom2d_SequenceOfGeometry & | Other | ) |
Handle_Geom2d_Geometry& TColGeom2d_SequenceOfGeometry::ChangeValue | ( | const Standard_Integer | Index | ) |
void TColGeom2d_SequenceOfGeometry::Clear | ( | ) |
const Handle_Geom2d_Geometry& TColGeom2d_SequenceOfGeometry::First | ( | ) | const |
void TColGeom2d_SequenceOfGeometry::InsertAfter | ( | const Standard_Integer | Index, |
const Handle< Geom2d_Geometry > & | T | ||
) |
void TColGeom2d_SequenceOfGeometry::InsertAfter | ( | const Standard_Integer | Index, |
TColGeom2d_SequenceOfGeometry & | S | ||
) |
void TColGeom2d_SequenceOfGeometry::InsertBefore | ( | const Standard_Integer | Index, |
const Handle< Geom2d_Geometry > & | T | ||
) |
void TColGeom2d_SequenceOfGeometry::InsertBefore | ( | const Standard_Integer | Index, |
TColGeom2d_SequenceOfGeometry & | S | ||
) |
const Handle_Geom2d_Geometry& TColGeom2d_SequenceOfGeometry::Last | ( | ) | const |
Handle_Geom2d_Geometry& TColGeom2d_SequenceOfGeometry::operator() | ( | const Standard_Integer | Index | ) | [inline] |
const Handle_Geom2d_Geometry& TColGeom2d_SequenceOfGeometry::operator() | ( | const Standard_Integer | Index | ) | const [inline] |
const TColGeom2d_SequenceOfGeometry& TColGeom2d_SequenceOfGeometry::operator= | ( | const TColGeom2d_SequenceOfGeometry & | Other | ) | [inline] |
void TColGeom2d_SequenceOfGeometry::Prepend | ( | const Handle< Geom2d_Geometry > & | T | ) |
void TColGeom2d_SequenceOfGeometry::Prepend | ( | TColGeom2d_SequenceOfGeometry & | S | ) |
void TColGeom2d_SequenceOfGeometry::Remove | ( | const Standard_Integer | FromIndex, |
const Standard_Integer | ToIndex | ||
) |
void TColGeom2d_SequenceOfGeometry::Remove | ( | const Standard_Integer | Index | ) |
void TColGeom2d_SequenceOfGeometry::SetValue | ( | const Standard_Integer | Index, |
const Handle< Geom2d_Geometry > & | I | ||
) |
void TColGeom2d_SequenceOfGeometry::Split | ( | const Standard_Integer | Index, |
TColGeom2d_SequenceOfGeometry & | Sub | ||
) |
const Handle_Geom2d_Geometry& TColGeom2d_SequenceOfGeometry::Value | ( | const Standard_Integer | Index | ) | const |