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

Method chunk_bytes

src/laswriteitem.hpp:72–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70 virtual BOOL init(const U8* item, U32& context)=0;
71 virtual BOOL chunk_sizes() { return FALSE; };
72 virtual BOOL chunk_bytes() { return FALSE; };
73
74 virtual ~LASwriteItemCompressed(){};
75};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected