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

Method get_command

LASlib/src/lastransform.cpp:5507–5510  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5505 return "scale_NIR";
5506 };
5507 inline I32 get_command(CHAR* string) const
5508 {
5509 return sprintf(string, "-%s %g ", name(), scale);
5510 };
5511 inline U32 get_decompress_selective() const
5512 {
5513 return LASZIP_DECOMPRESS_SELECTIVE_NIR;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected