Function cwipc_activesource_get_tileinfo
Defined in File api.h
Function Documentation
-
bool cwipc_activesource_get_tileinfo(cwipc_activesource *src, int tilenum, struct cwipc_tileinfo *tileinfo)
Return information on a tile number (C interface).
Tile number 0 is a special case, representing the whole pointcloud.
- Parameters:
src – The cwipc_activesource object.
tilenum – The tile on which to obtain information.
tileinfo – A pointer to a structure filled with information on the tile (if non-NULL).
- Returns:
A boolean that is true if the tile could ever exist.