#include <Image.h>
void ge::Image::clear |
( |
| ) |
|
void ge::Image::create |
( |
| ) |
|
size_t ge::Image::getBitsPerPixel |
( |
| ) |
|
bool ge::Image::isValid |
( |
| ) |
|
void ge::Image::load |
( |
std::string |
_filename, |
|
|
bool |
_remoteAccess = false |
|
) |
| |
void ge::Image::loadWithProperties |
( |
std::string |
_filename, |
|
|
vmml::Vector2i |
_extent, |
|
|
short |
_bitsPerPixel, |
|
|
bool |
_remoteAccess = false |
|
) |
| |
unsigned short* ge::Image::alpha16 |
unsigned char* ge::Image::alpha8 |
union { ... } ge::Image::data |
GLenum ge::Image::data_type |
GLint ge::Image::internal_format |
GLenum ge::Image::pixel_format |
unsigned char* ge::Image::rgb |
unsigned char* ge::Image::rgba |
The documentation for this class was generated from the following files:
- /Users/mthoeny/Development/gis_globeEngine/trunk/src/globeEngineCore/include/Image.h
- /Users/mthoeny/Development/gis_globeEngine/trunk/src/globeEngineCore/src/Image.cpp