PointCloudFilter.PrepareForCell
Description:
Informs the filter that a series of points within a given cell is about to be checked.
Informs the filter that a series of points within a given cell is about to be checked.
Remarks:
This is a performance hook that the filter can use to minimize computational work per TestPoint() call within a given cell. The engine should guarantee that all points passed to TestPoint() calls will fall inside the (min, max) box specified here. This promise must be in effect until the next PrepareForCell() call.
This is a performance hook that the filter can use to minimize computational work per TestPoint() call within a given cell. The engine should guarantee that all points passed to TestPoint() calls will fall inside the (min, max) box specified here. This promise must be in effect until the next PrepareForCell() call.
-
minThe lower corner of the cell.
-
maxThe upper corner of the cell.
-
Int32numTestsThe engine's estimate of the number of TestPoint() calls it is going to make for this cell.
-
A non-optional argument was null