13 #ifndef LTI_BANDSELECTFILTER_H
14 #define LTI_BANDSELECTFILTER_H
22 class LTReusableBuffer;
39 <LTIOverrideBackgroundPixel
71 const int srcImageBands[],
163 struct BandSelectMap;
193 #endif // LTI_BANDSELECTFILTER_H
LT_STATUS decodeStrip(LTISceneBuffer &stripBuffer, const LTIScene &stripScene)
read a strip from the image
unsigned short lt_uint16
unsigned 16-bit integer
#define LTI_REFERENCE_COUNTED_BOILERPLATE(classname)
LT_STATUS decodeEnd(void)
finish strip-based read
abstract class for implementing an image transform
LT_STATUS getBandMap(lt_uint16 srcImageBands[]) const
unsigned int lt_uint32
unsigned 32-bit integer
virtual lt_uint32 getModifications(const LTIScene &scene) const
get the modification bitfield for this image
basic properties of a pixel
lt_uint32 getStripHeight() const
get strip height
static LT_STATUS parseString(const char *inputString, lt_int32 *&bandList, lt_uint16 &numBands)
parse band string
#define LT_BEGIN_NAMESPACE(theNameSpace)
compiler does not support namespaces
BandSelectMap * m_bandSelectMap
class to hold data passed between image stages
LT_STATUS remapBands(const lt_uint16 srcImageBands[])
static LT_STATUS push(LTIImageStage *&pipeline, const LTIPixel &pixelProps)
signed int lt_int32
signed 32-bit integer
LT_STATUS initialize(LTIImageStage *srcImages[], const int srcImageBands[], lt_uint16 numOutputBands, LTIColorSpace colorSpace)
general initializer
abstract class for decoding from an image
LT_STATUS decodeBegin(const LTIPixel &pixelProps, const LTIScene &fullScene)
start strip-based read
representation of a scene
static void remapPixel(const LTIPixel &srcPixel, const lt_uint16 srcImageBands[], LTIPixel &dstPixel)
LT_STATUS setStripHeight(lt_uint32 stripHeight)
set the strip height
combine N different bands from M images into one N-banded image
#define LT_END_NAMESPACE(theNameSpace)
compiler does not support namespaces
lt_uint32 LT_STATUS
An integral status code.
lt_int64 getEncodingCost(const LTIScene &scene) const
get the cost to encode this scene
BandSelectMap * m_decodeMap