VAPOR3
3.9.4
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
Variables
Typedefs
Enumerations
Enumerator
a
f
g
m
n
o
p
s
t
v
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
~
Variables
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
Enumerations
a
c
d
e
f
g
h
l
m
o
p
r
s
t
v
x
Enumerator
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Related Functions
_
c
d
f
o
p
r
s
t
v
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
y
Functions
_
c
d
h
m
o
p
r
u
v
Variables
Typedefs
Enumerations
Enumerator
a
c
h
p
r
s
t
u
v
Macros
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
y
apps
vaporgui
Flags.h
Go to the documentation of this file.
1
#ifndef FLAGS_H
2
#define FLAGS_H
3
13
14
enum
VariableFlags
{
15
SCALAR
= (1u << 0),
16
VECTOR
= (1u << 1),
17
COLOR
= (1u << 2),
18
AUXILIARY
= (1u << 3),
19
HEIGHT
= (1u << 4),
20
};
21
24
//
25
enum
DimFlags
{
26
TWOD
= (1u << 0),
27
TWODXY
= (1u << 1),
28
TWODXZ
= (1u << 2),
29
TWODYZ
= (1u << 3),
30
THREED
= (1u << 4),
31
};
32
35
enum
GeometryFlags
{
36
PLANAR
= (1u << 0),
37
RAKE_HACK
= (1u << 1),
38
};
39
40
#endif
DimFlags
DimFlags
Definition:
Flags.h:25
TWODYZ
@ TWODYZ
Definition:
Flags.h:29
TWOD
@ TWOD
Definition:
Flags.h:26
TWODXZ
@ TWODXZ
Definition:
Flags.h:28
TWODXY
@ TWODXY
Definition:
Flags.h:27
THREED
@ THREED
Definition:
Flags.h:30
GeometryFlags
GeometryFlags
Definition:
Flags.h:35
PLANAR
@ PLANAR
Definition:
Flags.h:36
RAKE_HACK
@ RAKE_HACK
Definition:
Flags.h:37
VariableFlags
VariableFlags
Definition:
Flags.h:14
VECTOR
@ VECTOR
Definition:
Flags.h:16
HEIGHT
@ HEIGHT
Definition:
Flags.h:19
COLOR
@ COLOR
Definition:
Flags.h:17
SCALAR
@ SCALAR
Definition:
Flags.h:15
AUXILIARY
@ AUXILIARY
Definition:
Flags.h:18
Generated by
1.9.6