roviz  0.7
Code Documentation of roviz
Public Member Functions | Public Attributes | List of all members
ImagePrivate Class Reference

Private part of the Image class. More...

#include <image_p.h>

Inheritance diagram for ImagePrivate:
Inheritance graph
Collaboration diagram for ImagePrivate:
Collaboration graph

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
 

Detailed Description

Private part of the Image class.

See also
Image

Member Function Documentation

◆ init()

void ImagePrivate::init ( int  w,
int  h,
enum Image::Format  f 
)

Initialize some generic properties.

Parameters
wWidth
hHeight
fFormat
Here is the caller graph for this function:

The documentation for this class was generated from the following files: