![]() |
Thermal Camera SDK 10.0.1
SDK for Optris Thermal Cameras
|
This is the complete list of members for optris::Image, including all inherited members.
clear() | optris::Image | |
clone() const noexcept | optris::Image | inline |
ConstImageIterator (defined in optris::Image) | optris::Image | friend |
copyDataTo(unsigned char *destination, int size) const noexcept | optris::Image | |
getColorFormat() const noexcept | optris::Image | inline |
getConstIterator() const noexcept | optris::Image | inline |
getData() const noexcept | optris::Image | inline |
getHeight() const noexcept | optris::Image | inline |
getIterator() noexcept | optris::Image | inline |
getPixel(int index) const | optris::Image | |
getPixel(int x, int y) const | optris::Image | |
getSize() const noexcept | optris::Image | inline |
getSizeInBytes() const noexcept | optris::Image | inline |
getStride() const noexcept | optris::Image | inline |
getWidth() const noexcept | optris::Image | inline |
getWidthAlignment() const noexcept | optris::Image | inline |
Image(ColorFormat colorFormat, WidthAlignment widthAlignment) noexcept | optris::Image | |
ImageIterator (defined in optris::Image) | optris::Image | friend |
isEmpty() const noexcept | optris::Image | inline |
resize(int width, int height) | optris::Image | |
setPixel(int index, const Pixel &pixel) | optris::Image | |
setPixel(int x, int y, const Pixel &pixel) | optris::Image |