Function cwipc_source_free

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.