| 1123 | public: |
| 1124 | inline const CHAR* name() const { return "drop_scan_angle_above"; }; |
| 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); |
nothing calls this directly
no outgoing calls
no test coverage detected