Open CASCADE Technology
6.5.4
|
#include <SelectMgr_ListOfFilter.hxx>
SelectMgr_ListOfFilter::~SelectMgr_ListOfFilter | ( | ) | [inline] |
void SelectMgr_ListOfFilter::Append | ( | const Handle< SelectMgr_Filter > & | I, |
SelectMgr_ListIteratorOfListOfFilter & | theIt | ||
) |
Handle_SelectMgr_Filter& SelectMgr_ListOfFilter::First | ( | ) | const |
void SelectMgr_ListOfFilter::InsertAfter | ( | const Handle< SelectMgr_Filter > & | I, |
SelectMgr_ListIteratorOfListOfFilter & | It | ||
) |
void SelectMgr_ListOfFilter::InsertAfter | ( | SelectMgr_ListOfFilter & | Other, |
SelectMgr_ListIteratorOfListOfFilter & | It | ||
) |
void SelectMgr_ListOfFilter::InsertBefore | ( | const Handle< SelectMgr_Filter > & | I, |
SelectMgr_ListIteratorOfListOfFilter & | It | ||
) |
void SelectMgr_ListOfFilter::InsertBefore | ( | SelectMgr_ListOfFilter & | Other, |
SelectMgr_ListIteratorOfListOfFilter & | It | ||
) |
Handle_SelectMgr_Filter& SelectMgr_ListOfFilter::Last | ( | ) | const |
void SelectMgr_ListOfFilter::operator= | ( | const SelectMgr_ListOfFilter & | Other | ) | [inline] |
void SelectMgr_ListOfFilter::Prepend | ( | const Handle< SelectMgr_Filter > & | I, |
SelectMgr_ListIteratorOfListOfFilter & | theIt | ||
) |