FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
GDALGlobals.hpp
1
2
3//01 start with template
4
5
6//02 to enable the finit lib for converter
7//fish/fish/fiber/finit -> etc.
8
9
10//03 to enable in vish:
11//fish/pond/digestion/ -> add folder
12
13// to temporary remove loader: delete e.g. fish_fbGDAL in vish/bin
14
15
16#ifndef __FIBERIO_GDALGlobals_HPP
17#define __FIBERIO_GDALGlobals_HPP
18
19#include <field/FiberType.hpp>
20#include <bundle/Slice.hpp>
21
22
23#include <string>
24
25
26#include "fiberGDALloaderDllApi.h"
27
28namespace Fiber
29{
30
36{
37
38// typedef std::list<MemCore::WeakPtr<Fiber::HDF5Binder> >
39// BinderRegistry_t;
40
41// BinderRegistry_t BinderRegistry;
42
43// typedef std::map<std::string, std::string> AttributeNameMap_t;
44// AttributeNameMap_t AttributeNameF5ToFiber;
45// AttributeNameMap_t AttributeNameFiberToF5;
46
47
48
51
52
53
54static GDALGlobals&theGlobals();
55
56};
57
58} // namespace Fiber
59
60#endif // __FIBERIO_H5Globals_HPP
61
62
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 GDALGlobals.hpp:36