Inherits DD::Image::ImagePlaneDescriptor.
Public Member Functions | |
| GenericImagePlaneDescriptor (const ImagePlaneDescriptor &planeDesc, DataInfo dataInfo, ColorCurveEnum colorCurve) | |
| const DataInfo & | dataInfo () const |
| ColorCurveEnum | colorCurve () const |
| bool | operator== (const GenericImagePlaneDescriptor &rhs) const |
Protected Attributes | |
| DataInfo | _dataInfo |
| Info describing the data type, limits, etc, in each channel. | |
| ColorCurveEnum | _colorCurve |
| The type of color curve in which the image data is stored. | |
Class to describe a generic image plane, extends ImagePlaneDescriptor by adding in DataInfo and a ColorCurve