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

Method LAScriterionDropzBelow

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

Source from the content-addressed store, hash-verified

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;
369};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected