34 #ifndef TRIALDISPLAY_COLORMAPINFO_H
35 #define TRIALDISPLAY_COLORMAPINFO_H
const Colormap * colormap() const
Yield a pointer to the Colormap about which this stores information.
casacore::Int itsRefCount
Store the reference count of the mapping here.
casacore::uInt refCount() const
Return the current reference count.
casacore::Float itsWeight
Store the weight of the mapping here.
void ref()
Increment and decrement the reference count for this mapping.
casacore::uInt size() const
Return the current size for this mapping.
ColormapInfo()
(Required) default constructor.
casacore::uInt itsSize
Store the size of the mapping here.
const Colormap * itsColormap
Store the Colormap of this mapping here.
void setWeight(const casacore::Float &weight)
Set the weight for this mapping.
casacore::uInt offset() const
Return the current offset for this mapping.
void setSize(const casacore::uInt &size)
Set the size for this mapping.
Describes a method of generating a table of colors.
void setOffset(const casacore::uInt &offset)
Set the offset for this mapping.
casacore::uInt itsOffset
Store the offset of the mapping here.
ColormapInfo stores information about the dynamic mapping of a Colormap.
casacore::Float weight() const
Return the current weight for this mapping.