13 #ifndef LTI_MULTIRESFILTER_H
14 #define LTI_MULTIRESFILTER_H
41 <LTIOverrideMagnification
42 <LTIOverrideStripHeight
43 <LTIImageFilter> > > >
160 double m_magSnapThreshold;
174 StripCache *m_stripCache0;
175 StripCache *m_stripCache1;
177 LTIResampler *m_resampler;
183 #endif // LTI_MULTIRESFILTER_H
bool getReaderScene(const LTIScene &decodeScene, LTIScene &readerScene) const
get the underlying scene to be used
void setDeltaMagXY(double deltaMagX, double deltaMagY)
#define LTI_REFERENCE_COUNTED_BOILERPLATE(classname)
static LT_STATUS push(LTIImageStage *&pipeline, const LTIScene &dstScene)
bool getChildScene(const LTIScene &scene, Mode &mode, double &xScale, double &yScale, LTIScene &childScene) const
LTIResampleMethod
constants representing resampling methods
LT_STATUS getDimsAtMag(double mag, lt_uint32 &width, lt_uint32 &height) const
get image width and height at given magnification
abstract class for implementing an image transform
void setMagSnapThreshold(double threshold)
unsigned int lt_uint32
unsigned 32-bit integer
static double magForIcon(const LTIImage &image, lt_uint32 iconSize)
basic properties of a pixel
LT_STATUS decodeStrip(LTISceneBuffer &stripBuffer, const LTIScene &stripScene)
read a strip from the image
lt_int64 getEncodingCost(const LTIScene &scene) const
get the cost to encode this scene
abstract class representing an image
#define LT_BEGIN_NAMESPACE(theNameSpace)
compiler does not support namespaces
LT_STATUS decodeEnd(void)
finish strip-based read
class to hold data passed between image stages
signed int lt_int32
signed 32-bit integer
abstract class for decoding from an image
LT_STATUS setResampleMethod(LTIResampleMethod resampleMethod)
Set resampling method.
representation of a scene
signed char lt_int8
signed 8-bit integer
bool getPipelineInfo(LTIPipelineInfo info) const
LT_STATUS initialize(LTIImageStage *srcImage)
initializer
LT_STATUS decodeBegin(const LTIPixel &pixelProps, const LTIScene &fullScene)
start strip-based read
#define LT_END_NAMESPACE(theNameSpace)
compiler does not support namespaces
add resolutions to the image
virtual lt_uint32 getModifications(const LTIScene &scene) const
get the modification bitfield for this image
lt_uint32 LT_STATUS
An integral status code.