| 1447 | } |
| 1448 | |
| 1449 | LASwriterLAS::LASwriterLAS() |
| 1450 | { |
| 1451 | file = 0; |
| 1452 | stream = 0; |
| 1453 | delete_stream = TRUE; |
| 1454 | writer = 0; |
| 1455 | writing_las_1_4 = FALSE; |
| 1456 | writing_new_point_type = FALSE; |
| 1457 | // for delayed write of EVLRs |
| 1458 | start_of_first_extended_variable_length_record = 0; |
| 1459 | number_of_extended_variable_length_records = 0; |
| 1460 | evlrs = 0; |
| 1461 | header_start_position = 0; |
| 1462 | } |
| 1463 | |
| 1464 | LASwriterLAS::~LASwriterLAS() |
| 1465 | { |
nothing calls this directly
no outgoing calls
no test coverage detected