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

Method LAScriterionKeepZ

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

Source from the content-addressed store, hash-verified

445 inline U32 get_decompress_selective() const { return LASZIP_DECOMPRESS_SELECTIVE_Z; };
446 inline BOOL filter(const LASpoint* point) { return (point->get_Z() < below_Z) || (above_Z <= point->get_Z()); };
447 LAScriterionKeepZ(I32 below_Z, I32 above_Z) { this->below_Z = below_Z; this->above_Z = above_Z; };
448private:
449 I32 below_Z, above_Z;
450};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected