X-shooter Pipeline Reference Manual 3.8.15
Data Structures | Functions
xsh_data_image_3d.h File Reference
#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
 

Functions

xsh_image_3dxsh_image_3d_new (int nx, int ny, int nz, cpl_type type)
 
xsh_image_3dxsh_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)