FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
LasGlobals.hpp
1
2#ifndef __FIBERIO_H5Globals_HPP
3#define __FIBERIO_H5Globals_HPP
4
5#include <field/FiberType.hpp>
6#include <bundle/Slice.hpp>
7
8
9#include <string>
10
11
12#include "fiberlasloaderDllApi.h"
13
14namespace Fiber
15{
16
22{
23
24 LasGlobals();
26
27
28static LasGlobals&theGlobals();
29
30};
31
32} // namespace Fiber
33
34#endif // __FIBERIO_H5Globals_HPP
35
36
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
A data structure to bundle all global static variables into one object with precisely defined constru...
Definition LasGlobals.hpp:22