| 364 | inline U32 get_decompress_selective() const { return LASZIP_DECOMPRESS_SELECTIVE_Z; }; |
| 365 | inline BOOL filter(const LASpoint* point) { return (point->get_z() < below_z); }; |
| 366 | LAScriterionDropzBelow(F64 below_z) { this->below_z = below_z; }; |
| 367 | private: |
| 368 | F64 below_z; |
| 369 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected