9 #ifndef ossimDilationFilter_HEADER 10 #define ossimDilationFilter_HEADER
virtual void setProperty(ossimRefPtr< ossimProperty > property)
Represents serializable keyword/value map.
ossim_uint32 theWindowSize
Used for recursion when recursive fill enabled
ossimPolygon theValidImagePoly
void setWindowSize(ossim_uint32 windowSize)
Size of resampling kernel width & height.
virtual void initialize()
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.
void setRecursiveFlag(bool flag=true)
Set if getTile is to be called recursively until all pixels have been assigned non-null.
ossimRefPtr< ossimImageData > theTile
bool getRecursiveFlag() const
virtual bool saveState(ossimKeywordlist &kwl, const char *prefix=0) const
Method to save the state of an object to a keyword list.
virtual ossimRefPtr< ossimProperty > getProperty(const ossimString &name) const
ossim_uint32 getWindowSize() const
ossimRefPtr< ossimImageData > theTempTile
virtual ossimRefPtr< ossimImageData > getTile(const ossimIpt &origin, ossim_uint32 resLevel=0)