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

Method filter

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

Source from the content-addressed store, hash-verified

363 inline I32 get_command(CHAR* string) const { return sprintf(string, "-%s %lf ", name(), below_z); };
364 inline U32 get_decompress_selective() const { return LASZIP_DECOMPRESS_SELECTIVE_Z; };
365 inline BOOL filter(const LASpoint* point) { return (point->get_z() < below_z); };
366 LAScriterionDropzBelow(F64 below_z) { this->below_z = below_z; };
367private:
368 F64 below_z;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected