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

Method LASwriterLAS

LASlib/src/laswriter_las.cpp:1449–1462  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1447}
1448
1449LASwriterLAS::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
1464LASwriterLAS::~LASwriterLAS()
1465{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected