FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
imgseq/init.hpp
1#ifndef __FIBER_IMGSEQBUNDLEINIT_HPP
2#define __FIBER_IMGSEQBUNDLEINIT_HPP "Created 27.02.2001 21:42:27 by werner"
3
4#include "FiberIOImageSequenceDllAPI.h"
5
6namespace Fiber
7{
8
10{
11//static bool initialized;
12//static bool init();
13
14static bool ImageSequenceAddLoader();
15
16};
17
18
19} /* namespace Fiber */
20
21#endif /* __FIBER_IMGSEQBUNDLEINIT_HPP */
An iterator with an optional DataCreator, which is just a class to intercept creation of data along a...
Definition CreativeIterator.hpp:34
Given a fragmented field of curvilinear coordinates, (3D array of coordinates), build a uniform Grid ...
Definition FAQ.dox:2
Definition imgseq/init.hpp:10