1#ifndef __FIBER_FIBERIO_HDF5_FRAGMENTLOADER_HPP
2#define __FIBER_FIBERIO_HDF5_FRAGMENTLOADER_HPP
4#include <fiber/grid/Skeleton.hpp>
5#include <memcore/Loader.hpp>
8#include <fiber/bundle/StorageTransformations.hpp>
9#include "H++/H5FileAccess.hpp"
10#include "H++/H5Group.hpp"
12#include "PrecisionTransformation.hpp"
13#include "LoadGrid.hpp"
40 hid_t type_class_id = -1;
85 int NumberOfFields = 0, CurrentFieldNumber = 0;
99 int NumberOfFields,
int CurrentFieldNumber);
136 size_t NumberOfFragments = 1;
137 size_t CurrentFragment = 0;
161 LP->progress(
"Loading uniform fragment " + path_info +
"[" +
fragmentname +
"]",
162 CurrentFragment, NumberOfFragments);
_Expr< _ValFunClos< _ValArray, _Tp >, _Tp > apply(_Tp __func(_Tp)) const
An iterator with an optional DataCreator, which is just a class to intercept creation of data along a...
Definition CreativeIterator.hpp:34
Definition LoadFragment.hpp:27
bool loadViaFragmentCache(const RefPtr< H5Group > &)
Definition FragmentCache.cpp:51
Definition LoadGrid.hpp:18
Given a fragmented field of curvilinear coordinates, (3D array of coordinates), build a uniform Grid ...
Definition FAQ.dox:2
Definition LoadFragment.hpp:82
bool loadAllFragments(F5Path *field)
Definition LoadFragment.cpp:521
Definition HDF5Saver.hpp:34