MOAB: Mesh Oriented datABase  (version 5.4.1)
HDF5Common.hpp
Go to the documentation of this file.
00001 #include "moab/MOABConfig.h"
00002 #ifdef MOAB_HAVE_MPI
00003 #include "moab_mpi.h"
00004 #endif
00005 #include <H5Epublic.h>
00006 
00007 namespace moab
00008 {
00009 
00010 extern "C" {
00011 #if defined( H5E_auto_t_vers ) && H5E_auto_t_vers > 1
00012 typedef herr_t ( *HDF5_Error_Func_Type )( hid_t, void* );
00013 #else
00014 typedef herr_t ( *HDF5_Error_Func_Type )( void* );
00015 #endif
00016 }
00017 
00018 bool HDF5_can_append_hyperslabs();
00019 
00020 }  // namespace moab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines