28 #ifndef GEOMAlgo_BoxBndTree_HeaderFile
29 #define GEOMAlgo_BoxBndTree_HeaderFile
31 #include <NCollection_UBTree.hxx>
32 #include <Bnd_Box.hxx>
33 #include <TColStd_MapOfInteger.hxx>
34 #include <TColStd_ListOfInteger.hxx>
41 Standard_EXPORT
virtual Standard_Boolean
Reject(
const Bnd_Box&)
const;
42 Standard_EXPORT
virtual Standard_Boolean
Accept(
const Standard_Integer &);
45 Standard_EXPORT
void Clear();
46 Standard_EXPORT
void SetBox(
const Bnd_Box&);
47 Standard_EXPORT
const TColStd_ListOfInteger&
Indices()
const;