Open CASCADE Technology 6.6.0
|
#include <Hatch_SequenceOfLine.hxx>
Hatch_SequenceOfLine::Hatch_SequenceOfLine | ( | ) |
Hatch_SequenceOfLine::~Hatch_SequenceOfLine | ( | ) | [inline] |
void Hatch_SequenceOfLine::Append | ( | const Hatch_Line & | T | ) |
void Hatch_SequenceOfLine::Append | ( | Hatch_SequenceOfLine & | S | ) |
const Hatch_SequenceOfLine& Hatch_SequenceOfLine::Assign | ( | const Hatch_SequenceOfLine & | Other | ) |
Hatch_Line& Hatch_SequenceOfLine::ChangeValue | ( | const Standard_Integer | Index | ) |
void Hatch_SequenceOfLine::Clear | ( | ) |
const Hatch_Line& Hatch_SequenceOfLine::First | ( | ) | const |
void Hatch_SequenceOfLine::InsertAfter | ( | const Standard_Integer | Index, |
const Hatch_Line & | T | ||
) |
void Hatch_SequenceOfLine::InsertAfter | ( | const Standard_Integer | Index, |
Hatch_SequenceOfLine & | S | ||
) |
void Hatch_SequenceOfLine::InsertBefore | ( | const Standard_Integer | Index, |
const Hatch_Line & | T | ||
) |
void Hatch_SequenceOfLine::InsertBefore | ( | const Standard_Integer | Index, |
Hatch_SequenceOfLine & | S | ||
) |
const Hatch_Line& Hatch_SequenceOfLine::Last | ( | ) | const |
Hatch_Line& Hatch_SequenceOfLine::operator() | ( | const Standard_Integer | Index | ) | [inline] |
const Hatch_Line& Hatch_SequenceOfLine::operator() | ( | const Standard_Integer | Index | ) | const [inline] |
const Hatch_SequenceOfLine& Hatch_SequenceOfLine::operator= | ( | const Hatch_SequenceOfLine & | Other | ) | [inline] |
void Hatch_SequenceOfLine::Prepend | ( | const Hatch_Line & | T | ) |
void Hatch_SequenceOfLine::Prepend | ( | Hatch_SequenceOfLine & | S | ) |
void Hatch_SequenceOfLine::Remove | ( | const Standard_Integer | FromIndex, |
const Standard_Integer | ToIndex | ||
) |
void Hatch_SequenceOfLine::Remove | ( | const Standard_Integer | Index | ) |
void Hatch_SequenceOfLine::SetValue | ( | const Standard_Integer | Index, |
const Hatch_Line & | I | ||
) |
void Hatch_SequenceOfLine::Split | ( | const Standard_Integer | Index, |
Hatch_SequenceOfLine & | Sub | ||
) |
const Hatch_Line& Hatch_SequenceOfLine::Value | ( | const Standard_Integer | Index | ) | const |