FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
KmlGlobals.hpp
1
9#ifndef __FIBERIO_H5Globals_HPP
10#define __FIBERIO_H5Globals_HPP
11// mingw64/mingw-w64-i686-libkml
12//mingw64/mingw-w64-x86_64-gtest
13
14#include <field/FiberType.hpp>
15#include <bundle/Slice.hpp>
16
17
18#include <string>
19
20
21#include "fiberkmlloaderDllApi.h"
22
23namespace Fiber
24{
25
31{
32
33
34
35 KmlGlobals();
37
38
39
40static KmlGlobals&theGlobals();
41
42};
43
44} // namespace Fiber
45
46#endif // __FIBERIO_H5Globals_HPP
47
48
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 KmlGlobals.hpp:31