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

Method get_command

LASlib/src/lastransform.cpp:4610–4613  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4608 return "set_number_of_returns";
4609 };
4610 inline I32 get_command(CHAR* string) const
4611 {
4612 return sprintf(string, "-%s %d ", name(), number_of_returns);
4613 };
4614 inline F64* transform_coords_for_offset_adjustment(F64 x, F64 y, F64 z)
4615 {
4616 return get_offset_adjust_coord_without_trafo_changes(x, y, z);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected