IPointKernelExWrapper Class Referenceabstract
+ Inheritance diagram for IPointKernelExWrapper:

Public Member Functions

virtual IPointKernelExBaseHandle getKernel () const =0
 Access the base kernel object.
 
virtual __int64 countOverall () const =0
 overall point count (=Number of points in manager)
 
virtual __int64 countFiltered () const =0
 number of points that where not processed because of the process filter
 
virtual __int64 countProcessed () const =0
 number of points that where passed to the IPointKernelExBase::process function
 
virtual __int64 countChanged () const =0
 number of points for which the IPointKernelExBase::process function returned true
 
- Public Member Functions inherited from ObjectBase
virtual void Delete ()