| 2971 | |
| 2972 | public: |
| 2973 | NullGenericShiftGrid() : GenericShiftGrid("null", 3, 3, globalExtent()) {} |
| 2974 | |
| 2975 | bool isNullGrid() const override { return true; } |
| 2976 | bool valueAt(int, int, int, float &out) const override; |
nothing calls this directly
no test coverage detected