libspatialindex API Reference  (git-trunk)
SpatialIndex::INearestNeighborComparator Class Referenceabstract

#include <SpatialIndex.h>

Collaboration diagram for SpatialIndex::INearestNeighborComparator:
Collaboration graph

Public Member Functions

virtual double getMinimumDistance (const IShape &query, const IShape &entry)=0
 
virtual double getMinimumDistance (const IShape &query, const IData &data)=0
 
virtual ~INearestNeighborComparator ()=default
 

Detailed Description

Definition at line 148 of file SpatialIndex.h.

Constructor & Destructor Documentation

◆ ~INearestNeighborComparator()

virtual SpatialIndex::INearestNeighborComparator::~INearestNeighborComparator ( )
virtualdefault

Member Function Documentation

◆ getMinimumDistance() [1/2]

virtual double SpatialIndex::INearestNeighborComparator::getMinimumDistance ( const IShape query,
const IShape entry 
)
pure virtual

Referenced by SpatialIndex::RTree::RTree::nearestNeighborQuery().

Here is the caller graph for this function:

◆ getMinimumDistance() [2/2]

virtual double SpatialIndex::INearestNeighborComparator::getMinimumDistance ( const IShape query,
const IData data 
)
pure virtual

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