FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
FSMemArray.hpp
1
2//
3// $Id: FSMemArray.hpp,v 1.1 2004/09/10 14:56:58 werner Exp $
4//
5// $Log: FSMemArray.hpp,v $
6// Revision 1.1 2004/09/10 14:56:58 werner
7// Preliminiary file system support.
8//
9//
11#ifndef __FIBER_FSMEMARRAY_HPP
12#define __FIBER_FSMEMARRAY_HPP "Created 27.02.2001 21:42:27 by werner"
13
14#include "fsAPI.h"
15#include "init.hpp"
16#include <bundle/Bundle.hpp>
17#include <memcore/Persistencer.hpp>
18
19#include "FSsaver.hpp"
20
21namespace Fiber
22{
23
24template <>
26{
27public:
29
30 virtual bool save(const RefPtr<MemArrayBase>&M) = 0;
31};
32
33
34} /* namespace Fiber */
35
36#endif /* __FIBER_FSMEMARRAY_HPP */
37
An iterator with an optional DataCreator, which is just a class to intercept creation of data along a...
Definition CreativeIterator.hpp:34
Definition FSsaver.hpp:25
Abstract class for N-dimensional MultiArrays with MemCore memory management.
Definition MemArrayBase.hpp:37
Given a fragmented field of curvilinear coordinates, (3D array of coordinates), build a uniform Grid ...
Definition FAQ.dox:2