| 4356 | return "map_point_source"; |
| 4357 | }; |
| 4358 | inline I32 get_command(CHAR* string) const |
| 4359 | { |
| 4360 | return sprintf(string, "-%s \"%s\" ", name(), map_file_name); |
| 4361 | }; |
| 4362 | inline U32 get_decompress_selective() const |
| 4363 | { |
| 4364 | return LASZIP_DECOMPRESS_SELECTIVE_POINT_SOURCE; |
nothing calls this directly
no outgoing calls
no test coverage detected