|
Krita Source Code Documentation
|
#include <gmic.h>
Public Member Functions | |
| void | assign (unsigned int w, unsigned int h, unsigned int d, unsigned int s) |
| ~gmic_image () | |
Public Attributes | |
| T * | _data {nullptr} |
| unsigned int | _depth {1} |
| unsigned int | _height {0} |
| bool | _is_shared {false} |
| unsigned int | _spectrum {3} |
| unsigned int | _width {0} |
| QString | name {} |
|
inline |
Definition at line 46 of file gmic.h.
References gmic_image< T >::_data, and gmic_image< T >::_is_shared.
|
inline |
Definition at line 52 of file gmic.h.
References gmic_image< T >::_depth, gmic_image< T >::_height, gmic_image< T >::_spectrum, and gmic_image< T >::_width.
| T* gmic_image< T >::_data {nullptr} |
| unsigned int gmic_image< T >::_depth {1} |
| unsigned int gmic_image< T >::_height {0} |
| bool gmic_image< T >::_is_shared {false} |
| unsigned int gmic_image< T >::_spectrum {3} |
| unsigned int gmic_image< T >::_width {0} |
| QString gmic_image< T >::name {} |