00001 #ifndef __FIBER_HDF5BUNDLELOADER_HPP 00002 #define __FIBER_HDF5BUNDLELOADER_HPP "Created 27.02.2001 21:42:27 by werner" 00003 00004 #include <bundle/Bundle.hpp> 00005 #include "FBhdf5API.h" 00006 00007 namespace Fiber 00008 { 00009 00010 void HDF5BUNDLE_API HDF5Load(BundlePtr&B, hid_t file_id, const RefPtr<BundleLoaderProgress>&BLP = NullPtr() ); 00011 00012 } // namespace Fiber 00013 00014 00015 #endif // __FIBER_HDF5BUNDLELOADER_HPP 00016