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