DD::Image::GenericImagePlaneDescriptor Class Reference

Inherits DD::Image::ImagePlaneDescriptor.

List of all members.

Public Member Functions

 GenericImagePlaneDescriptor (const ImagePlaneDescriptor &planeDesc, DataInfo dataInfo, ColorCurveEnum colorCurve)
const DataInfodataInfo () 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.

Detailed Description

Class to describe a generic image plane, extends ImagePlaneDescriptor by adding in DataInfo and a ColorCurve