QCAD
Open Source 2D CAD
Loading...
Searching...
No Matches
SpatialIndex::IQueryStrategy Class Referenceabstract

#include <SpatialIndex.h>

Inheritance diagram for SpatialIndex::IQueryStrategy:
BoundsQuery LeafQuery

Public Member Functions

virtual void getNextEntry (const IEntry &previouslyFetched, id_type &nextEntryToFetch, bool &bFetchNextEntry)=0
 
virtual ~IQueryStrategy ()
 

Constructor & Destructor Documentation

◆ ~IQueryStrategy()

virtual SpatialIndex::IQueryStrategy::~IQueryStrategy ( )
inlinevirtual

Member Function Documentation

◆ getNextEntry()

virtual void SpatialIndex::IQueryStrategy::getNextEntry ( const IEntry & previouslyFetched,
id_type & nextEntryToFetch,
bool & bFetchNextEntry )
pure virtual

Implemented in BoundsQuery, and LeafQuery.


The documentation for this class was generated from the following file: