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

Method get_command

LASlib/src/lastransform.cpp:3959–3962  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3957 return "change_user_data_from_to";
3958 };
3959 inline I32 get_command(CHAR* string) const
3960 {
3961 return sprintf(string, "-%s %d %d ", name(), user_data_from, user_data_to);
3962 };
3963 inline U32 get_decompress_selective() const
3964 {
3965 return LASZIP_DECOMPRESS_SELECTIVE_USER_DATA;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected