| 578 | } |
| 579 | |
| 580 | LASwriterTXT::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 | |
| 591 | LASwriterTXT::~LASwriterTXT() |
| 592 | { |
nothing calls this directly
no outgoing calls
no test coverage detected