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

Method PointData

example/laszippertest.cpp:177–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175{
176public:
177 PointData(unsigned char type=5, unsigned short size=70)
178 {
179 point_type = type;
180 point_size = size;
181 point = 0;
182 point_data = 0;
183 }
184
185 bool setup(unsigned int num_items, const LASitem* items)
186 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected