#include <NMTDS_BndSphereTree.hxx>

Public Member Functions | |
| Standard_EXPORT | NMTDS_BndSphereTreeSelector () |
| virtual Standard_EXPORT Standard_Boolean | Reject (const NMTDS_BndSphere &) const |
| virtual Standard_EXPORT Standard_Boolean | Accept (const Standard_Integer &) |
| virtual Standard_EXPORT | ~NMTDS_BndSphereTreeSelector () |
| Standard_EXPORT void | Clear () |
| Standard_EXPORT void | SetBox (const NMTDS_BndSphere &) |
| Standard_EXPORT const TColStd_ListOfInteger & | Indices () const |
Protected Attributes | |
| NMTDS_BndSphere | myBox |
| TColStd_MapOfInteger | myFence |
| TColStd_ListOfInteger | myIndices |
| NMTDS_BndSphereTreeSelector::NMTDS_BndSphereTreeSelector | ( | ) |
| NMTDS_BndSphereTreeSelector::~NMTDS_BndSphereTreeSelector | ( | ) | [virtual] |
| Standard_Boolean NMTDS_BndSphereTreeSelector::Reject | ( | const NMTDS_BndSphere & | aBox | ) | const [virtual] |
References NMTDS_BndSphere.IsOut(), and myBox.
| Standard_Boolean NMTDS_BndSphereTreeSelector::Accept | ( | const Standard_Integer & | aIndex | ) | [virtual] |
| void NMTDS_BndSphereTreeSelector::SetBox | ( | const NMTDS_BndSphere & | aBox | ) |
References myBox.
| const TColStd_ListOfInteger & NMTDS_BndSphereTreeSelector::Indices | ( | ) | const |
References myIndices.
NMTDS_BndSphere NMTDS_BndSphereTreeSelector.myBox [protected] |
TColStd_MapOfInteger NMTDS_BndSphereTreeSelector.myFence [protected] |
TColStd_ListOfInteger NMTDS_BndSphereTreeSelector.myIndices [protected] |