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