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

Method open

LASlib/src/laswriter_las.cpp:54–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54BOOL LASwriterLAS::open(const LASheader* header, U32 compressor, I32 requested_version, I32 chunk_size)
55{
56 ByteStreamOut* out = new ByteStreamOutNil();
57 return open(out, header, compressor, requested_version, chunk_size);
58}
59
60BOOL LASwriterLAS::open(const char* file_name, const LASheader* header, U32 compressor, I32 requested_version, I32 chunk_size, I32 io_buffer_size)
61{

Callers

nothing calls this directly

Calls 15

laserrorFunction · 0.85
LASfopenFunction · 0.85
LASMessageFunction · 0.85
is_standardMethod · 0.80
request_versionMethod · 0.80
get_default_versionMethod · 0.80
checkMethod · 0.45
initMethod · 0.45
setupMethod · 0.45
set_chunk_sizeMethod · 0.45
tellMethod · 0.45
putBytesMethod · 0.45

Tested by

no test coverage detected