IPointKernelEx.hpp
30 /// \param[in] neighbors container object providing all neighbors of the current point depending on the specified spatial query object
48 virtual __int64 countOverall() const = 0; ///< overall point count (=Number of points in manager)
49 virtual __int64 countFiltered() const = 0; ///< number of points that where not processed because of the process filter
50 virtual __int64 countProcessed() const = 0; ///< number of points that where passed to the IPointKernelExBase::process function
