FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
HDF5Saver.hpp
1
2//
3// $Id: HDF5Saver.hpp,v 1.4 2007/10/24 04:45:26 werner Exp $
4//
6#ifndef __FIBER_HDF5SAVER_HPP
7#define __FIBER_HDF5SAVER_HPP "Created 27.02.2001 21:42:27 by werner"
8
9#include <memcore/Persistencer.hpp>
10
11namespace Fiber
12{
13 using std::list;
14 using std::string;
15 using namespace MemCore;
16
17namespace FiberIO
18{
19
20namespace HDF5
21{
22
23template <class FiberStructure>
24 struct HDF5Saver;
25
26}}
27
28template <class FiberStructure>
30
31template <class FiberStructure>
33
34struct HDF5 {};
35
36} /* namespace Fiber */
37
38#endif /* __FIBER_HDF5SAVER_HPP */
basic_string< char > string
Definition HDF5Saver.hpp:32
Definition HDF5Saver.hpp:29
Given a fragmented field of curvilinear coordinates, (3D array of coordinates), build a uniform Grid ...
Definition FAQ.dox:2
Definition HDF5Saver.hpp:24
Definition HDF5Saver.hpp:34