FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
fs/init.hpp
1
2//
3// $Id: init.hpp,v 1.1 2004/09/10 14:56:58 werner Exp $
4//
5// $Log: init.hpp,v $
6// Revision 1.1 2004/09/10 14:56:58 werner
7// Preliminiary file system support.
8//
9//
11#ifndef __FIBER_FSBUNDLEINIT_HPP
12#define __FIBER_FSBUNDLEINIT_HPP "Created 27.02.2001 21:42:27 by werner"
13
14#include "fsAPI.h"
15
16namespace Fiber
17{
18
20{
21static bool initialized;
22static bool init();
23};
24
25} /* namespace Fiber */
26
27#endif /* __FIBER_FSBUNDLEINIT_HPP */
28
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 fs/init.hpp:20