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