|
Open CASCADE Technology
6.9.1
|
#include <SelectMgr_ListOfFilter.hxx>
| SelectMgr_ListOfFilter::SelectMgr_ListOfFilter | ( | ) |
| SelectMgr_ListOfFilter::SelectMgr_ListOfFilter | ( | const SelectMgr_ListOfFilter & | Other | ) |
|
inline |
| void SelectMgr_ListOfFilter::Append | ( | const Handle< SelectMgr_Filter > & | I | ) |
| void SelectMgr_ListOfFilter::Append | ( | const Handle< SelectMgr_Filter > & | I, |
| SelectMgr_ListIteratorOfListOfFilter & | theIt | ||
| ) |
| void SelectMgr_ListOfFilter::Append | ( | SelectMgr_ListOfFilter & | Other | ) |
| void SelectMgr_ListOfFilter::Assign | ( | const SelectMgr_ListOfFilter & | Other | ) |
| void SelectMgr_ListOfFilter::Clear | ( | ) |
| Standard_Integer SelectMgr_ListOfFilter::Extent | ( | ) | const |
| 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 | ||
| ) |
| Standard_Boolean SelectMgr_ListOfFilter::IsEmpty | ( | ) | const |
| Handle< SelectMgr_Filter >& SelectMgr_ListOfFilter::Last | ( | ) | const |
|
inline |
| void SelectMgr_ListOfFilter::Prepend | ( | const Handle< SelectMgr_Filter > & | I | ) |
| void SelectMgr_ListOfFilter::Prepend | ( | const Handle< SelectMgr_Filter > & | I, |
| SelectMgr_ListIteratorOfListOfFilter & | theIt | ||
| ) |
| void SelectMgr_ListOfFilter::Prepend | ( | SelectMgr_ListOfFilter & | Other | ) |
| void SelectMgr_ListOfFilter::Remove | ( | SelectMgr_ListIteratorOfListOfFilter & | It | ) |
| void SelectMgr_ListOfFilter::RemoveFirst | ( | ) |
1.8.10