Open CASCADE Technology
6.5.4
|
#include <IntTools_ListOfBox.hxx>
Public Member Functions | |
DEFINE_STANDARD_ALLOC | IntTools_ListOfBox () |
void | Assign (const IntTools_ListOfBox &Other) |
void | operator= (const IntTools_ListOfBox &Other) |
Standard_Integer | Extent () const |
void | Clear () |
~IntTools_ListOfBox () | |
Standard_Boolean | IsEmpty () const |
void | Prepend (const Bnd_Box &I) |
void | Prepend (const Bnd_Box &I, IntTools_ListIteratorOfListOfBox &theIt) |
void | Prepend (IntTools_ListOfBox &Other) |
void | Append (const Bnd_Box &I) |
void | Append (const Bnd_Box &I, IntTools_ListIteratorOfListOfBox &theIt) |
void | Append (IntTools_ListOfBox &Other) |
Bnd_Box & | First () const |
Bnd_Box & | Last () const |
void | RemoveFirst () |
void | Remove (IntTools_ListIteratorOfListOfBox &It) |
void | InsertBefore (const Bnd_Box &I, IntTools_ListIteratorOfListOfBox &It) |
void | InsertBefore (IntTools_ListOfBox &Other, IntTools_ListIteratorOfListOfBox &It) |
void | InsertAfter (const Bnd_Box &I, IntTools_ListIteratorOfListOfBox &It) |
void | InsertAfter (IntTools_ListOfBox &Other, IntTools_ListIteratorOfListOfBox &It) |
IntTools_ListOfBox::~IntTools_ListOfBox | ( | ) | [inline] |
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 | ) |
Standard_Integer IntTools_ListOfBox::Extent | ( | ) | const |
Bnd_Box& IntTools_ListOfBox::First | ( | ) | const |
void IntTools_ListOfBox::InsertAfter | ( | IntTools_ListOfBox & | Other, |
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 |
void IntTools_ListOfBox::operator= | ( | const IntTools_ListOfBox & | Other | ) | [inline] |
void IntTools_ListOfBox::Prepend | ( | const Bnd_Box & | I, |
IntTools_ListIteratorOfListOfBox & | theIt | ||
) |
void IntTools_ListOfBox::Prepend | ( | IntTools_ListOfBox & | Other | ) |