hdf.h 300 B

12345678910111213141516
  1. //
  2. // Created by patrik on 29.08.17.
  3. //
  4. #ifndef HDF4CPP_HDF_H
  5. #define HDF4CPP_HDF_H
  6. #include <hdf4cpp/HdfDefines.h>
  7. #include <hdf4cpp/HdfObject.h>
  8. #include <hdf4cpp/HdfFile.h>
  9. #include <hdf4cpp/HdfItem.h>
  10. #include <hdf4cpp/HdfAttribute.h>
  11. #include <hdf4cpp/HdfException.h>
  12. #endif //HDF4CPP_HDF_H