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

Method LASwriterBIN

LASlib/src/laswriter_bin.cpp:288–297  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

286}
287
288LASwriterBIN::LASwriterBIN()
289{
290 stream = 0;
291 file = 0;
292 origin_x = 0;
293 origin_y = 0;
294 origin_z = 0;
295 units = 0;
296 version = 0;
297}
298
299LASwriterBIN::~LASwriterBIN()
300{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected