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

Method LASwriterCompatibleUp

LASlib/src/laswritercompatible.cpp:686–695  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

684}
685
686LASwriterCompatibleUp::LASwriterCompatibleUp()
687{
688 header = 0;
689 writer = 0;
690 start_scan_angle = -1;
691 start_extended_returns = -1;
692 start_classification = -1;
693 start_flags_and_channel = -1;
694 start_NIR_band = -1;
695}
696
697LASwriterCompatibleUp::~LASwriterCompatibleUp()
698{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected