12 #ifndef ossimFftFilter_HEADER 13 #define ossimFftFilter_HEADER 47 void setDirectionType(
const ossimString& directionType);
48 void setDirectionType(ossimFftFilterDirectionType directionType);
55 const char* prefix = 0);
57 const char* prefix = 0)
const;
67 void fillMatrixForward(T *realPart,
70 NEWMAT::Matrix& img)
const;
72 void fillMatrixInverse(T *realPart,
75 NEWMAT::Matrix& img)
const;
virtual void setProperty(ossimRefPtr< ossimProperty > property)
ossimFftFilterDirectionType
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.
virtual void getPropertyNames(std::vector< ossimString > &propertyNames) const
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
ossimRefPtr< ossimScalarRemapper > theScalarRemapper
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.
ossimFftFilterDirectionType theDirectionType
virtual ossimRefPtr< ossimProperty > getProperty(const ossimString &name) const
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)