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