HDK
|
This is the complete list of members for Image, including all inherited members.
_baseType | Image | protected |
_channelCount | Image | protected |
_height | Image | protected |
_resourceBuffer | Image | protected |
_resourceBufferDeallocator | Image | protected |
_resourceId | Image | protected |
_width | Image | protected |
applyBoxBlur() | Image | |
applyGammaTransform(float gamma) | Image | |
applyGaussianBlur() | Image | |
applyMatrixTransform(const Matrix33 &mat) | Image | |
BaseType enum name | Image | |
clearChannels() | Image | |
copy(unsigned int channelCount, BaseType baseType) const | Image | |
create(unsigned int width, unsigned int height, unsigned int channelCount, BaseType baseType=BaseType::UINT8) | Image | inlinestatic |
createResourceBuffer() | Image | |
dataWindow() const | Image | |
dataWindowForLevel(int l) const | Image | |
dataWindowForLevel(int lx, int ly) const | Image | |
eraseChannel(const std::string &name) | Image | |
getAverageColor() | Image | |
getBaseStride() const | Image | |
getBaseType() const | Image | inline |
getChannelCount() const | Image | inline |
getHeight() const | Image | inline |
getMaxMipCount() const | Image | |
getResourceBuffer() const | Image | inline |
getResourceBufferDeallocator() const | Image | inline |
getResourceId() const | Image | inline |
getRowStride() const | Image | inline |
getTexelColor(unsigned int x, unsigned int y) const | Image | |
getWidth() const | Image | inline |
Image(unsigned int width, unsigned int height, unsigned int channelCount, BaseType baseType) | Image | protected |
Image() | Image | |
insertChannel(const std::string &name, PixelType type, int xSampling=1, int ySampling=1, bool pLinear=false) | Image | |
insertChannel(const std::string &name, const Channel &channel) | Image | |
isUniformColor(Color4 *uniformColor=nullptr) | Image | |
level(int l=0) | Image | virtual |
level(int l=0) const | Image | virtual |
level(int lx, int ly) | Image | virtual |
level(int lx, int ly) const | Image | virtual |
levelHeight(int ly) const | Image | |
levelMode() const | Image | |
levelRoundingMode() const | Image | |
levelWidth(int lx) const | Image | |
newLevel(int lx, int ly, const IMATH_NAMESPACE::Box2i &dataWindow)=0 | Image | protectedpure virtual |
numLevels() const | Image | |
numXLevels() const | Image | |
numYLevels() const | Image | |
releaseResourceBuffer() | Image | |
renameChannel(const std::string &oldName, const std::string &newName) | Image | |
renameChannels(const RenamingMap &oldToNewNames) | Image | |
resize(const IMATH_NAMESPACE::Box2i &dataWindow) | Image | |
resize(const IMATH_NAMESPACE::Box2i &dataWindow, LevelMode levelMode, LevelRoundingMode levelRoundingMode) | Image | virtual |
setResourceBuffer(void *buffer) | Image | inline |
setResourceBufferDeallocator(ImageBufferDeallocator deallocator) | Image | inline |
setResourceId(unsigned int id) | Image | inline |
setTexelColor(unsigned int x, unsigned int y, const Color4 &color) | Image | |
setUniformColor(const Color4 &color) | Image | |
shiftPixels(int dx, int dy) | Image | |
splitByLuminance(float luminance) | Image | |
writeTable(const FilePath &filePath, unsigned int channel) | Image | |
~Image() | Image | |
~Image() | Image | virtual |