IKernelPointEx Class Referenceabstract

kernel for handling point object More...

#include "IKernelVectorEx.hpp"

+ Inheritance diagram for IKernelPointEx:

Public Member Functions

virtual void leafChanged (const IPointIndexLeaf &leaf, PointIndexLeafHandle &localTree)=0
 function is called, when the spatial index leaf changes
 
virtual void releaseLeaf ()=0
 
virtual bool process (const IPoint &source, IPoint &target, const IPointSet &neighbors)=0
 
- Public Member Functions inherited from IKernelBase
virtual IKernelBasethreadClone () const =0
 gets a copy of the object (required for multi-threaded execution)
 
- Public Member Functions inherited from ObjectBase
virtual void Delete ()
 

Detailed Description

kernel for handling point object

Examples
DM_spatial_processing.cpp.