| 684 | } |
| 685 | |
| 686 | LASwriterCompatibleUp::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 | |
| 697 | LASwriterCompatibleUp::~LASwriterCompatibleUp() |
| 698 | { |
nothing calls this directly
no outgoing calls
no test coverage detected