| 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; }; |
| 379 | private: |
| 380 | F64 above_z; |
| 381 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected