|
Pink 0.9
|
The image class for the C functions. More...
Inherited by pink::shallow_xvimage.
Public Attributes | |
| char * | name |
| Dummy - not used anymore. | |
| index_t | row_size |
| Size of a row (number of columns) | |
| index_t | col_size |
| Size of a column (number of rows) | |
| index_t | depth_size |
| Number of planes (for 3d images) | |
| index_t | time_size |
| Number of (2d or 3d) images. | |
| index_t | num_data_bands |
| Number of bands per data pixel, or number of bands per image, or dimension of vector data, or number of elements in a vector. | |
| index_t | d |
| The dimension of the image. | |
| int32_t | data_storage_type |
| Storage type for disk data. | |
| double | xdim |
| Voxel dimensions in real world. | |
| index_t | xmin |
| Region of interest: x coordinates. | |
| index_t | ymin |
| Region of interest: y coordinates. | |
| index_t | zmin |
| Region of interest: z coordinates. | |
| void * | image_data |
| Pointer on raw data. | |
The image class for the C functions.
This class holds the image data for the C functions of Pink.
1.7.3