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