FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
SaveItem.hpp
1#ifndef __FIBER_FIELD_SAVEITEM_HPP
2#define __FIBER_FIELD_SAVEITEM_HPP
3
4#include <memcore/Interface.hpp>
5
6#include "CreativeArrayBase.hpp"
7
8namespace Fiber
9{
10
19template <class ItemType>
20class SaveItem : public MemCore::Interface<ItemType>
21{
22public:
23 ItemType myItem;
24
26 : myItem(theItem)
27 {}
28};
29
30
33
35
36
37} // namespace Fiber
38
39
40#endif // __FIBER_FIELD_SAVEITEM_HPP
An iterator with an optional DataCreator, which is just a class to intercept creation of data along a...
Definition CreativeIterator.hpp:34
An interface object to signal a processOwner() function that some data item should be saved.
Definition SaveItem.hpp:21
Given a fragmented field of curvilinear coordinates, (3D array of coordinates), build a uniform Grid ...
Definition FAQ.dox:2