| 309 | return "translate_xyz"; |
| 310 | }; |
| 311 | inline I32 get_command(CHAR* string) const |
| 312 | { |
| 313 | return sprintf(string, "-%s %lf %lf %lf ", name(), offset[0], offset[1], offset[2]); |
| 314 | }; |
| 315 | inline U32 get_decompress_selective() const |
| 316 | { |
| 317 | return LASZIP_DECOMPRESS_SELECTIVE_CHANNEL_RETURNS_XY | LASZIP_DECOMPRESS_SELECTIVE_Z; |
nothing calls this directly
no outgoing calls
no test coverage detected