| 1125 | inline I32 get_command(CHAR* string) const { return sprintf(string, "-%s %.3f ", name(), above_scan); }; |
| 1126 | inline U32 get_decompress_selective() const { return LASZIP_DECOMPRESS_SELECTIVE_SCAN_ANGLE; }; |
| 1127 | inline BOOL filter(const LASpoint* point) { |
| 1128 | return (point->get_scan_angle() > above_scan); |
| 1129 | }; |
| 1130 | LAScriterionDropScanAngleAbove(F32 above_scan) { this->above_scan = above_scan; }; |
| 1131 | private: |
| 1132 | F32 above_scan; |
nothing calls this directly
no outgoing calls
no test coverage detected