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