Open CASCADE Technology 6.6.0
|
#include <IntTools_SequenceOfCurves.hxx>
IntTools_SequenceOfCurves::IntTools_SequenceOfCurves | ( | ) |
IntTools_SequenceOfCurves::~IntTools_SequenceOfCurves | ( | ) | [inline] |
void IntTools_SequenceOfCurves::Append | ( | const IntTools_Curve & | T | ) |
void IntTools_SequenceOfCurves::Append | ( | IntTools_SequenceOfCurves & | S | ) |
const IntTools_SequenceOfCurves& IntTools_SequenceOfCurves::Assign | ( | const IntTools_SequenceOfCurves & | Other | ) |
IntTools_Curve& IntTools_SequenceOfCurves::ChangeValue | ( | const Standard_Integer | Index | ) |
void IntTools_SequenceOfCurves::Clear | ( | ) |
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 |
IntTools_Curve& IntTools_SequenceOfCurves::operator() | ( | const Standard_Integer | Index | ) | [inline] |
const IntTools_Curve& IntTools_SequenceOfCurves::operator() | ( | const Standard_Integer | Index | ) | const [inline] |
const IntTools_SequenceOfCurves& IntTools_SequenceOfCurves::operator= | ( | const IntTools_SequenceOfCurves & | Other | ) | [inline] |
void IntTools_SequenceOfCurves::Prepend | ( | const IntTools_Curve & | T | ) |
void IntTools_SequenceOfCurves::Prepend | ( | IntTools_SequenceOfCurves & | S | ) |
void IntTools_SequenceOfCurves::Remove | ( | const Standard_Integer | FromIndex, |
const Standard_Integer | ToIndex | ||
) |
void IntTools_SequenceOfCurves::Remove | ( | const Standard_Integer | Index | ) |
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 |