|
Open CASCADE Technology 6.5.2
|
#include <SelectMgr_SequenceOfSelection.hxx>

| SelectMgr_SequenceOfSelection::SelectMgr_SequenceOfSelection | ( | ) |
| SelectMgr_SequenceOfSelection::~SelectMgr_SequenceOfSelection | ( | ) | [inline] |
| void SelectMgr_SequenceOfSelection::Append | ( | const Handle< SelectMgr_Selection > & | T | ) |
| void SelectMgr_SequenceOfSelection::Append | ( | SelectMgr_SequenceOfSelection & | S | ) |
| const SelectMgr_SequenceOfSelection& SelectMgr_SequenceOfSelection::Assign | ( | const SelectMgr_SequenceOfSelection & | Other | ) |
| Handle_SelectMgr_Selection& SelectMgr_SequenceOfSelection::ChangeValue | ( | const Standard_Integer | Index | ) |
| void SelectMgr_SequenceOfSelection::Clear | ( | ) |
| const Handle_SelectMgr_Selection& SelectMgr_SequenceOfSelection::First | ( | ) | const |
| void SelectMgr_SequenceOfSelection::InsertAfter | ( | const Standard_Integer | Index, |
| const Handle< SelectMgr_Selection > & | T | ||
| ) |
| void SelectMgr_SequenceOfSelection::InsertAfter | ( | const Standard_Integer | Index, |
| SelectMgr_SequenceOfSelection & | S | ||
| ) |
| void SelectMgr_SequenceOfSelection::InsertBefore | ( | const Standard_Integer | Index, |
| const Handle< SelectMgr_Selection > & | T | ||
| ) |
| void SelectMgr_SequenceOfSelection::InsertBefore | ( | const Standard_Integer | Index, |
| SelectMgr_SequenceOfSelection & | S | ||
| ) |
| const Handle_SelectMgr_Selection& SelectMgr_SequenceOfSelection::Last | ( | ) | const |
| void SelectMgr_SequenceOfSelection::operator delete | ( | void * | anAddress | ) | [inline] |
Reimplemented from TCollection_BaseSequence.
| void* SelectMgr_SequenceOfSelection::operator new | ( | size_t | size | ) | [inline] |
Reimplemented from TCollection_BaseSequence.
| void* SelectMgr_SequenceOfSelection::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
Reimplemented from TCollection_BaseSequence.
| Handle_SelectMgr_Selection& SelectMgr_SequenceOfSelection::operator() | ( | const Standard_Integer | Index | ) | [inline] |
| const Handle_SelectMgr_Selection& SelectMgr_SequenceOfSelection::operator() | ( | const Standard_Integer | Index | ) | const [inline] |
| const SelectMgr_SequenceOfSelection& SelectMgr_SequenceOfSelection::operator= | ( | const SelectMgr_SequenceOfSelection & | Other | ) | [inline] |
| void SelectMgr_SequenceOfSelection::Prepend | ( | SelectMgr_SequenceOfSelection & | S | ) |
| void SelectMgr_SequenceOfSelection::Prepend | ( | const Handle< SelectMgr_Selection > & | T | ) |
| void SelectMgr_SequenceOfSelection::Remove | ( | const Standard_Integer | FromIndex, |
| const Standard_Integer | ToIndex | ||
| ) |
| void SelectMgr_SequenceOfSelection::Remove | ( | const Standard_Integer | Index | ) |
| void SelectMgr_SequenceOfSelection::SetValue | ( | const Standard_Integer | Index, |
| const Handle< SelectMgr_Selection > & | I | ||
| ) |
| void SelectMgr_SequenceOfSelection::Split | ( | const Standard_Integer | Index, |
| SelectMgr_SequenceOfSelection & | Sub | ||
| ) |
| const Handle_SelectMgr_Selection& SelectMgr_SequenceOfSelection::Value | ( | const Standard_Integer | Index | ) | const |
1.7.4