IPointKernelExBase Class Reference
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 | |
Public Member Functions inherited from ObjectBase | |
| virtual void | Delete () |
Member Function Documentation
processes a point
- Parameters
-
[in] point current point [in] neighbors container object providing all neighbors of the current point depending on the specified spatial query object
- Returns
- true if the point was changed. otherwise false
