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