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