| 406 | } |
| 407 | |
| 408 | LASwriterCompatibleDown::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 | |
| 419 | LASwriterCompatibleDown::~LASwriterCompatibleDown() |
| 420 | { |
nothing calls this directly
no outgoing calls
no test coverage detected