|
VAPOR3 3.9.4
|
Go to the source code of this file.
Enumerations | |
| enum | VariableFlags { SCALAR = (1u << 0) , VECTOR = (1u << 1) , COLOR = (1u << 2) , AUXILIARY = (1u << 3) , HEIGHT = (1u << 4) } |
| enum | DimFlags { TWOD = (1u << 0) , TWODXY = (1u << 1) , TWODXZ = (1u << 2) , TWODYZ = (1u << 3) , THREED = (1u << 4) } |
| enum | GeometryFlags { PLANAR = (1u << 0) , RAKE_HACK = (1u << 1) } |
| enum DimFlags |
| enum GeometryFlags |
| enum VariableFlags |
Bit masks to indicate what type of variables are to be supported by a particular VariablesWidget instance. These flags correspond to variable names returned by methods:
SCALAR : RenderParams::GetVariableName() VECTOR : RenderParams::GetFieldVariableNames() HGT : RenderParams::GetHeightVariableName() COLOR : RenderParams::GetColorMapVariableNames()
| Enumerator | |
|---|---|
| SCALAR | |
| VECTOR | |
| COLOR | |
| AUXILIARY | |
| HEIGHT | |