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