12 #ifndef spatialVrfObjectManagerOctree_H_
13 #define spatialVrfObjectManagerOctree_H_
16 #include "geometry/tdbextent.h"
79 virtual bool getVrfObjects(
const DtExtent& extent, std::set<DtVrfObject*>& objects);
80 virtual bool getVrfObjects(
const DtExtent& extent, std::set<const DtVrfObject*>& objects)
const;
83 std::set<DtVrfObject*>& objects);
85 std::set<const DtVrfObject*>& objects)
const;
87 virtual bool getVrfObjects(DtChord& chord, std::list<DtVrfObject*>& objects);
88 virtual bool getVrfObjects(DtChord& chord, std::list<const DtVrfObject*>& objects)
const;
91 std::list<DtVrfObject*>& objects);
93 std::list<const DtVrfObject*>& objects)
const;