| 1670 | return "translate_raw_z"; |
| 1671 | }; |
| 1672 | inline I32 get_command(CHAR* string) const |
| 1673 | { |
| 1674 | return sprintf(string, "-%s %d ", name(), offset); |
| 1675 | }; |
| 1676 | inline U32 get_decompress_selective() const |
| 1677 | { |
| 1678 | return LASZIP_DECOMPRESS_SELECTIVE_Z; |
nothing calls this directly
no outgoing calls
no test coverage detected