Function cwipc_source_free
Defined in File api.h
Function Documentation
-
void cwipc_source_free(cwipc_source *src)
Deallocate the pointcloud source (C interface).
Because the pointcloud source may be used in a different implementation language or DLL than where it is implemented we do not count on refcounting and such. Call this method if you no longer need the source.
- Parameters:
src – The cwipc_source object.