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

Method LAScriterionDropzAbove

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

Source from the content-addressed store, hash-verified

376 inline U32 get_decompress_selective() const { return LASZIP_DECOMPRESS_SELECTIVE_Z; };
377 inline BOOL filter(const LASpoint* point) { return (point->get_z() >= above_z); };
378 LAScriterionDropzAbove(F64 above_z) { this->above_z = above_z; };
379private:
380 F64 above_z;
381};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected