|
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
|
|
virtual void | Delete () |
|