FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
LoadBundle.hpp
1#ifndef __FIBER_HDF5BUNDLELOADER_HPP
2#define __FIBER_HDF5BUNDLELOADER_HPP "Created 27.02.2001 21:42:27 by werner"
3
4#include <bundle/Bundle.hpp>
5#include "FiberIOHDF5DllApi.h"
6
7#include "H5File.hpp"
8
9namespace Fiber
10{
11
12void FiberIOHDF5_API
13HDF5Load(RefPtr<Bundle>&Bndl, const std::string&url, const RefPtr<H5File>&theFile,
14 const RefPtr<BundleLoaderProgress>&BLP,
15 const RefPtr<StorageTransformations>&theStorageTransformations
16 );
17
18RefPtr<Loader<Bundle> > FiberIOHDF5_API newHDF5Loader();
19
20} // namespace Fiber
21
22
23#endif // __FIBER_HDF5BUNDLELOADER_HPP
24
Given a fragmented field of curvilinear coordinates, (3D array of coordinates), build a uniform Grid ...
Definition FAQ.dox:2