init.hpp

00001 
00002 //
00003 // $Id: init.hpp,v 1.6 2006/09/03 17:58:33 werner Exp $
00004 //
00005 // $Log: init.hpp,v $
00006 // Revision 1.6  2006/09/03 17:58:33  werner
00007 // fixed docu
00008 //
00009 // Revision 1.5  2006/09/03 17:49:13  werner
00010 // docu enhanced
00011 //
00012 // Revision 1.4  2005/01/18 15:59:46  werner
00013 // Little advances.
00014 //
00015 // Revision 1.3  2004/11/22 14:54:19  werner
00016 // Added generic interpolator interface and activated HDF5 reading.
00017 //
00018 // Revision 1.2  2004/08/25 17:29:00  werner
00019 // lowercase adjustments
00020 //
00021 // Revision 1.1  2004/08/12 16:01:02  werner
00022 // Fiber Bundle HDF5 Layer
00023 //
00025 #ifndef __FIBER_HDF5BUNDLEINIT_HPP
00026 #define __FIBER_HDF5BUNDLEINIT_HPP "Created 27.02.2001 21:42:27 by werner"
00027 
00028 #include "FBhdf5API.h"
00029 
00030 namespace Fiber
00031 {
00032 
00069 struct  HDF5BUNDLE_API HDF5     
00070 {
00071 static  const bool initialized;
00072 
00078 static  bool init();
00079 };
00080 
00081 } /* namespace Fiber */ 
00082 
00083 #endif /* __FIBER_HDF5BUNDLEINIT_HPP */
00084