Open CASCADE Technology 6.6.0
|
#include <BOPDS_BoxBndTree.hxx>
Public Member Functions | |
BOPDS_BoxBndTreeSelector () | |
virtual Standard_Boolean | Reject (const Bnd_Box &) const |
virtual Standard_Boolean | Accept (const Standard_Integer &) |
virtual | ~BOPDS_BoxBndTreeSelector () |
void | Clear () |
void | SetBox (const Bnd_Box &) |
const BOPCol_ListOfInteger & | Indices () const |
Protected Attributes | |
Bnd_Box | myBox |
BOPCol_ListOfInteger | myIndices |
BOPDS_BoxBndTreeSelector::BOPDS_BoxBndTreeSelector | ( | ) |
virtual BOPDS_BoxBndTreeSelector::~BOPDS_BoxBndTreeSelector | ( | ) | [virtual] |
virtual Standard_Boolean BOPDS_BoxBndTreeSelector::Accept | ( | const Standard_Integer & | ) | [virtual] |
void BOPDS_BoxBndTreeSelector::Clear | ( | ) |
const BOPCol_ListOfInteger& BOPDS_BoxBndTreeSelector::Indices | ( | ) | const |
virtual Standard_Boolean BOPDS_BoxBndTreeSelector::Reject | ( | const Bnd_Box & | ) | const [virtual] |
void BOPDS_BoxBndTreeSelector::SetBox | ( | const Bnd_Box & | ) |
Bnd_Box BOPDS_BoxBndTreeSelector::myBox [protected] |