MISR Toolkit  1.5.1
H5IMpublic.h
Go to the documentation of this file.
1 /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
2  * Copyright by The HDF Group. *
3  * Copyright by the Board of Trustees of the University of Illinois. *
4  * All rights reserved. *
5  * *
6  * This file is part of HDF5. The full HDF5 copyright notice, including *
7  * terms governing use, modification, and redistribution, is contained in *
8  * the COPYING file, which can be found at the root of the source code *
9  * distribution tree, or in https://support.hdfgroup.org/ftp/HDF5/releases. *
10  * If you do not have access to either file, you may request a copy from *
11  * help@hdfgroup.org. *
12  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
13 
14 #ifndef _H5IMpublic_H
15 #define _H5IMpublic_H
16 
17 
18 #ifdef __cplusplus
19 extern "C" {
20 #endif
21 
22 
24  const char *dset_name,
25  hsize_t width,
26  hsize_t height,
27  const unsigned char *buffer );
28 
30  const char *dset_name,
31  hsize_t width,
32  hsize_t height,
33  const char *interlace,
34  const unsigned char *buffer );
35 
37  const char *dset_name,
38  hsize_t *width,
39  hsize_t *height,
40  hsize_t *planes,
41  char *interlace,
42  hssize_t *npals );
43 
45  const char *dset_name,
46  unsigned char *buffer );
47 
49  const char *pal_name,
50  const hsize_t *pal_dims,
51  const unsigned char *pal_data );
52 
54  const char *image_name,
55  const char *pal_name );
56 
58  const char *image_name,
59  const char *pal_name );
60 
62  const char *image_name,
63  hssize_t *npals );
64 
66  const char *image_name,
67  int pal_number,
68  hsize_t *pal_dims );
69 
71  const char *image_name,
72  int pal_number,
73  unsigned char *pal_data );
74 
76  const char *dset_name );
77 
79  const char *dset_name );
80 
81 #ifdef __cplusplus
82 }
83 #endif
84 
85 #endif
H5_HLDLL herr_t H5IMmake_image_8bit(hid_t loc_id, const char *dset_name, hsize_t width, hsize_t height, const unsigned char *buffer)
H5_HLDLL herr_t H5IMlink_palette(hid_t loc_id, const char *image_name, const char *pal_name)
int herr_t
Definition: H5public.h:124
unsigned long long hsize_t
Definition: H5public.h:169
H5_HLDLL herr_t H5IMget_image_info(hid_t loc_id, const char *dset_name, hsize_t *width, hsize_t *height, hsize_t *planes, char *interlace, hssize_t *npals)
HDFFCLIBAPI intf intf intf intf void * buffer
H5_HLDLL herr_t H5IMget_palette(hid_t loc_id, const char *image_name, int pal_number, unsigned char *pal_data)
HDFFCLIBAPI intf intf * interlace
H5_HLDLL herr_t H5IMget_palette_info(hid_t loc_id, const char *image_name, int pal_number, hsize_t *pal_dims)
H5_HLDLL herr_t H5IMis_image(hid_t loc_id, const char *dset_name)
int hid_t
Definition: H5Ipublic.h:54
H5_HLDLL herr_t H5IMmake_palette(hid_t loc_id, const char *pal_name, const hsize_t *pal_dims, const unsigned char *pal_data)
H5_HLDLL herr_t H5IMis_palette(hid_t loc_id, const char *dset_name)
H5_HLDLL herr_t H5IMget_npalettes(hid_t loc_id, const char *image_name, hssize_t *npals)
#define H5_HLDLL
Definition: H5api_adpt.h:264
signed long long hssize_t
Definition: H5public.h:170
H5_HLDLL herr_t H5IMmake_image_24bit(hid_t loc_id, const char *dset_name, hsize_t width, hsize_t height, const char *interlace, const unsigned char *buffer)
H5_HLDLL herr_t H5IMread_image(hid_t loc_id, const char *dset_name, unsigned char *buffer)
H5_HLDLL herr_t H5IMunlink_palette(hid_t loc_id, const char *image_name, const char *pal_name)

MISR Toolkit - Copyright © 2005 - 2020 Jet Propulsion Laboratory
Generated on Fri Jun 19 2020 22:49:52