FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
HDF5SeparatedCompoundCreator.hpp
1#if 0
2
3#ifndef __FIBER_HDF5SEPARATEDCOMPOUNDCREATOR_HPP
4#define __FIBER_HDF5SEPARATEDCOMPOUNDCREATOR_HPP
5
6#include "HDF5CreatorBase.hpp"
7
8namespace Fiber
9{
10
14class HDF5SeparatedCompoundCreator : public HDF5CreatorBase
15{
16public:
20 HDF5SeparatedCompoundCreator(const RefPtr<LoaderProgress>&BLP,
21 const RefPtr<FiberTypeBase>&MyFiberType,
22 const RefPtr<H5Group>&fieldGroup,
23 const WeakPtr<Cache>&theCache = MemCore::Cache::MemCache() );
24
25 ~HDF5SeparatedCompoundCreator();
26
27 HDF5CreatorBase::DataPtr_t load_data() override;
28};
29
30
31} // namespace Fiber
32
33
34#endif // __FIBER_HDF5SEPARATEDCOMPOUNDCREATOR_HPP
35
36#endif
37#error no!
static RefPtr< Cache, CacheBase > & MemCache()
Given a fragmented field of curvilinear coordinates, (3D array of coordinates), build a uniform Grid ...
Definition FAQ.dox:2