3ds Max C++ API Reference
|
This is the complete list of members for BitmapStorageHDR, including all inherited members.
__declspec(deprecated) static MCHAR *evalString | BitmapStorage | |
aligned_free(void *ptr) | MaxHeapOperators | static |
aligned_malloc(size_t size, size_t alignment) | MaxHeapOperators | static |
aligned_realloc(void *ptr, size_t size, size_t alignment) | MaxHeapOperators | static |
Allocate(BitmapInfo *pbi, BitmapManager *pmanager, int iOpenMode)=0 | BitmapStorage | pure virtual |
AllocRenderInfo() | BitmapStorage | |
Aspect() const | BitmapStorage | inline |
bi | BitmapStorage | |
BitmapStorage() | BitmapStorage | |
ChannelsPresent() | BitmapStorage | inlinevirtual |
ClampColor(BMM_Color_64 &out, const BMM_Color_fl &in) | BitmapStorage | inlinestatic |
ClampColorA(BMM_Color_64 &out, const BMM_Color_fl &in) | BitmapStorage | inlinestatic |
ClampScaleColor(BMM_Color_64 &out, const BMM_Color_fl &in) const | BitmapStorage | inline |
ClampScaleColorA(BMM_Color_64 &out, const BMM_Color_fl &in) const | BitmapStorage | inline |
ClearFlags(DWORD f) | BitmapStorage | inline |
ClosestColor(BMM_Color_48 color) | BitmapStorage | virtual |
ClosestColor(int r, int g, int b) | BitmapStorage | virtual |
Connect()=0 | BitmapStorage | pure virtual |
CopyCrop(Bitmap *from, BMM_Color_64 fillcolor) override | BitmapStorageHDR | virtual |
CopyCrop(Bitmap *from, BMM_Color_fl fillcolor) override | BitmapStorageHDR | virtual |
CopyCrop(Bitmap *from, BMM_Color_64 fillcolor)=0 | BitmapStorageHDR | virtual |
CopyCrop(Bitmap *from, BMM_Color_fl fillcolor)=0 | BitmapStorageHDR | virtual |
CopyImage(Bitmap *from, int operation, BMM_Color_64 fillcolor, BitmapInfo *bmInfo=nullptr) override | BitmapStorageHDR | virtual |
CopyImage(Bitmap *from, int operation, BMM_Color_fl fillcolor, BitmapInfo *bmInfo=nullptr) override | BitmapStorageHDR | virtual |
CopyImage(Bitmap *from, int operation, int fillindex) override | BitmapStorageHDR | virtual |
CopyImage(Bitmap *from, int operation, BMM_Color_64 fillcolor, BitmapInfo *bmInfo=nullptr)=0 | BitmapStorageHDR | virtual |
CopyImage(Bitmap *from, int operation, BMM_Color_fl fillcolor, BitmapInfo *bmInfo=nullptr)=0 | BitmapStorageHDR | virtual |
CopyImage(Bitmap *from, int operation, int fillindex)=0 | BitmapStorageHDR | virtual |
CopyScaleHigh(Bitmap *from, HWND hWnd, BMM_Color_64 **buf=nullptr, int w=0, int h=0) override | BitmapStorageHDR | virtual |
CopyScaleHigh(Bitmap *from, HWND hWnd, BMM_Color_fl **buf=nullptr, int w=0, int h=0) override | BitmapStorageHDR | virtual |
CopyScaleHigh(Bitmap *from, HWND hWnd, BMM_Color_64 **buf=nullptr, int w=0, int h=0)=0 | BitmapStorageHDR | virtual |
CopyScaleHigh(Bitmap *from, HWND hWnd, BMM_Color_fl **buf=nullptr, int w=0, int h=0)=0 | BitmapStorageHDR | virtual |
CopyScaleLow(Bitmap *from) override | BitmapStorageHDR | virtual |
CopyScaleLow(Bitmap *from)=0 | BitmapStorageHDR | virtual |
CreateChannels(ULONG channelIDs) | BitmapStorage | virtual |
CropImage(int width, int height, BMM_Color_64 fillcolor) override | BitmapStorageHDR | virtual |
CropImage(int width, int height, int fillindex) override | BitmapStorageHDR | virtual |
CropImage(int width, int height, BMM_Color_64 fillcolor)=0 | BitmapStorageHDR | virtual |
CropImage(int width, int height, BMM_Color_fl fillcolor)=0 | BitmapStorageHDR | virtual |
CropImage(int width, int height, int fillindex)=0 | BitmapStorageHDR | virtual |
DeleteChannels(ULONG channelIDs) | BitmapStorage | inlinevirtual |
Disconnect()=0 | BitmapStorage | pure virtual |
Fill(const BMM_Color_fl &fillColor) | BitmapStorage | virtual |
Fill(const BMM_Color_64 &fillColor) | BitmapStorage | virtual |
Flags() const | BitmapStorage | inline |
flags | BitmapStorage | protected |
Gamma() const | BitmapStorage | inline |
gammaTable | BitmapStorage | protected |
gbuffer | BitmapStorage | protected |
Get16Gray(int x, int y, int pixels, WORD *ptr) override | BitmapStorageHDR | virtual |
Get16Gray(int x, int y, int pixels, WORD *ptr)=0 | BitmapStorageHDR | virtual |
Get16Gray(int x, int y, int pixels, float *ptr)=0 | BitmapStorageHDR | virtual |
GetAlphaPtr(int *bmmType) | BitmapStorage | inlinevirtual |
GetChannel(ULONG channelID, ULONG &chanType) | BitmapStorage | inlinevirtual |
GetFiltered(float u, float v, float du, float dv, BMM_Color_64 *ptr) override | BitmapStorageHDR | virtual |
GetFiltered(float u, float v, float du, float dv, BMM_Color_64 *ptr)=0 | BitmapStorageHDR | virtual |
GetFiltered(float u, float v, float du, float dv, BMM_Color_fl *ptr)=0 | BitmapStorageHDR | virtual |
GetGBuffer() | BitmapStorage | inline |
GetIndexPixels(int x, int y, int pixels, unsigned char *ptr)=0 | BitmapStorage | pure virtual |
GetInputGammaTable() | BitmapStorage | |
GetInterface(Interface_ID id) override | BaseInterfaceServer | virtual |
GetInterfaceAt(int i) const | BaseInterfaceServer | virtual |
GetLinearPixels(int x, int y, int pixels, BMM_Color_64 *ptr) override | BitmapStorageHDR | virtual |
GetLinearPixels(int x, int y, int pixels, BMM_Color_64 *ptr)=0 | BitmapStorageHDR | virtual |
GetLinearPixels(int x, int y, int pixels, BMM_Color_fl *ptr)=0 | BitmapStorageHDR | virtual |
GetPalette(int start, int count, BMM_Color_48 *ptr)=0 | BitmapStorage | pure virtual |
GetPipelineToRenderingSpace() | BitmapStorage | virtual |
GetPixels(int x, int y, int pixels, BMM_Color_64 *ptr) override | BitmapStorageHDR | virtual |
GetPixels(int x, int y, int pixels, BMM_Color_64 *ptr)=0 | BitmapStorageHDR | virtual |
GetPixels(int x, int y, int pixels, BMM_Color_fl *ptr)=0 | BitmapStorageHDR | virtual |
GetRenderInfo() | BitmapStorage | |
GetSCol(WORD *, WORD *, int, int) | BitmapStorage | virtual |
GetSCol(float *, float *, int, int) | BitmapStorage | virtual |
GetSRow(WORD *, int, WORD *, int) | BitmapStorage | virtual |
GetSRow(float *, int, float *, int) | BitmapStorage | virtual |
GetStoragePtr(int *bmmType) | BitmapStorage | inlinevirtual |
GetTypedInterface() | InterfaceServer | inline |
HasAlpha() const | BitmapStorage | inline |
HasGamma() const | BitmapStorage | inline |
Height() const | BitmapStorage | inline |
interfaces | BaseInterfaceServer | protected |
IsDithered() const | BitmapStorage | inline |
IsHighDynamicRange() override | BitmapStorageHDR | inlinevirtual |
m_evalString | BitmapStorage | |
Manager() const | BitmapStorage | inline |
manager | BitmapStorage | protected |
MapReady()=0 | BitmapStorage | pure virtual |
MaxAlphaLevel()=0 | BitmapStorage | pure virtual |
MaxRGBLevel()=0 | BitmapStorage | pure virtual |
mFilename | BitmapStorage | protected |
mFileTimeStamp | BitmapStorage | protected |
NumInterfaces() const | BaseInterfaceServer | virtual |
openMode | BitmapStorage | protected |
OpenMode() const | BitmapStorage | inline |
operator delete(void *ptr) | MaxHeapOperators | static |
operator delete(void *ptr, const std::nothrow_t &e) | MaxHeapOperators | static |
operator delete(void *ptr, const char *filename, int line) | MaxHeapOperators | static |
operator delete(void *ptr, int block_type, const char *filename, int line) | MaxHeapOperators | static |
operator delete(void *ptr, const std::nothrow_t &e, const char *filename, int line) | MaxHeapOperators | static |
operator delete(void *ptr, unsigned long flags) | MaxHeapOperators | static |
operator delete(void *ptr, const std::nothrow_t &e, unsigned long flags) | MaxHeapOperators | static |
operator delete(void *ptr, void *placement_ptr) | MaxHeapOperators | static |
operator delete[](void *ptr) | MaxHeapOperators | static |
operator delete[](void *ptr, const std::nothrow_t &e) | MaxHeapOperators | static |
operator delete[](void *ptr, const char *filename, int line) | MaxHeapOperators | static |
operator delete[](void *ptr, int block_type, const char *filename, int line) | MaxHeapOperators | static |
operator delete[](void *ptr, const std::nothrow_t &e, const char *filename, int line) | MaxHeapOperators | static |
operator delete[](void *ptr, unsigned long flags) | MaxHeapOperators | static |
operator delete[](void *ptr, const std::nothrow_t &e, unsigned long flags) | MaxHeapOperators | static |
operator new(size_t size) | MaxHeapOperators | static |
operator new(size_t size, const std::nothrow_t &e) | MaxHeapOperators | static |
operator new(size_t size, const char *filename, int line) | MaxHeapOperators | static |
operator new(size_t size, int block_type, const char *filename, int line) | MaxHeapOperators | static |
operator new(size_t size, const std::nothrow_t &e, const char *filename, int line) | MaxHeapOperators | static |
operator new(size_t size, unsigned long flags) | MaxHeapOperators | static |
operator new(size_t size, const std::nothrow_t &e, unsigned long flags) | MaxHeapOperators | static |
operator new(size_t size, void *placement_ptr) | MaxHeapOperators | static |
operator new[](size_t size) | MaxHeapOperators | static |
operator new[](size_t size, const std::nothrow_t &e) | MaxHeapOperators | static |
operator new[](size_t size, const char *filename, int line) | MaxHeapOperators | static |
operator new[](size_t size, int block_type, const char *filename, int line) | MaxHeapOperators | static |
operator new[](size_t size, const std::nothrow_t &e, const char *filename, int line) | MaxHeapOperators | static |
operator new[](size_t size, unsigned long flags) | MaxHeapOperators | static |
operator new[](size_t size, const std::nothrow_t &e, unsigned long flags) | MaxHeapOperators | static |
palette | BitmapStorage | protected |
Paletted() const | BitmapStorage | inline |
paletteSlots | BitmapStorage | protected |
PreMultipliedAlpha() const | BitmapStorage | inline |
Put16Gray(int x, int y, int pixels, WORD *ptr) override | BitmapStorageHDR | virtual |
Put16Gray(int x, int y, int pixels, WORD *ptr)=0 | BitmapStorageHDR | virtual |
Put16Gray(int x, int y, int pixels, float *ptr)=0 | BitmapStorageHDR | virtual |
PutIndexPixels(int x, int y, int pixels, unsigned char *ptr)=0 | BitmapStorage | pure virtual |
PutPixels(int x, int y, int pixels, BMM_Color_64 *ptr) override | BitmapStorageHDR | virtual |
PutPixels(int x, int y, int pixels, BMM_Color_64 *ptr)=0 | BitmapStorageHDR | virtual |
PutPixels(int x, int y, int pixels, BMM_Color_fl *ptr)=0 | BitmapStorageHDR | virtual |
PutSCol(WORD *, WORD *, int, int) | BitmapStorage | virtual |
PutSCol(float *, float *, int, int) | BitmapStorage | virtual |
PutSRow(WORD *, int, WORD *, int) | BitmapStorage | virtual |
PutSRow(float *, int, float *, int) | BitmapStorage | virtual |
rendInfo | BitmapStorage | protected |
ResizeImage(int width, int height, int newpalette)=0 | BitmapStorageHDR | virtual |
ResizeInto(void *, int, int, int, int, bool) | BitmapStorage | inlinevirtual |
Scale(WORD *, int, WORD *, int) | BitmapStorage | virtual |
Scale(float *, int, float *, int) | BitmapStorage | virtual |
ScaleColor(BMM_Color_64 &out, BMM_Color_fl in) | BitmapStorage | static |
ScaleColorA(BMM_Color_64 &out, const BMM_Color_fl &in) | BitmapStorage | inlinestatic |
ScaleColors() const | BitmapStorage | inline |
ScaleX(Bitmap *, BMM_Color_64 *, WORD *, WORD *, HWND, int cw=0, int ch=0) | BitmapStorage | virtual |
ScaleX(Bitmap *, BMM_Color_fl *, float *, float *, HWND, int cw=0, int ch=0) | BitmapStorage | virtual |
ScaleY(Bitmap *, BMM_Color_64 *, WORD *, WORD *, HWND, int cw=0, int ch=0) | BitmapStorage | virtual |
ScaleY(Bitmap *, BMM_Color_fl *, float *, float *, HWND, int cw=0, int ch=0) | BitmapStorage | virtual |
SetFlags(DWORD f) | BitmapStorage | inline |
SetGamma(float gam) | BitmapStorage | |
SetHasGamma(BOOL onOff) | BitmapStorage | |
SetPalette(int start, int count, BMM_Color_48 *ptr)=0 | BitmapStorage | pure virtual |
StraightCopy(Bitmap *from) override | BitmapStorageHDR | virtual |
Type() const | BitmapStorage | inline |
type | BitmapStorage | protected |
UpdateColorConverters() | BitmapStorage | virtual |
usageCount | BitmapStorage | protected |
UsageCount() const | BitmapStorage | inline |
UseScaleColors(int on) | BitmapStorage | inline |
Width() const | BitmapStorage | inline |
~BaseInterfaceServer() | BaseInterfaceServer | virtual |
~BitmapStorage() | BitmapStorage | virtual |
~InterfaceServer() | InterfaceServer | virtual |