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

Method filter

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

Source from the content-addressed store, hash-verified

1190 inline I32 get_command(CHAR* string) const { return sprintf(string, "-%s %d ", name(), below_intensity); };
1191 inline U32 get_decompress_selective() const { return LASZIP_DECOMPRESS_SELECTIVE_INTENSITY; };
1192 inline BOOL filter(const LASpoint* point) { return (point->get_intensity() < below_intensity); };
1193 LAScriterionDropIntensityBelow(I32 below_intensity) { this->below_intensity = below_intensity; };
1194private:
1195 I32 below_intensity;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected