| 2511 | bool valueAt(int x, int y, int sample, float &out) const override; |
| 2512 | |
| 2513 | int samplesPerPixel() const override { return m_grid->samplesPerPixel(); } |
| 2514 | |
| 2515 | std::string unit(int sample) const override { |
| 2516 | return m_grid->metadataItem("UNITTYPE", sample); |
nothing calls this directly
no test coverage detected