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

Method LAScriterionDropZ

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

Source from the content-addressed store, hash-verified

457 inline U32 get_decompress_selective() const { return LASZIP_DECOMPRESS_SELECTIVE_Z; };
458 inline BOOL filter(const LASpoint* point) { return ((below_Z <= point->get_Z()) && (point->get_Z() < above_Z)); };
459 LAScriterionDropZ(I32 below_Z, I32 above_Z) { this->below_Z = below_Z; this->above_Z = above_Z; };
460private:
461 I32 below_Z;
462 I32 above_Z;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected