39 lines
688 B
C++
39 lines
688 B
C++
// rights - 2006-, copyright benedikt, all rights reserved
|
|
// project - phidias3d
|
|
// file name - hdf5em.h
|
|
// file type - c++ implementation file
|
|
// objective - implement class for HDF5/ELECTROMAGNETIC file format access
|
|
// modified - 2006 jun 26, creation, benedikt oswald
|
|
// modified - 2006
|
|
// inheritance -
|
|
// feature - implements the base class for HDF5/ELECTROMAGNETIC file format access.
|
|
// feature -
|
|
// required software -
|
|
|
|
|
|
/* include standard header files */
|
|
//#include <h5.h>
|
|
|
|
|
|
|
|
/* include proprietary files */
|
|
/*
|
|
#include "h5fed.hh"
|
|
#ifdef HAVE_HDF5
|
|
|
|
namespace hdf5em
|
|
{
|
|
//
|
|
// hdf5em::hdf5em()
|
|
// {
|
|
// ;
|
|
// }
|
|
//
|
|
// hdf5em::~hdf5em()
|
|
// {
|
|
// ;
|
|
// }
|
|
//
|
|
}
|
|
#endif // HAVE_HDF5
|
|
*/ |