Open CASCADE Technology
6.9.1
|
#include <IntTools_ListOfBox.hxx>
IntTools_ListOfBox::IntTools_ListOfBox | ( | ) |
IntTools_ListOfBox::IntTools_ListOfBox | ( | const IntTools_ListOfBox & | Other | ) |
|
inline |
void IntTools_ListOfBox::Append | ( | const Bnd_Box & | I | ) |
void IntTools_ListOfBox::Append | ( | const Bnd_Box & | I, |
IntTools_ListIteratorOfListOfBox & | theIt | ||
) |
void IntTools_ListOfBox::Append | ( | IntTools_ListOfBox & | Other | ) |
void IntTools_ListOfBox::Assign | ( | const IntTools_ListOfBox & | Other | ) |
void IntTools_ListOfBox::Clear | ( | ) |
Standard_Integer IntTools_ListOfBox::Extent | ( | ) | const |
Bnd_Box& IntTools_ListOfBox::First | ( | ) | const |
void IntTools_ListOfBox::InsertAfter | ( | const Bnd_Box & | I, |
IntTools_ListIteratorOfListOfBox & | It | ||
) |
void IntTools_ListOfBox::InsertAfter | ( | IntTools_ListOfBox & | Other, |
IntTools_ListIteratorOfListOfBox & | It | ||
) |
void IntTools_ListOfBox::InsertBefore | ( | const Bnd_Box & | I, |
IntTools_ListIteratorOfListOfBox & | It | ||
) |
void IntTools_ListOfBox::InsertBefore | ( | IntTools_ListOfBox & | Other, |
IntTools_ListIteratorOfListOfBox & | It | ||
) |
Standard_Boolean IntTools_ListOfBox::IsEmpty | ( | ) | const |
Bnd_Box& IntTools_ListOfBox::Last | ( | ) | const |
|
inline |
void IntTools_ListOfBox::Prepend | ( | const Bnd_Box & | I | ) |
void IntTools_ListOfBox::Prepend | ( | const Bnd_Box & | I, |
IntTools_ListIteratorOfListOfBox & | theIt | ||
) |
void IntTools_ListOfBox::Prepend | ( | IntTools_ListOfBox & | Other | ) |
void IntTools_ListOfBox::Remove | ( | IntTools_ListIteratorOfListOfBox & | It | ) |
void IntTools_ListOfBox::RemoveFirst | ( | ) |