FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
ShapefileGlobals.hpp
1
2
3
4#ifndef __FIBERIO_H5Globals_HPP
5#define __FIBERIO_H5Globals_HPP
6
7#include <field/FiberType.hpp>
8#include <bundle/Slice.hpp>
9
10
11#include <string>
12
13
14#include "fibershapefileloaderDllApi.h"
15
16namespace Fiber
17{
18
24{
25
26// typedef std::list<MemCore::WeakPtr<Fiber::HDF5Binder> >
27// BinderRegistry_t;
28
29// BinderRegistry_t BinderRegistry;
30
31// typedef std::map<std::string, std::string> AttributeNameMap_t;
32// AttributeNameMap_t AttributeNameF5ToFiber;
33// AttributeNameMap_t AttributeNameFiberToF5;
34
35
36
39
40
41
42static ShapefileGlobals&theGlobals();
43
44};
45
46} // namespace Fiber
47
48#endif // __FIBERIO_H5Globals_HPP
49
50
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 ShapefileGlobals.hpp:24