12 #ifndef ossimIndexToRgbLutFilter_HEADER 13 #define ossimIndexToRgbLutFilter_HEADER 106 enum Mode { LITERAL = 0, VERTICES = 1, REGULAR = 2 };
135 double getMinValue()
const;
136 double getMaxValue()
const;
138 void setMinValue(
double value);
139 void setMaxValue(
double value);
Represents serializable keyword/value map.
virtual ossim_uint32 getNumberOfOutputBands() const
Returns the number of bands in a tile returned from this TileSource.
virtual void initialize()
virtual double getMinPixelValue(ossim_uint32 band=0) const
Returns the min pixel of the band.
unsigned int ossim_uint32
virtual bool loadState(const ossimKeywordlist &kwl, const char *prefix=0)
Method to the load (recreate) the state of an object from a keyword list.
virtual ossimScalarType getOutputScalarType() const
This will be used to query the output pixel type of the tile source.
virtual bool saveState(ossimKeywordlist &kwl, const char *prefix=0) const
Method to save the state of an object to a keyword list.
virtual double getMaxPixelValue(ossim_uint32 band=0) const
Returns the max pixel of the band.
std::map< double, ossimRgbVector > theLut
ossimRefPtr< ossimImageData > theTile
virtual double getNullPixelValue(ossim_uint32 band=0) const
Each band has a null pixel associated with it.
virtual ossimRefPtr< ossimImageData > getTile(const ossimIpt &origin, ossim_uint32 resLevel=0)