13 #ifndef LTI_EMBEDDED_IMAGE_H
14 #define LTI_EMBEDDED_IMAGE_H
43 <LTIOverridePixelProps
44 <LTIOverrideBackgroundPixel
46 <LTIImageFilter> > > >
119 double fuzzyThreshold );
144 double m_childXPos_P;
145 double m_childYPos_P;
153 bool m_fillingBackground;
155 double m_fuzzyThreshold;
164 #endif // LTI_EMBEDDED_IMAGE_H
representation of a scene
virtual lt_uint32 getModifications(const LTIScene &scene) const
#define LT_END_NAMESPACE(theNameSpace)
compiler does not support namespaces
LTIPixelFillMethod getFillMethod(void) const
Get the fill method.
double getFuzzyThreshold(void) const
lt_int32 getChildYPosAtMag(double mag) const
signed int lt_int32
signed 32-bit integer
LT_STATUS setFillMethod(LTIPixelFillMethod method, double fuzzyThreshold)
Set the fill method which controls how noData pixels are matched.
bool getChildScene(const LTIScene &parentScene, LTIScene &childScene) const
lt_uint32 LT_STATUS
An integral status code.
abstract class for implementing an image transform
bool getReaderScene(const LTIScene &decodeScene, LTIScene &readerScene) const
LT_STATUS initialize(LTIImageStage *srcImage, lt_uint32 newWidth, lt_uint32 newHeight, double newXPos, double newYPos, const LTIPixel *backgroundPixel, const LTIPixel *nodataPixel, AlphaMode alphaMode=DoNothing)
initialize
basic properties of a pixel
LTIPixelFillMethod
constants representing pixel filling methods
lt_int64 getEncodingCost(const LTIScene &scene) const
LT_STATUS decodeEnd(void)
lt_int32 getChildXPosAtMag(double mag) const
bool getFillingBackground(void) const
query whether or not the background of the new "outer" image should be filled
class to hold data passed between image stages
LT_STATUS decodeStrip(LTISceneBuffer &stripBuffer, const LTIScene &stripScene)
LT_STATUS setFillingBackground(bool fill)
control whether or not the background of the new "outer" image should be filled
abstract class for decoding from an image
#define LT_BEGIN_NAMESPACE(theNameSpace)
compiler does not support namespaces
LT_STATUS decodeBegin(const LTIPixel &pixelProps, const LTIScene &fullScene)
create a larger frame for the image
#define LTI_REFERENCE_COUNTED_BOILERPLATE(classname)
unsigned int lt_uint32
unsigned 32-bit integer
LT_STATUS getDimsAtMag(double mag, lt_uint32 &width, lt_uint32 &height) const