|
Open CASCADE Technology
6.5.4
|
#include <TDF_LabelSequence.hxx>

| TDF_LabelSequence::~TDF_LabelSequence | ( | ) | [inline] |
| const TDF_Label& TDF_LabelSequence::First | ( | ) | const |
| void TDF_LabelSequence::InsertAfter | ( | const Standard_Integer | Index, |
| const TDF_Label & | T | ||
| ) |
| void TDF_LabelSequence::InsertAfter | ( | const Standard_Integer | Index, |
| TDF_LabelSequence & | S | ||
| ) |
| void TDF_LabelSequence::InsertBefore | ( | const Standard_Integer | Index, |
| const TDF_Label & | T | ||
| ) |
| void TDF_LabelSequence::InsertBefore | ( | const Standard_Integer | Index, |
| TDF_LabelSequence & | S | ||
| ) |
| const TDF_Label& TDF_LabelSequence::Last | ( | ) | const |
| const TDF_Label& TDF_LabelSequence::operator() | ( | const Standard_Integer | Index | ) | const [inline] |
| TDF_Label& TDF_LabelSequence::operator() | ( | const Standard_Integer | Index | ) | [inline] |
| const TDF_LabelSequence& TDF_LabelSequence::operator= | ( | const TDF_LabelSequence & | Other | ) | [inline] |
| void TDF_LabelSequence::Remove | ( | const Standard_Integer | FromIndex, |
| const Standard_Integer | ToIndex | ||
| ) |
| void TDF_LabelSequence::SetValue | ( | const Standard_Integer | Index, |
| const TDF_Label & | I | ||
| ) |
| void TDF_LabelSequence::Split | ( | const Standard_Integer | Index, |
| TDF_LabelSequence & | Sub | ||
| ) |
| const TDF_Label& TDF_LabelSequence::Value | ( | const Standard_Integer | Index | ) | const |
1.8.0