| 5853 | return "map_attribute_into_RGB"; |
| 5854 | }; |
| 5855 | inline I32 get_command(CHAR* string) const |
| 5856 | { |
| 5857 | return sprintf(string, "-%s %u \"%s\" ", name(), index, map_file_name); |
| 5858 | }; |
| 5859 | inline U32 get_decompress_selective() const |
| 5860 | { |
| 5861 | return LASZIP_DECOMPRESS_SELECTIVE_EXTRA_BYTES; |
nothing calls this directly
no outgoing calls
no test coverage detected