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

Method LASwriteOpener

LASlib/src/laswriter.cpp:1319–1339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1317#endif
1318
1319LASwriteOpener::LASwriteOpener()
1320{
1321 io_obuffer_size = LAS_TOOLS_IO_OBUFFER_SIZE;
1322 directory = nullptr;
1323 file_name = 0;
1324 appendix = 0;
1325 cut = 0;
1326 opts = FALSE;
1327 optx = FALSE;
1328 parse_string = 0;
1329 separator = 0;
1330 scale_rgb = 1.0f;
1331 native = TRUE;
1332 format = LAS_TOOLS_FORMAT_DEFAULT;
1333 specified = FALSE;
1334 force = FALSE;
1335 chunk_size = LASZIP_CHUNK_SIZE_DEFAULT;
1336 use_stdout = FALSE;
1337 use_nil = FALSE;
1338 requested_version = 0;
1339}
1340
1341LASwriteOpener::~LASwriteOpener()
1342{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected