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

Method LAScriterionDropZAbove

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

Source from the content-addressed store, hash-verified

526 inline U32 get_decompress_selective() const { return LASZIP_DECOMPRESS_SELECTIVE_Z; };
527 inline BOOL filter(const LASpoint* point) { return (point->get_Z() >= above_Z); };
528 LAScriterionDropZAbove(I32 above_Z) { this->above_Z = above_Z; };
529private:
530 I32 above_Z;
531};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected