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

Method write

src/laszipper.cpp:77–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77bool LASzipper::write(const unsigned char * const * point)
78{
79 count++;
80 return (writer->write(point) == TRUE);
81}
82
83bool LASzipper::chunk()
84{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected