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

Method get_command

LASlib/src/lastransform.cpp:5855–5858  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected