| 801 | public: |
| 802 | inline const CHAR* name() const { return "drop_RGB"; }; |
| 803 | inline I32 get_command(CHAR* string) const { return sprintf(string, "-%s_%s %d %d ", name(), (channel == 0 ? "red" : (channel == 1 ? "green" : (channel == 2 ? "blue" : "nir"))), below_RGB, above_RGB); }; |
| 804 | inline U32 get_decompress_selective() const { return LASZIP_DECOMPRESS_SELECTIVE_RGB; }; |
| 805 | inline BOOL filter(const LASpoint* point) |
| 806 | { |
nothing calls this directly
no outgoing calls
no test coverage detected