| 2866 | int samplesPerPixel() const override { return m_grid->samplesPerPixel(); } |
| 2867 | |
| 2868 | std::string unit(int sample) const override { |
| 2869 | return metadataItem("UNITTYPE", sample); |
| 2870 | } |
| 2871 | |
| 2872 | std::string description(int sample) const override { |
| 2873 | return metadataItem("DESCRIPTION", sample); |
no outgoing calls