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

Method close

LASzip/src/laszipper.cpp:89–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89bool LASzipper::close()
90{
91 BOOL done = TRUE;
92 if (writer)
93 {
94 done = writer->done();
95 delete writer;
96 writer = 0;
97 }
98 if (stream)
99 {
100 delete stream;
101 stream = 0;
102 }
103 if (!done) return return_error("done() of LASwritePoint failed");
104 return true;
105}
106
107const char* LASzipper::get_error() const
108{

Callers 9

~OStreamMethod · 0.45
~IStreamMethod · 0.45
write_pointsFunction · 0.45
read_pointsFunction · 0.45
write_points_seekFunction · 0.45
read_points_seekFunction · 0.45
appendMethod · 0.45

Calls 1

doneMethod · 0.45

Tested by 8

~OStreamMethod · 0.36
~IStreamMethod · 0.36
write_pointsFunction · 0.36
read_pointsFunction · 0.36
write_points_seekFunction · 0.36
read_points_seekFunction · 0.36