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