FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
HDF5FiberTypeMap.hpp
1#ifndef __FIBERIO_HDF5_HDF5FIBERTYPEMAP_HPP
2#define __FIBERIO_HDF5_HDF5FIBERTYPEMAP_HPP
3
4#include <fiber/field/FiberType.hpp>
5#include <hdf5.h>
6
7namespace Fiber
8{
9namespace FiberIO
10{
11namespace HDF5
12{
13using namespace MemCore;
14using namespace Fiber;
15
16WeakPtr<FiberTypeBase>&getHDF5FiberType(hid_t dtype_id, bool&IsSupportedType);
17
18}}}
19
20
21
22#endif // __FIBERIO_HDF5_HDF5FIBERTYPEMAP_HPP
An iterator with an optional DataCreator, which is just a class to intercept creation of data along a...
Definition CreativeIterator.hpp:34
Given a fragmented field of curvilinear coordinates, (3D array of coordinates), build a uniform Grid ...
Definition FAQ.dox:2