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

Method get_command

LASlib/src/lastransform.cpp:1126–1129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1124 return "transform_affine";
1125 };
1126 inline I32 get_command(CHAR* string) const
1127 {
1128 return sprintf(string, "-%s %lf,%lf,%lf,%lf ", name(), r, w, tx, ty);
1129 };
1130 inline U32 get_decompress_selective() const
1131 {
1132 return LASZIP_DECOMPRESS_SELECTIVE_CHANNEL_RETURNS_XY;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected