1#ifndef __FIBERIO_HDF5_SAVE_FRAGMENTS_HPP
2#define __FIBERIO_HDF5_SAVE_FRAGMENTS_HPP
7#include <fiber/field/FragmentID.hpp>
8#include <fiber/field/TypedArray.hpp>
9#include <fiber/grid/SkeletonID.hpp>
10#include <fiber/grid/Grid.hpp>
73 bool CheckZeros =
false;
74 size_t max_str_len = 0;
75 size_t nFragments = 0;
86 size_t NumberOfFragments()
const
97 [[deprecated(
"use createFragmentNames() instead")]]
An iterator with an optional DataCreator, which is just a class to intercept creation of data along a...
Definition CreativeIterator.hpp:34
A class describing an n-dimensional space at runtime.
Definition field/DynamicSize.hpp:29
Definition FragmentIO.hpp:72
A collection of fragment identifiers with bijective mapping to an integer fragment number.
Definition FragmentIDCollection.hpp:19
Identifier for Skeletons within a Grid.
Definition SkeletonID.hpp:24
A Skeleton is a set of Representation object, each of them accessed by an Representer object.
Definition Skeleton.hpp:102
An intermediate class that allows to operate on the pure type information of some memory array.
Definition TypedArray.hpp:58
Given a fragmented field of curvilinear coordinates, (3D array of coordinates), build a uniform Grid ...
Definition FAQ.dox:2
Definition FragmentIO.hpp:24