Inheritance diagram for IPointKernelExBase: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... | |
Public Member Functions inherited from ObjectBase | |
| 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 |