![]() |
Maria GDK 5.0.0.738
Documentation of native code in develop branch
|
This is the complete list of members for STK::Image, including all inherited members.
allocMem() (defined in STK::Image) | STK::Image | inline |
ARGB_32 enum value | STK::Image | |
BGRA_32 enum value | STK::Image | |
calcMemSize() | STK::Image | inlinevirtual |
CDF() const | STK::Image | |
CDF(std::vector< double > &cdf) const | STK::Image | |
clear() | STK::Image | virtual |
compose(const Image &r, const Image &g, const Image &b) | STK::Image | |
compose(const Image &r, const Image &g, const Image &b, const Image &a) | STK::Image | |
convert(Format fmt, Image &dst) const | STK::Image | |
convert(Format fmt) | STK::Image | |
convertToColor4d(const Color4i &c) const (defined in STK::Image) | STK::Image | protected |
convertToColor4i(const Color4d &c) const (defined in STK::Image) | STK::Image | protected |
copy(const Image &c) (defined in STK::Image) | STK::Image | protected |
copyHeader(const Image &src) | STK::Image | virtual |
data_ (defined in STK::Image) | STK::Image | protected |
decompose(Image &r, Image &g, Image &b) const | STK::Image | |
decompose(Image &r, Image &g, Image &b, Image &a) const | STK::Image | |
decomposeHSV(Image &h, Image &s, Image &v) const | STK::Image | |
fill(double val) | STK::Image | inline |
fill(const STK::Color4d &val) | STK::Image | inline |
fill(const STK::Color4i &val) | STK::Image | inline |
flipHorizontal() (defined in STK::Image) | STK::Image | |
flipVertical() (defined in STK::Image) | STK::Image | |
fmt_info_ (defined in STK::Image) | STK::Image | protectedstatic |
Format enum name | STK::Image | |
format_ (defined in STK::Image) | STK::Image | protected |
formatToString(Format f) | STK::Image | static |
getBPP() const (defined in STK::Image) | STK::Image | inline |
getData() const | STK::Image | inline |
getData(int level) const | STK::Image | inlinevirtual |
getDepth() const | STK::Image | inline |
getFormat() const | STK::Image | inline |
getHeight() const | STK::Image | inline |
getMemSize() const | STK::Image | inline |
getNodataValue() const | STK::Image | inline |
getNumBands() const | STK::Image | inline |
getNumLevels() const | STK::Image | inline |
getNumPixels() const (defined in STK::Image) | STK::Image | inline |
getPixel(void *val, Color4i &ret) const (defined in STK::Image) | STK::Image | inlineprotected |
getPixel(int x, int y) const | STK::Image | inline |
getPixel(int x, int y, int l) const (defined in STK::Image) | STK::Image | inline |
getPixel(int idx) const | STK::Image | inline |
getPixel4d(void *val, Color4d &ret) const (defined in STK::Image) | STK::Image | inlineprotected |
getPixel4d(int x, int y) const (defined in STK::Image) | STK::Image | inline |
getPixel4d(int x, int y, int l) const (defined in STK::Image) | STK::Image | inline |
getPixel4d(int idx) const (defined in STK::Image) | STK::Image | inline |
getPixelSize() const | STK::Image | inline |
getSubImage(int startx, int starty, int width, int height, Image &dst) | STK::Image | virtual |
getVal(int x, int y) const | STK::Image | inline |
getVal(int x, int y, int l) const (defined in STK::Image) | STK::Image | inline |
getVal(unsigned int idx) const | STK::Image | inline |
getValue(int idx) const | STK::Image | inline |
getValue(int x, int y) const | STK::Image | inline |
getWidth() const | STK::Image | inline |
hasAlphaChannel() const | STK::Image | inline |
height_ (defined in STK::Image) | STK::Image | protected |
histogram() const | STK::Image | |
histogram(std::vector< int > &hist) const | STK::Image | |
histogramNorm() const | STK::Image | |
histogramNorm(std::vector< double > &hist) const | STK::Image | |
Image() | STK::Image | |
Image(ImageIO &loader) | STK::Image | |
Image(const std::vector< uint8_t > &imageBuffer) | STK::Image | |
Image(std::string filename) | STK::Image | |
Image(const Image &c) | STK::Image | |
Image(int width, int height, Format fmt, const char *data=nullptr) | STK::Image | |
initFmtInfo() (defined in STK::Image) | STK::Image | protectedstatic |
isCompressed() const | STK::Image | inline |
isFloat() const | STK::Image | inline |
isNodata(double val) const (defined in STK::Image) | STK::Image | inline |
isNull() const (defined in STK::Image) | STK::Image | inline |
load(ImageIO &loader) | STK::Image | |
load(std::string filename) | STK::Image | |
load(const std::vector< uint8_t > &imgBuffer) | STK::Image | |
memsize_ (defined in STK::Image) | STK::Image | protected |
MONO_16 enum value | STK::Image | |
MONO_16s enum value | STK::Image | |
MONO_32 enum value | STK::Image | |
MONO_32s enum value | STK::Image | |
MONO_8 enum value | STK::Image | |
MONO_8s enum value | STK::Image | |
MONO_FLOAT_32 enum value | STK::Image | |
MONOA_16 enum value | STK::Image | |
moveData(Image &img) (defined in STK::Image) | STK::Image | virtual |
nodata_ (defined in STK::Image) | STK::Image | protected |
npix_ (defined in STK::Image) | STK::Image | protected |
NUM_FORMATS enum value (defined in STK::Image) | STK::Image | |
num_levels_ (defined in STK::Image) | STK::Image | protected |
operator=(const Image &c) (defined in STK::Image) | STK::Image | |
pixelSize(Format fmt) | STK::Image | static |
RGB_16 enum value | STK::Image | |
RGB_24 enum value | STK::Image | |
RGB_FLOAT_48 enum value | STK::Image | |
RGB_FLOAT_96 enum value | STK::Image | |
RGBA_16 enum value | STK::Image | |
RGBA_32 enum value | STK::Image | |
RGBA_DXT1 enum value | STK::Image | |
RGBA_DXT3 enum value | STK::Image | |
RGBA_DXT5 enum value | STK::Image | |
RGBA_FLOAT_64 enum value | STK::Image | |
save(ImageIO &saver) const | STK::Image | |
save(const std::string &filename) const (defined in STK::Image) | STK::Image | |
setAlpha(unsigned char r, unsigned char g, unsigned char b, unsigned char val) | STK::Image | |
setDataPtr(unsigned char *data) (defined in STK::Image) | STK::Image | inline |
setFormat(Format format) (defined in STK::Image) | STK::Image | inline |
setHeight(int height) (defined in STK::Image) | STK::Image | inline |
setMipmap(const Image &img, int l) | STK::Image | |
setMipmap(unsigned char *src, int memsize, int level) (defined in STK::Image) | STK::Image | |
setNodataValue(int nodata) | STK::Image | inline |
setNumLevels(int num_levels) (defined in STK::Image) | STK::Image | inline |
setPixel(void *val, const Color4i &col) (defined in STK::Image) | STK::Image | inlineprotected |
setPixel(int x, int y, const Color4i &color) | STK::Image | inline |
setPixel(int x, int y, int l, const Color4i &color) (defined in STK::Image) | STK::Image | inline |
setPixel(int idx, const Color4i &color) | STK::Image | inline |
setPixel4d(void *val, const Color4d &col) (defined in STK::Image) | STK::Image | inlineprotected |
setPixel4d(int x, int y, const Color4d &color) (defined in STK::Image) | STK::Image | inline |
setPixel4d(int x, int y, int l, const Color4d &color) (defined in STK::Image) | STK::Image | inline |
setPixel4d(int idx, const Color4d &color) (defined in STK::Image) | STK::Image | inline |
setValue(int x, int y, double val) | STK::Image | inline |
setValue(int idx, double val) | STK::Image | inline |
setWidth(int width) (defined in STK::Image) | STK::Image | inline |
stringToFormat(std::string s) | STK::Image | static |
transform(ImageTransform &trans) | STK::Image | virtual |
transform(ImageTransform &trans, Image &dest) const | STK::Image | |
UNDEF enum value | STK::Image | |
width_ (defined in STK::Image) | STK::Image | protected |
~Image() (defined in STK::Image) | STK::Image | virtual |