MCPcopy Create free account
hub / github.com/LAStools/LAStools / takeData

Method takeData

LASzip/src/bytestreamout_array.hpp:63–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 inline I64 getCurr() const { return curr; };
62 inline const U8* getData() const { return data; };
63 inline U8* takeData() { U8* d = data; data = 0; alloc = 0; size = 0; curr = 0; return d; };
64protected:
65 U8* data;
66 I64 alloc;

Callers 5

reopenMethod · 0.80
openMethod · 0.80
get_payloadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected