| 853 | public: |
| 854 | inline const CHAR* name() const { return "drop_HSL"; }; |
| 855 | inline I32 get_command(CHAR* string) const { return sprintf(string, "-%s %f %f %f %f %f %f", name(), h_min, h_max, s_min, s_max, v_min, v_max); }; |
| 856 | inline U32 get_decompress_selective() const { return LASZIP_DECOMPRESS_SELECTIVE_RGB; }; |
| 857 | inline BOOL filter(const LASpoint* point) |
| 858 | { |
nothing calls this directly
no outgoing calls
no test coverage detected