38 std::queue<SpatialIndex::id_type> m_ids;
39 std::vector<LeafQueryResult> m_results;
47 std::vector<LeafQueryResult>
const&
GetResults()
const {
return m_results;}
53 std::vector<SpatialIndex::id_type> ids;
67 std::vector<SpatialIndex::id_type>
const& GetIDs()
const;
68 void SetIDs(std::vector<SpatialIndex::id_type>& v);
LeafQueryResult(SpatialIndex::id_type id)
SpatialIndex::id_type getIdentifier() const
void setIdentifier(uint32_t v)
std::vector< LeafQueryResult > const & GetResults() const
virtual void getNextEntry(const IEntry &previouslyFetched, id_type &nextEntryToFetch, bool &bFetchNextEntry)=0