| 1319 | return "clamp_z_above"; |
| 1320 | }; |
| 1321 | inline I32 get_command(CHAR* string) const |
| 1322 | { |
| 1323 | return sprintf(string, "-%s %lf ", name(), above); |
| 1324 | }; |
| 1325 | inline U32 get_decompress_selective() const |
| 1326 | { |
| 1327 | return LASZIP_DECOMPRESS_SELECTIVE_Z; |
nothing calls this directly
no outgoing calls
no test coverage detected