areSampleValuesMax() const | LTIPixel | |
areSampleValuesMin() const | LTIPixel | |
checkCompatible(const LTIPixel &dstPixelProps, const LTIPixel &srcPixelProps) | LTIPixel | static |
checkImpedance(const LTIPixel &pixel, bool enforceColorSpace=true) const | LTIPixel | |
checkImpedanceWithoutAlpha(const LTIPixel &pixel) const | LTIPixel | |
getBandSelection(lt_uint16 *&bandSelection) const | LTIPixel | |
getColorSpace() const | LTIPixel | |
getColorSpaceWithoutAlpha() const | LTIPixel | |
getDataType() const | LTIPixel | |
getMaxBytesPerSample() const | LTIPixel | |
getNumBands() const | LTIPixel | |
getNumBandsWithoutAlpha() const | LTIPixel | |
getNumBytes() const | LTIPixel | |
getNumBytesWithoutAlpha() const | LTIPixel | |
getSample(lt_uint16) const | LTIPixel | |
getSamples() const | LTIPixel | |
getSampleValueAddr(lt_uint16 band) const | LTIPixel | |
getSampleValueFloat32(lt_uint16 band) const | LTIPixel | |
getSampleValueFloat64(lt_uint16 band) const | LTIPixel | |
getSampleValueSint16(lt_uint16 band) const | LTIPixel | |
getSampleValueSint32(lt_uint16 band) const | LTIPixel | |
getSampleValueSint8(lt_uint16 band) const | LTIPixel | |
getSampleValueUint16(lt_uint16 band) const | LTIPixel | |
getSampleValueUint32(lt_uint16 band) const | LTIPixel | |
getSampleValueUint8(lt_uint16 band) const | LTIPixel | |
hasAlphaBand() const | LTIPixel | |
hasPreMultipliedAlphaBand() const | LTIPixel | |
isMultiSpectral() const | LTIPixel | |
isSignedData() const | LTIPixel | |
LTIPixel(void) | LTIPixel | |
LTIPixel(LTIColorSpace colorSpace, lt_uint16 numBands, LTIDataType dataType, const LTISample *samples=NULL) | LTIPixel | |
LTIPixel(const LTIPixel &pixel, const lt_uint16 *bandSelection, lt_uint16 numBands) | LTIPixel | |
LTIPixel(const LTISample *samples, lt_uint16 numBands, LTIColorSpace colorSpace=LTI_COLORSPACE_INVALID) | LTIPixel | |
LTIPixel(const LTIPixel &) | LTIPixel | |
operator!=(const LTIPixel &) const | LTIPixel | |
operator=(const LTIPixel &) | LTIPixel | |
operator==(const LTIPixel &) const | LTIPixel | |
setSampleValueAddr(lt_uint16 band, const void *data) const | LTIPixel | |
setSampleValueFloat32(lt_uint16 band, float value) | LTIPixel | |
setSampleValueFloat64(lt_uint16 band, double value) | LTIPixel | |
setSampleValuesFloat32(float value) | LTIPixel | |
setSampleValuesFloat32(const float values[]) | LTIPixel | |
setSampleValuesFloat64(double value) | LTIPixel | |
setSampleValuesFloat64(const double values[]) | LTIPixel | |
setSampleValuesFromDouble(double value) | LTIPixel | |
setSampleValueSint16(lt_uint16 band, lt_int16 value) | LTIPixel | |
setSampleValueSint32(lt_uint16 band, lt_int32 value) | LTIPixel | |
setSampleValueSint8(lt_uint16 band, lt_int8 value) | LTIPixel | |
setSampleValuesSint16(lt_int16 value) | LTIPixel | |
setSampleValuesSint16(const lt_int16 values[]) | LTIPixel | |
setSampleValuesSint32(lt_int32 value) | LTIPixel | |
setSampleValuesSint32(const lt_int32 values[]) | LTIPixel | |
setSampleValuesSint8(lt_int8 value) | LTIPixel | |
setSampleValuesSint8(const lt_int8 values[]) | LTIPixel | |
setSampleValuesToMax() | LTIPixel | |
setSampleValuesToMin() | LTIPixel | |
setSampleValuesUint16(lt_uint16 value) | LTIPixel | |
setSampleValuesUint16(const lt_uint16 values[]) | LTIPixel | |
setSampleValuesUint32(lt_uint32 value) | LTIPixel | |
setSampleValuesUint32(const lt_uint32 values[]) | LTIPixel | |
setSampleValuesUint8(lt_uint8 value) | LTIPixel | |
setSampleValuesUint8(const lt_uint8 values[]) | LTIPixel | |
setSampleValueUint16(lt_uint16 band, lt_uint16 value) | LTIPixel | |
setSampleValueUint32(lt_uint16 band, lt_uint32 value) | LTIPixel | |
setSampleValueUint8(lt_uint16 band, lt_uint8 value) | LTIPixel | |
~LTIPixel() | LTIPixel | virtual |