Open CASCADE Technology  6.9.1
Public Member Functions
IntTools_ListOfBox Class Reference

#include <IntTools_ListOfBox.hxx>

Public Member Functions

 IntTools_ListOfBox ()
 
 IntTools_ListOfBox (const IntTools_ListOfBox &Other)
 
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_BoxFirst () const
 
Bnd_BoxLast () 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)
 

Constructor & Destructor Documentation

IntTools_ListOfBox::IntTools_ListOfBox ( )
IntTools_ListOfBox::IntTools_ListOfBox ( const IntTools_ListOfBox Other)
IntTools_ListOfBox::~IntTools_ListOfBox ( )
inline

Member Function Documentation

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
void IntTools_ListOfBox::operator= ( const IntTools_ListOfBox Other)
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 ( )

The documentation for this class was generated from the following file: