MCPcopy Create free account
hub / github.com/LASzip/LASzip / ~PointData

Method ~PointData

example/laszippertest.cpp:200–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198 }
199
200 ~PointData()
201 {
202 if (point) delete [] point;
203 if (point_data) delete [] point_data;
204 }
205
206 unsigned char point_type;
207 unsigned short point_size;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected