| 1066 | public: |
| 1067 | inline const CHAR* name() const { return "keep_NDVI_from_CIR"; }; |
| 1068 | inline I32 get_command(CHAR* string) const { return sprintf(string, "-%s %g %g ", name(), below_NDVI, above_NDVI); }; |
| 1069 | inline U32 get_decompress_selective() const { return LASZIP_DECOMPRESS_SELECTIVE_RGB; }; |
| 1070 | inline BOOL filter(const LASpoint* point) |
| 1071 | { |
nothing calls this directly
no outgoing calls
no test coverage detected