12 #ifndef ossimBandLutFilter_HEADER 13 #define ossimBandLutFilter_HEADER 119 virtual void setOutputScalarType(
ossimString scalarType);
142 std::vector< std::map<double, double> >
theLut;
Represents serializable keyword/value map.
ossimScalarType theOutputScalarType
virtual void initialize()
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.
ossimRefPtr< ossimImageData > theTile
std::vector< std::map< double, double > > theLut
virtual bool saveState(ossimKeywordlist &kwl, const char *prefix=0) const
Method to save the state of an object to a keyword list.
virtual ossimScalarType getOutputScalarType() const
This will be used to query the output pixel type of the tile source.
virtual ossimRefPtr< ossimImageData > getTile(const ossimIpt &origin, ossim_uint32 resLevel=0)