| 5505 | return "scale_NIR"; |
| 5506 | }; |
| 5507 | inline I32 get_command(CHAR* string) const |
| 5508 | { |
| 5509 | return sprintf(string, "-%s %g ", name(), scale); |
| 5510 | }; |
| 5511 | inline U32 get_decompress_selective() const |
| 5512 | { |
| 5513 | return LASZIP_DECOMPRESS_SELECTIVE_NIR; |
nothing calls this directly
no outgoing calls
no test coverage detected