Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-06-20 08:49:51

0001 /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
0002  * Copyright by The HDF Group.                                               *
0003  * All rights reserved.                                                      *
0004  *                                                                           *
0005  * This file is part of HDF5.  The full HDF5 copyright notice, including     *
0006  * terms governing use, modification, and redistribution, is contained in    *
0007  * the COPYING file, which can be found at the root of the source code       *
0008  * distribution tree, or in https://www.hdfgroup.org/licenses.               *
0009  * If you do not have access to either file, you may request a copy from     *
0010  * help@hdfgroup.org.                                                        *
0011  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
0012 
0013 /*
0014  * This is the main public HDF5 High Level include file.  Put further
0015  * information in a particular header file and include that here, don't
0016  * fill this file with lots of gunk...
0017  */
0018 
0019 #ifndef HDF5_HL_H
0020 #define HDF5_HL_H
0021 
0022 #include "hdf5.h"       /* hdf5 main library */
0023 #include "H5DOpublic.h" /* dataset optimization */
0024 #include "H5DSpublic.h" /* dimension scales */
0025 #include "H5LTpublic.h" /* lite */
0026 #include "H5IMpublic.h" /* image */
0027 #include "H5TBpublic.h" /* table */
0028 #include "H5PTpublic.h" /* packet table */
0029 #include "H5LDpublic.h" /* lite dataset */
0030 
0031 #endif /*HDF5_HL_H*/