#include <xsh_data_instrument.h>
#include <cpl.h>
#include <xsh_error.h>
Go to the source code of this file.
Data Structures | |
struct | xsh_image_3d |
Defines | |
#define | XSH_DATA_IMAGE_3D_H |
Functions | |
xsh_image_3d * | xsh_image_3d_new (int nx, int ny, int nz, cpl_type type) |
xsh_image_3d * | xsh_image_3d_load (const char *filename, cpl_type type, int xtnum) |
cpl_error_code | xsh_image_3d_insert (xsh_image_3d *img_3d, cpl_image *img, int iz) |
cpl_error_code | xsh_image_3d_save (xsh_image_3d *img_3d, const char *fname, cpl_propertylist *header, unsigned mode) |
void | xsh_image_3d_free (xsh_image_3d **img_3d) |
void * | xsh_image_3d_get_data (xsh_image_3d *img_3d) |
int | xsh_image_3d_get_size_x (xsh_image_3d *img_3d) |
int | xsh_image_3d_get_size_y (xsh_image_3d *img_3d) |
int | xsh_image_3d_get_size_z (xsh_image_3d *img_3d) |
cpl_type | xsh_image_3d_get_type (xsh_image_3d *img_3d) |
#define XSH_DATA_IMAGE_3D_H |
Definition at line 27 of file xsh_data_image_3d.h.