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

Method getSize

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

get access to data */

Source from the content-addressed store, hash-verified

58 ~ByteStreamOutArray() { if (data) free(data); };
59/* get access to data */
60 inline I64 getSize() const { return size; };
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; };

Callers 10

mainFunction · 0.80
check_pointsFunction · 0.80
runMethod · 0.80
mainFunction · 0.80
mainFunction · 0.80
reopenMethod · 0.80
addMethod · 0.80
write_pointMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected