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

Method get_command

LASlib/src/lastransform.cpp:6644–6647  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6642 return "add_attribute_to_z";
6643 };
6644 inline I32 get_command(CHAR* string) const
6645 {
6646 return sprintf(string, "-%s %u ", name(), index);
6647 };
6648 inline U32 get_decompress_selective() const
6649 {
6650 return LASZIP_DECOMPRESS_SELECTIVE_Z | LASZIP_DECOMPRESS_SELECTIVE_EXTRA_BYTES;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected