Function cwipc_activesource_maxtile
Defined in File api.h
Function Documentation
-
int cwipc_activesource_maxtile(cwipc_activesource *src)
Return maximum number of possible tiles returned (C interface).
Pointclouds produced by this source will (even after tile-processing) never contain more tiles than this. Note that this number may therefore be higher than the actual number of tiles ever occurring in a pointcloud: a next tiling step may combine points into new tiles.
- Parameters:
src – The cwipc_activesource object.