MCPcopy Create free account
hub / github.com/LAStools/LAStools / get_command

Method get_command

LASlib/src/lastransform.cpp:4358–4361  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected