HDK
|
#include <ImfPreviewImage.h>
Public Member Functions | |
IMF_EXPORT | PreviewImage (unsigned int width=0, unsigned int height=0, const PreviewRgba pixels[]=0) |
IMF_EXPORT | PreviewImage (const PreviewImage &other) |
IMF_EXPORT | ~PreviewImage () |
IMF_EXPORT PreviewImage & | operator= (const PreviewImage &other) |
unsigned int | width () const |
unsigned int | height () const |
PreviewRgba * | pixels () |
const PreviewRgba * | pixels () const |
PreviewRgba & | pixel (unsigned int x, unsigned int y) |
const PreviewRgba & | pixel (unsigned int x, unsigned int y) const |
Definition at line 41 of file ImfPreviewImage.h.
IMF_EXPORT PreviewImage::PreviewImage | ( | unsigned int | width = 0 , |
unsigned int | height = 0 , |
||
const PreviewRgba | pixels[] = 0 |
||
) |
IMF_EXPORT PreviewImage::PreviewImage | ( | const PreviewImage & | other | ) |
IMF_EXPORT PreviewImage::~PreviewImage | ( | ) |
|
inline |
Definition at line 80 of file ImfPreviewImage.h.
IMF_EXPORT PreviewImage& PreviewImage::operator= | ( | const PreviewImage & | other | ) |
|
inline |
Definition at line 89 of file ImfPreviewImage.h.
|
inline |
Definition at line 94 of file ImfPreviewImage.h.
|
inline |
Definition at line 82 of file ImfPreviewImage.h.
|
inline |
Definition at line 83 of file ImfPreviewImage.h.
|
inline |
Definition at line 79 of file ImfPreviewImage.h.