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

Method get_command

LASlib/src/lasfilter.cpp:830–830  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

828public:
829 inline const CHAR* name() const { return "keep_HSL"; };
830 inline I32 get_command(CHAR* string) const { return sprintf(string, "-%s %f %f %f %f %f %f", name(), h_min, h_max, s_min, s_max, v_min, v_max); };
831 inline U32 get_decompress_selective() const { return LASZIP_DECOMPRESS_SELECTIVE_RGB; };
832 inline BOOL filter(const LASpoint* point)
833 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected