FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
HDF5/init.hpp
1
2//
3// $Id: init.hpp,v 1.6 2006/09/03 17:58:33 werner Exp $
4//
5// $Log: init.hpp,v $
6// Revision 1.6 2006/09/03 17:58:33 werner
7// fixed docu
8//
9// Revision 1.5 2006/09/03 17:49:13 werner
10// docu enhanced
11//
12// Revision 1.4 2005/01/18 15:59:46 werner
13// Little advances.
14//
15// Revision 1.3 2004/11/22 14:54:19 werner
16// Added generic interpolator interface and activated HDF5 reading.
17//
18// Revision 1.2 2004/08/25 17:29:00 werner
19// lowercase adjustments
20//
21// Revision 1.1 2004/08/12 16:01:02 werner
22// Fiber Bundle HDF5 Layer
23//
25#ifndef __FIBER_HDF5BUNDLEINIT_HPP
26#define __FIBER_HDF5BUNDLEINIT_HPP "Created 27.02.2001 21:42:27 by werner"
27
28#include "FiberIOHDF5DllApi.h"
29
30namespace Fiber
31{
32
73extern FiberIOHDF5_API bool FiberIOHDF5init();
74extern FiberIOHDF5_API void FiberIOHDF5cleanup();
75
76} /* namespace Fiber */
77
78#endif /* __FIBER_HDF5BUNDLEINIT_HPP */
bool FiberIOHDF5init()
Wrapper class for initialization.
Definition fiber/FiberIO/HDF5/HDF5init.cpp:12
Given a fragmented field of curvilinear coordinates, (3D array of coordinates), build a uniform Grid ...
Definition FAQ.dox:2