|
roviz
0.7
Code Documentation of roviz
|
Private part of the Image class. More...
#include <image_p.h>


Public Member Functions | |
| void | init (int w, int h, enum Image::Format f) |
| Initialize some generic properties. More... | |
Public Attributes | |
| unsigned char * | data_ptr |
| bool | is_self_managed |
| int | w |
| int | h |
| int | bits |
| int | bytes |
| int | len |
| enum Image::Format | f |
Public Attributes inherited from StreamObjectPrivate | |
| SourceID | id |
| void ImagePrivate::init | ( | int | w, |
| int | h, | ||
| enum Image::Format | f | ||
| ) |
Initialize some generic properties.
| w | Width |
| h | Height |
| f | Format |

1.8.13