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

Method LASzipper

src/laszipper.cpp:121–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121LASzipper::LASzipper()
122{
123 error_string = 0;
124 count = 0;
125 stream = 0;
126 writer = 0;
127}
128
129LASzipper::~LASzipper()
130{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected