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