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

Method LAScriterionDropZBelow

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

Source from the content-addressed store, hash-verified

514 inline U32 get_decompress_selective() const { return LASZIP_DECOMPRESS_SELECTIVE_Z; };
515 inline BOOL filter(const LASpoint* point) { return (point->get_Z() < below_Z); };
516 LAScriterionDropZBelow(I32 below_Z) { this->below_Z = below_Z; };
517private:
518 I32 below_Z;
519};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected