#include <NMTDS_BoxBndTree.hxx>
Public Member Functions |
| Standard_EXPORT | NMTDS_BoxBndTreeSelector () |
virtual Standard_EXPORT
Standard_Boolean | Reject (const Bnd_Box &) const |
virtual Standard_EXPORT
Standard_Boolean | Accept (const Standard_Integer &) |
| virtual Standard_EXPORT | ~NMTDS_BoxBndTreeSelector () |
| Standard_EXPORT void | Clear () |
| Standard_EXPORT void | SetBox (const Bnd_Box &) |
Standard_EXPORT const
TColStd_ListOfInteger & | Indices () const |
Protected Attributes |
| Bnd_Box | myBox |
| TColStd_MapOfInteger | myFence |
| TColStd_ListOfInteger | myIndices |
Constructor & Destructor Documentation
| NMTDS_BoxBndTreeSelector::NMTDS_BoxBndTreeSelector |
( |
| ) |
|
| NMTDS_BoxBndTreeSelector::~NMTDS_BoxBndTreeSelector |
( |
| ) |
[virtual] |
Member Function Documentation
| Standard_Boolean NMTDS_BoxBndTreeSelector::Reject |
( |
const Bnd_Box & |
aBox | ) |
const [virtual] |
| Standard_Boolean NMTDS_BoxBndTreeSelector::Accept |
( |
const Standard_Integer & |
aIndex | ) |
[virtual] |
| void NMTDS_BoxBndTreeSelector::Clear |
( |
| ) |
|
| void NMTDS_BoxBndTreeSelector::SetBox |
( |
const Bnd_Box & |
aBox | ) |
|
| const TColStd_ListOfInteger & NMTDS_BoxBndTreeSelector::Indices |
( |
| ) |
const |
Field Documentation