Loading [MathJax]/jax/input/TeX/config.js
IPointKernelExBase Class Referenceabstract
+ Inheritance diagram for IPointKernelExBase:

Public Member Functions

virtual IPointKernelExBasethreadClone () 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...
 
- Public Member Functions inherited from ObjectBase
virtual void Delete ()
 

Member Function Documentation

◆ process()

virtual bool process ( IPoint point,
const IContainer< IPoint > &  neighbors 
)
pure virtual

processes a point

Parameters
[in]pointcurrent point
[in]neighborscontainer object providing all neighbors of the current point depending on the specified spatial query object
Returns
true if the point was changed. otherwise false