FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
HDF5init.hpp
1#ifndef __HDF5INIT_HPP__
2#define __HDF5INIT_HPP__
3
4using namespace std;
5#include <string>
6#include <hdf5.h>
7
8#define RETRO_BDB_VOL 0
9
10class HDF5init {
11public:
12 HDF5init();
13 ~HDF5init();
14
15private:
16 herr_t parseSettings(string settings);
17
18
19};
20
21#endif
22// __HDF5INIT_HPP__
Definition HDF5init.hpp:10
STL namespace.