FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
CreativeArray.hpp
1#ifndef __FIELD_CREATIVE_MULTIARRAY_HPP
2#define __FIELD_CREATIVE_MULTIARRAY_HPP "Created 30.08.2004 12:12:12 by bzfbenge"
3
4#include "FieldAPI.h"
5#include "MemArray.hpp"
6
7namespace Fiber
8{
9
10
24class FIELD_API CreativeArray : public MemCore::Creator<MemBase, CreativeArrayBase>
25{
26public:
28
29
32
33 Creature::ReasonForReleasal release() override;
34
35protected:
36
39};
40
41
42} // namespace Fiber
43
44
45#endif /* __FIELD_CREATIVE_MULTIARRAY_HPP */
A helper class that keeps objects in memory all time.
Definition CreativeArray.hpp:25
An iterator with an optional DataCreator, which is just a class to intercept creation of data along a...
Definition CreativeIterator.hpp:34
static RefPtr< Cache, CacheBase > & MemCache()
Given a fragmented field of curvilinear coordinates, (3D array of coordinates), build a uniform Grid ...
Definition FAQ.dox:2