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

Method LASwriterTXT

LASlib/src/laswriter_txt.cpp:580–589  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

578}
579
580LASwriterTXT::LASwriterTXT()
581{
582 close_file = FALSE;
583 file = 0;
584 parse_string = 0;
585 separator_sign = ' ';
586 opts = FALSE;
587 optx = FALSE;
588 scale_rgb = 1.0f;
589}
590
591LASwriterTXT::~LASwriterTXT()
592{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected