| 6642 | return "add_attribute_to_z"; |
| 6643 | }; |
| 6644 | inline I32 get_command(CHAR* string) const |
| 6645 | { |
| 6646 | return sprintf(string, "-%s %u ", name(), index); |
| 6647 | }; |
| 6648 | inline U32 get_decompress_selective() const |
| 6649 | { |
| 6650 | return LASZIP_DECOMPRESS_SELECTIVE_Z | LASZIP_DECOMPRESS_SELECTIVE_EXTRA_BYTES; |
nothing calls this directly
no outgoing calls
no test coverage detected