#include <xsh_data_image_3d.h>
Data Fields | |
| int | nx |
| int | ny |
| int | nz |
| cpl_type | type |
| void * | pixels |
Definition at line 35 of file xsh_data_image_3d.h.
| int xsh_image_3d::nx |
Definition at line 36 of file xsh_data_image_3d.h.
Referenced by compare_img_3d(), main(), xsh_image_3d_get_size_x(), xsh_image_3d_load(), and xsh_image_3d_new().
| int xsh_image_3d::ny |
Definition at line 36 of file xsh_data_image_3d.h.
Referenced by compare_img_3d(), main(), xsh_image_3d_get_size_y(), xsh_image_3d_load(), and xsh_image_3d_new().
| int xsh_image_3d::nz |
Definition at line 36 of file xsh_data_image_3d.h.
Referenced by compare_img_3d(), main(), xsh_image_3d_get_size_z(), xsh_image_3d_load(), and xsh_image_3d_new().
| void* xsh_image_3d::pixels |
Definition at line 40 of file xsh_data_image_3d.h.
Referenced by xsh_image_3d_get_data(), xsh_image_3d_load(), xsh_image_3d_new(), and xsh_image_3d_save().
| cpl_type xsh_image_3d::type |
Definition at line 38 of file xsh_data_image_3d.h.
Referenced by main(), xsh_image_3d_get_type(), xsh_image_3d_new(), and xsh_image_3d_save().
1.6.1