/**************************************************************************** * NCSA HDF * * Software Development Group * * National Center for Supercomputing Applications * * University of Illinois at Urbana-Champaign * * 605 E. Springfield, Champaign IL 61820 * * * * For conditions of distribution and use, see the accompanying * * hdf/COPYING file. * * * ****************************************************************************/ /* * This is the main public HDF5 include file. Put further information in * a particular header file and include that here, don't fill this file with * lots of gunk... */ #ifndef _HDF5_H #define _HDF5_H #include #include /* IDs (this has to come near the top, to define hid_t) */ #include /* Attributes */ #include /* Metadata cache */ #include /* B-trees */ #include /* Datasets */ #include /* Errors */ #include /* Files */ #include /* Groups */ #include /* Global heaps */ #include /* Local heaps */ #include /* File memory management */ #include /* Core memory management */ #include /* Object headers */ #include /* Property lists */ #include /* Dataspaces */ #include /* Datatypes */ #include /* Data filters */ #endif