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

Function LASquantizer

src/lasquantizer.hpp:84–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82 };
83
84 LASquantizer() {
85 // ! will maybe be overwritten by clean_las_header
86 x_scale_factor = 0.01;
87 y_scale_factor = 0.01;
88 z_scale_factor = 0.01;
89 x_offset = 0.0;
90 y_offset = 0.0;
91 z_offset = 0.0;
92 z_from_attrib = -1;
93 };
94
95 LASquantizer& operator=(const LASquantizer& quantizer) {
96 this->x_scale_factor = quantizer.x_scale_factor;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected