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

Method get_command

LASlib/src/lastransform.cpp:3996–3999  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3994 return "map_user_data";
3995 };
3996 inline I32 get_command(CHAR* string) const
3997 {
3998 return sprintf(string, "-%s \"%s\" ", name(), map_file_name);
3999 };
4000 inline U32 get_decompress_selective() const
4001 {
4002 return LASZIP_DECOMPRESS_SELECTIVE_USER_DATA;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected