1#ifndef __FIBER_BUNDLE_BINDER_HPP
2#define __FIBER_BUNDLE_BINDER_HPP
6#include <memcore/Interface.hpp>
7#include <memcore/Loader.hpp>
9#include <fiber/field/MemBase.hpp>
10#include <fiber/field/BinderBase.hpp>
15class BUNDLE_API Bundle;
48 Binder(
const std::string&url);
Base class to allow binding a Fiber Bundle data structure to some storage device, similar to swapping...
Definition BinderBase.hpp:17
Base class to allow binding a Fiber Bundle data structure to some storage device, similar to swapping...
Definition Binder.hpp:24
virtual bool save(const Bundle &theBundle, const MemCore::RefPtr< MemBase > &TheTriggerItem, const MemCore::Intercube &Hierarchy, const RefPtr< MemCore::LoaderProgress > &SaveProgress)=0
The main entity holding all information.
Definition Bundle.hpp:173
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
Parameters for file binding.
Definition Binder.hpp:31
bool AppendFile
Append new data to the file or create a new one.
Definition Binder.hpp:35