1#ifndef __FIBER_HDF5VLENCREATOR_HPP
2#define __FIBER_HDF5VLENCREATOR_HPP
5#include <F5/F5private.h>
6#include <field/MemArray.hpp>
7#include <field/CreativeArray.hpp>
8#include "TypeRegistry.hpp"
10#include <memcore/Loader.hpp>
51 bool request(
const result&R)
override
53#warning "Asynchroneous VLen Creator not implemented!"
58 bool isUnderCreation()
const override
63 bool discardCreation()
override
101 bool request(
const result&R)
override
103#warning "Asynch HDF5 String Creator not implemented"
108 bool isUnderCreation()
const override
113 bool discardCreation()
override
118 const type_info&getType();
119 RefPtr<MemBase> produce()
override;
120 Creature::ReasonForReleasal
release();
121 bool load(vector<string> &data);
An iterator with an optional DataCreator, which is just a class to intercept creation of data along a...
Definition CreativeIterator.hpp:34
Deferred creation of MemBase objects that contain vectors of data per element from an HDF5 file.
Definition HDF5VLenCreator.hpp:20
string path_info
Some textual information about this dataset, to be displayed in a progress/status bar if part of a GU...
Definition HDF5VLenCreator.hpp:29
Deferred creation of MemBase objects that contain vectors of data per element from an HDF5 file.
Definition HDF5VLenCreator.hpp:75
string path_info
Some textual information about this dataset, to be displayed in a progress/status bar if part of a GU...
Definition HDF5VLenCreator.hpp:84
Creature::ReasonForReleasal release()
Implemented from Creature::release() : Free all memory associated with the object.
Definition HDF5VLenCreator.cpp:215
static RefPtr< Cache, CacheBase > & MemCache()
RefPtr< Domain > create(bool CreateAsOld=false)
Given a fragmented field of curvilinear coordinates, (3D array of coordinates), build a uniform Grid ...
Definition FAQ.dox:2