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

Method LASwriterCompatibleDown

LASlib/src/laswritercompatible.cpp:408–417  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

406}
407
408LASwriterCompatibleDown::LASwriterCompatibleDown()
409{
410 header = 0;
411 writer = 0;
412 start_scan_angle = -1;
413 start_extended_returns = -1;
414 start_classification = -1;
415 start_flags_and_channel = -1;
416 start_NIR_band = -1;
417}
418
419LASwriterCompatibleDown::~LASwriterCompatibleDown()
420{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected