MCPcopy Create free account
hub / github.com/LASzip/LASzip / LASzip

Method LASzip

src/laszip.cpp:45–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43#endif
44
45LASzip::LASzip()
46{
47 compressor = LASZIP_COMPRESSOR_DEFAULT;
48 coder = LASZIP_CODER_ARITHMETIC;
49 version_major = LASZIP_VERSION_MAJOR;
50 version_minor = LASZIP_VERSION_MINOR;
51 version_revision = LASZIP_VERSION_REVISION;
52 options = 0;
53 num_items = 0;
54 chunk_size = LASZIP_CHUNK_SIZE_DEFAULT;
55 number_of_special_evlrs = -1;
56 offset_to_special_evlrs = -1;
57 error_string = 0;
58 items = 0;
59 bytes = 0;
60}
61
62LASzip::~LASzip()
63{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected