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

Method get_command

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

Source from the content-addressed store, hash-verified

1082public:
1083 inline const CHAR* name() const { return "keep_NDVI_intensity_is_NIR"; };
1084 inline I32 get_command(CHAR* string) const { return sprintf(string, "-%s %g %g ", name(), below_NDVI, above_NDVI); };
1085 inline U32 get_decompress_selective() const { return LASZIP_DECOMPRESS_SELECTIVE_RGB | LASZIP_DECOMPRESS_SELECTIVE_INTENSITY; };
1086 inline BOOL filter(const LASpoint* point)
1087 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected