13 #ifndef LTI_IMAGEFILTER_H
14 #define LTI_IMAGEFILTER_H
39 const LTIPixel &getPixelProps()
const;
40 const LTIPixel *getBackgroundPixel()
const;
41 const LTIPixel *getNoDataPixel()
const;
43 const LTIPixel &getMinDynamicRange()
const;
44 const LTIPixel &getMaxDynamicRange()
const;
46 bool isGeoCoordImplicit()
const;
48 double getMinMagnification()
const;
49 double getMaxMagnification()
const;
50 bool isSelective()
const;
60 lt_int64 getEncodingCost(
const LTIScene& scene)
const;
61 bool getReaderScene(
const LTIScene &decodeScene,
73 LTIMaskSource *getMask()
const;
76 LTIImageStage *getPreviousStage(
void)
const;
85 LT_STATUS init(LTIImageStage *previousStage);
88 void releasePreviousStageNow(
void);
91 LTIImageStage* m_previousStage;
97 #endif // LTI_IMAGEFILTER_H