| 1260 | return "clamp_z_below"; |
| 1261 | }; |
| 1262 | inline I32 get_command(CHAR* string) const |
| 1263 | { |
| 1264 | return sprintf(string, "-%s %lf ", name(), below); |
| 1265 | }; |
| 1266 | inline U32 get_decompress_selective() const |
| 1267 | { |
| 1268 | return LASZIP_DECOMPRESS_SELECTIVE_Z; |
nothing calls this directly
no outgoing calls
no test coverage detected