Public Member Functions | |
virtual IPointKernelExBase * | threadClone () const =0 |
returns a new instance of the current object (required for multi-threaded execusion) | |
virtual void | leafChanged (const IPointIndexLeaf &leaf)=0 |
function is called, when the spatial index leaf changes | |
virtual bool | process (IPoint &point, const IContainer< IPoint > &neighbors)=0 |
processes a point More... | |
![]() | |
virtual void | Delete () |
processes a point
[in] | point | current point |
[in] | neighbors | container object providing all neighbors of the current point depending on the specified spatial query object |