12 #ifndef ossimImageToPlaneNormalFilter_HEADER 13 #define ossimImageToPlaneNormalFilter_HEADER 31 void setXScale(
const double& scale);
32 void setYScale(
const double& scale);
34 double getXScale()
const;
35 double getYScale()
const;
37 void setTrackScaleFlag(
bool flag);
38 bool getTrackScaleFlag()
const;
40 void setSmoothnessFactor(
double value);
41 double getSmoothnessFactor()
const;
46 const char* prefix)
const;
63 void initializeTile();
68 void computeNormalsTemplate(T inputScalarTypeDummy,
virtual void setProperty(ossimRefPtr< ossimProperty > property)
Represents serializable keyword/value map.
virtual ossim_uint32 getNumberOfOutputBands() const
Returns the number of bands in a tile returned from this TileSource.
double theSmoothnessFactor
virtual void initialize()
virtual double getMinPixelValue(ossim_uint32 band=0) const
Returns the min pixel of the band.
ossimRefPtr< ossimImageData > theTile
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.
ossimIrect theInputBounds
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.
virtual ossimRefPtr< ossimProperty > getProperty(const ossimString &name) const
ossimRefPtr< ossimImageData > theBlankTile
virtual ossimRefPtr< ossimImageData > getTile(const ossimIpt &origin, ossim_uint32 resLevel=0)