VRay SDK for C++
|
The raw memory contents of a BMP image. More...
#include <vraysdk.hpp>
Additional Inherited Members | |
![]() | |
int | getBitsPerPixel () const |
int | getHeight () const |
void * | getPixels () const |
unsigned | getRowStride () const |
int | getWidth () const |
![]() | |
void * | getData () |
const void * | getData () const |
void | operator delete (void *ptr) |
![]() | |
unsigned | bfOffBits |
Offset of raw pixel data in bytes relative to the start of this header. | |
unsigned | bfReserved |
unsigned | bfSize |
unsigned short | bfType |
![]() | |
unsigned short | biBitCount |
unsigned | biClrImportant |
unsigned | biClrUsed |
unsigned | biCompression |
int | biHeight |
unsigned short | biPlanes |
unsigned | biSize |
unsigned | biSizeImage |
int | biWidth |
int | biXPelsPerMeter |
int | biYPelsPerMeter |
![]() | |
MemoryBuffer (const MemoryBuffer &) | |
The raw memory contents of a BMP image.