x3d::SFImage Class Reference#include <node.h>
Inheritance diagram for x3d::SFImage:
[legend]Collaboration diagram for x3d::SFImage:
[legend]List of all members.
Member Enumeration Documentation
|
- Enumerator:
-
SFIMAGE_TYPE_LUMINANCE |
|
SFIMAGE_TYPE_LUMINANCE_ALPHA |
|
SFIMAGE_TYPE_RGB |
|
SFIMAGE_TYPE_RGBA |
|
|
Constructor & Destructor Documentation
x3d::SFImage::SFImage |
( |
void |
|
) |
[inline] |
|
x3d::SFImage::SFImage |
( |
const SFImage & |
src |
) |
[inline] |
|
x3d::SFImage::~SFImage |
( |
|
) |
[inline] |
|
Member Function Documentation
void x3d::SFImage::Clear |
( |
void |
|
) |
[inline] |
|
void x3d::SFImage::Empty |
( |
void |
|
) |
[inline] |
|
int x3d::SFImage::GetBuffersize |
( |
void |
|
) |
const [inline] |
|
int x3d::SFImage::GetComponents |
( |
void |
|
) |
const [inline] |
|
int x3d::SFImage::GetHeight |
( |
void |
|
) |
const [inline] |
|
const uint8_t* x3d::SFImage::GetPixels |
( |
void |
|
) |
const [inline] |
|
uint8_t* x3d::SFImage::GetPixels |
( |
void |
|
) |
[inline] |
|
int x3d::SFImage::GetWidth |
( |
void |
|
) |
const [inline] |
|
bool x3d::SFImage::IsEmpty |
( |
void |
|
) |
const [inline] |
|
void x3d::SFImage::ResizeBuffer |
( |
void |
|
) |
[inline, private] |
|
void x3d::SFImage::SetComponents |
( |
int |
components |
) |
[inline] |
|
void x3d::SFImage::SetHeight |
( |
int |
height |
) |
[inline] |
|
void x3d::SFImage::SetSize |
( |
int |
width, |
|
|
int |
height, |
|
|
int |
components |
|
) |
[inline] |
|
void x3d::SFImage::SetWidth |
( |
int |
width |
) |
[inline] |
|
Member Data Documentation
The documentation for this class was generated from the following file:
|