| 1531 | return "copy_intensity_into_z"; |
| 1532 | }; |
| 1533 | inline I32 get_command(CHAR* string) const |
| 1534 | { |
| 1535 | return sprintf(string, "-%s ", name()); |
| 1536 | }; |
| 1537 | inline U32 get_decompress_selective() const |
| 1538 | { |
| 1539 | return LASZIP_DECOMPRESS_SELECTIVE_INTENSITY; |
nothing calls this directly
no outgoing calls
no test coverage detected