Open CASCADE Technology
6.5.4
|
#include <IntTools_SequenceOfCurves.hxx>
const IntTools_SequenceOfCurves& IntTools_SequenceOfCurves::Assign | ( | const IntTools_SequenceOfCurves & | Other | ) |
const IntTools_Curve& IntTools_SequenceOfCurves::First | ( | ) | const |
void IntTools_SequenceOfCurves::InsertAfter | ( | const Standard_Integer | Index, |
const IntTools_Curve & | T | ||
) |
void IntTools_SequenceOfCurves::InsertAfter | ( | const Standard_Integer | Index, |
IntTools_SequenceOfCurves & | S | ||
) |
void IntTools_SequenceOfCurves::InsertBefore | ( | const Standard_Integer | Index, |
const IntTools_Curve & | T | ||
) |
void IntTools_SequenceOfCurves::InsertBefore | ( | const Standard_Integer | Index, |
IntTools_SequenceOfCurves & | S | ||
) |
const IntTools_Curve& IntTools_SequenceOfCurves::Last | ( | ) | const |
const IntTools_Curve& IntTools_SequenceOfCurves::operator() | ( | const Standard_Integer | Index | ) | const [inline] |
IntTools_Curve& IntTools_SequenceOfCurves::operator() | ( | const Standard_Integer | Index | ) | [inline] |
const IntTools_SequenceOfCurves& IntTools_SequenceOfCurves::operator= | ( | const IntTools_SequenceOfCurves & | Other | ) | [inline] |
void IntTools_SequenceOfCurves::Remove | ( | const Standard_Integer | FromIndex, |
const Standard_Integer | ToIndex | ||
) |
void IntTools_SequenceOfCurves::SetValue | ( | const Standard_Integer | Index, |
const IntTools_Curve & | I | ||
) |
void IntTools_SequenceOfCurves::Split | ( | const Standard_Integer | Index, |
IntTools_SequenceOfCurves & | Sub | ||
) |
const IntTools_Curve& IntTools_SequenceOfCurves::Value | ( | const Standard_Integer | Index | ) | const |