diff options
author | MuQun Yang <ymuqun@hdfgroup.org> | 2001-04-28 23:06:34 (GMT) |
---|---|---|
committer | MuQun Yang <ymuqun@hdfgroup.org> | 2001-04-28 23:06:34 (GMT) |
commit | 2c8b1571d25f20cf8d00f346851ce3660364c149 (patch) | |
tree | a169f8bc23b3a447f8127b311ecf52cdf0f42752 /tools | |
parent | 1c4dd8b01ba55ab8fd789b251f98f70749f86988 (diff) | |
download | hdf5-2c8b1571d25f20cf8d00f346851ce3660364c149.zip hdf5-2c8b1571d25f20cf8d00f346851ce3660364c149.tar.gz hdf5-2c8b1571d25f20cf8d00f346851ce3660364c149.tar.bz2 |
[svn-r3871]
Purpose:
Add definations of two new functions
Description:
Solution:
Platforms tested:
eirene
[machines you have tested the changed version. This is absolute
important. Test it out on at least two or three different platforms
such as Big-endian-32bit (SUN/IRIX), little-endian-32(LINUX) and
64-bit (IRIX64/UNICOS/DEC-ALPHA) would be good.]
Diffstat (limited to 'tools')
-rw-r--r-- | tools/h4toh5/h4toh5main.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/h4toh5/h4toh5main.h b/tools/h4toh5/h4toh5main.h index 2bb6c88..85c416d 100644 --- a/tools/h4toh5/h4toh5main.h +++ b/tools/h4toh5/h4toh5main.h @@ -32,6 +32,7 @@ Author: Kent Yang(ymuqun@ncsa.uiuc.edu) #define H4TOH5MAIN_H #include "hdf.h" #include "mfhdf.h" +#include "hfile.h" #include "hdf5.h" #include "h4toh5util.h" #include <fcntl.h> @@ -85,14 +86,15 @@ int gen_h5comptype(int32,int32,size_t *,size_t*,hid_t*,hid_t*,hid_t,hid_t); int Sds_h4_to_h5(int32,int32,hid_t,hid_t); int sds_transattrs(int32, hid_t,int,int); int sdsdim_to_h5dataset(int32,int32,hid_t,hid_t,int32); - +int convert_sdsfillvalue(int32,int32,hid_t,hid_t); +uint16 get_SDref(int32,uint16,int32); /*subroutines for h4toh5image.c*/ int Image_h4_to_h5(int32,int32,hid_t,hid_t); int gr_tranattrs(int32, hid_t,int,int); int gr_palette(int32,int32,hid_t,hid_t); int create_pal_objref(hid_t ,hid_t ,char *); - +uint16 get_RIref(int32,uint16,int32,uint16*); /*subroutines for h4toh5anno.c*/ char* trans_tag_name(int32,ann_type); int Annofil_h4_to_h5(int32,hid_t); |