CFx SDK Documentation 2024 SP0
|
This is the complete list of members for OdTrVisTextureManager, including all inherited members.
blur(const OdTrVisTexture *pTexture, OdUInt32 nSizeKernel=3, float fKernelMultiplier=1.0f) | OdTrVisTextureManager | static |
blurTexture(OdTrVisTexture *pTexture, OdUInt32 nSizeKernel=3, float fKernelMultiplier=1.0f) | OdTrVisTextureManager | static |
clone(const OdTrVisTexture *pTexture) | OdTrVisTextureManager | static |
convert(OdTrVisTexture::Format fmt, const OdTrVisTexture *pTexture, OdUInt32 nNewAlign=0, const OdTrVisTexture *pPalette=NULL) | OdTrVisTextureManager | static |
convert(OdTrVisTexture *pTextureTo, const OdTrVisTexture *pTextureFrom, Resampler method=kNearest) | OdTrVisTextureManager | static |
convertAndResample(OdTrVisTexture::Format fmt, Resampler method, OdUInt32 newWidth, OdUInt32 newHeight, const OdTrVisTexture *pTexture, OdUInt32 nNewAlign=0, const OdTrVisTexture *pPalette=NULL) | OdTrVisTextureManager | static |
createPow2TextureFrom(OdTrVisTexture::Format fmt, bool bRequirePow2, OdUInt32 nMaxSize, OdUInt32 nAlign, OdTrVisTexture::Format bufferFmt, OdUInt32 bufferWidth, OdUInt32 bufferHeight, OdUInt32 bufferAlign, const void *buffer, Resampler method, const OdTrVisTexture *pPalette=NULL) | OdTrVisTextureManager | static |
createTexture(OdTrVisTexture::Format fmt, OdUInt32 nWidth, OdUInt32 nHeight, OdUInt32 nAlign=4) | OdTrVisTextureManager | static |
createTextureFrom(OdTrVisTexture::Format fmt, OdUInt32 nWidth, OdUInt32 nHeight, OdUInt32 nAlign, OdTrVisTexture::Format bufferFmt, OdUInt32 bufferWidth, OdUInt32 bufferHeight, OdUInt32 bufferAlign, const void *buffer, Resampler method, const OdTrVisTexture *pPalette=NULL) | OdTrVisTextureManager | static |
createTextureFrom(OdTrVisTexture::Format fmt, OdUInt32 nWidth, OdUInt32 nHeight, OdUInt32 nAlign, const void *buffer, const OdTrVisTexture *pPalette=NULL, bool bOwnExistBuffer=false) | OdTrVisTextureManager | static |
grayscale(const OdTrVisTexture *pTexture, OdUInt32 nApplyComponent=7) | OdTrVisTextureManager | static |
grayscaleTexture(OdTrVisTexture *pTexture, OdUInt32 nApplyComponent=7) | OdTrVisTextureManager | static |
kBilinear enum value | OdTrVisTextureManager | |
kNearest enum value | OdTrVisTextureManager | |
mapChannels(const OdTrVisTexture *pTexture, const ChannelMapping &redMap=ChannelMapping(1.0f), const ChannelMapping &greenMap=ChannelMapping(0.0f, 1.0f), const ChannelMapping &blueMap=ChannelMapping(0.0f, 0.0f, 1.0f), const ChannelMapping &alphaMap=ChannelMapping(0.0f, 0.0f, 0.0f, 1.0f)) | OdTrVisTextureManager | static |
negate(const OdTrVisTexture *pTexture) | OdTrVisTextureManager | static |
negateTexture(OdTrVisTexture *pTexture) | OdTrVisTextureManager | static |
pow2ResampleDimensions(OdUInt32 &nResultWidth, OdUInt32 &nResultHeight, OdUInt32 nInWidth, OdUInt32 nInHeight, bool bRequirePow2, OdUInt32 nMaxSize) | OdTrVisTextureManager | static |
remapTextureChannels(OdTrVisTexture *pTexture, const ChannelMapping &redMap=ChannelMapping(1.0f), const ChannelMapping &greenMap=ChannelMapping(0.0f, 1.0f), const ChannelMapping &blueMap=ChannelMapping(0.0f, 0.0f, 1.0f), const ChannelMapping &alphaMap=ChannelMapping(0.0f, 0.0f, 0.0f, 1.0f)) | OdTrVisTextureManager | static |
resample(Resampler method, OdUInt32 newWidth, OdUInt32 newHeight, const OdTrVisTexture *pTexture) | OdTrVisTextureManager | static |
resamplePow2(Resampler method, bool bRequirePow2, const OdTrVisTexture *pTexture, OdUInt32 nMaxSize) | OdTrVisTextureManager | static |
Resampler enum name | OdTrVisTextureManager | |
save(const OdTrVisTexture *pTexture, const OdString &fileName) | OdTrVisTextureManager | static |
sphereMap(const OdTrVisTexture *pRightTexture, const OdTrVisTexture *pLeftTexture, const OdTrVisTexture *pTopTexture, const OdTrVisTexture *pBottomTexture, const OdTrVisTexture *pFrontTexture, const OdTrVisTexture *pBackTexture, int antiAliasLevel=1, bool bSineCorrection=false) | OdTrVisTextureManager | static |
sphereMapTexture(OdTrVisTexture *pTexture, const OdTrVisTexture *pRightTexture, const OdTrVisTexture *pLeftTexture, const OdTrVisTexture *pTopTexture, const OdTrVisTexture *pBottomTexture, const OdTrVisTexture *pFrontTexture, const OdTrVisTexture *pBackTexture, int antiAliasLevel=1, bool bSineCorrection=false) | OdTrVisTextureManager | static |