FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
FieldAttributeNames.hpp
1#ifndef __FIBER_FIELD_FIELDATTRIBUTES_HPP
2#define __FIBER_FIELD_FIELDATTRIBUTES_HPP
3
4namespace Fiber
5{
6
7namespace AttributeNames
8{
9
10namespace Field
11{
12
13constexpr const char
14 *OriginalType = "OriginalType",
15 *Dictionary = "Dictionary",
16 *FieldRange = "Range",
17 *Average = "Average",
18 *Deviation = "Deviation",
19 *Histogram = "Histogram";
20}
21
22
23}
24
25}
26
27#endif // __FIBER_FIELD_FIELDATTRIBUTES_HPP
Given a fragmented field of curvilinear coordinates, (3D array of coordinates), build a uniform Grid ...
Definition FAQ.dox:2