hdf5_hl.h 1.5 KB

1234567891011121314151617181920212223242526272829303132
  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://www.hdfgroup.org/licenses. *
  10. * If you do not have access to either file, you may request a copy from *
  11. * help@hdfgroup.org. *
  12. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
  13. /*
  14. * This is the main public HDF5 High Level include file. Put further
  15. * information in a particular header file and include that here, don't
  16. * fill this file with lots of gunk...
  17. */
  18. #ifndef HDF5_HL_H
  19. #define HDF5_HL_H
  20. #include "hdf5.h" /* hdf5 main library */
  21. #include "H5DOpublic.h" /* dataset optimization */
  22. #include "H5DSpublic.h" /* dimension scales */
  23. #include "H5LTpublic.h" /* lite */
  24. #include "H5IMpublic.h" /* image */
  25. #include "H5TBpublic.h" /* table */
  26. #include "H5PTpublic.h" /* packet table */
  27. #include "H5LDpublic.h" /* lite dataset */
  28. #endif /*HDF5_HL_H*/