FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
tiff/TiffGlobals.hpp
1
10#ifndef __FIBERIO_H5Globals_HPP
11#define __FIBERIO_H5Globals_HPP
12
13#include <field/FiberType.hpp>
14#include <bundle/Slice.hpp>
15
16
17#include <string>
18
19
20#include "fibertiffloaderDllApi.h"
21
22namespace Fiber
23{
24struct fibertiffloader_API TiffGlobals
25{
26 TiffGlobals();
27 ~TiffGlobals();
28
29static TiffGlobals&theGlobals();
30};
31
32} // namespace Fiber
33
34#endif // __FIBERIO_H5Globals_HPP
35
36
Given a fragmented field of curvilinear coordinates, (3D array of coordinates), build a uniform Grid ...
Definition FAQ.dox:2