#include <mia/2d/rgbimageio.hh>
Public Types |
typedef std::shared_ptr
< CRGB2DImage > | Pointer |
| unifying pointer definition for this class.
|
typedef CRGB2DImage | type |
| data type for the plug-in handler magic
|
Static Public Attributes |
static const char * | data_descr |
| data type description used by the plug-in handler to locate the plug-ins
|
Detailed Description
Definition at line 44 of file rgbimageio.hh.
Member Typedef Documentation
unifying pointer definition for this class.
Definition at line 47 of file rgbimageio.hh.
data type for the plug-in handler magic
Definition at line 53 of file rgbimageio.hh.
Constructor & Destructor Documentation
Create an image of the given size
- Parameters
-
Member Function Documentation
- Returns
- the dimensions of the image
const unsigned char* CRGB2DImage::pixel |
( |
| ) |
const |
- Returns
- a raw read-only pointer to the pixel data
unsigned char* CRGB2DImage::pixel |
( |
| ) |
|
- Returns
- a raw read-write pointer to the pixel data
Field Documentation
const char* CRGB2DImage::data_descr |
|
static |
data type description used by the plug-in handler to locate the plug-ins
Definition at line 50 of file rgbimageio.hh.
The documentation for this class was generated from the following file: