List of all members.
Public Types |
| enum | Arrow { A_STANDARD,
A_VELOCITY
} |
| enum | StreamlineDrawMode { SLD_STANDARD,
SLD_TAPPERING,
SLD_GLYPHS,
SLD_TEXTURE
} |
| enum | StreamlineIntMode { SLI_EULER,
SLI_RK2,
SLI_RK4,
SLI_FELLBERG
} |
Static Public Attributes |
|
static int | numChannels = 0 |
|
static bool | plotB = true |
|
static bool | plotA = true |
|
static bool | plotS = true |
|
static int | actTS = 0 |
|
static int | actCH = 1 |
|
static int | numTimeSteps = 1 |
|
static float | b_opacity = 1.0f |
|
static Arrow | a_mode = States::A_VELOCITY |
|
static float | a_dist = 0.05f |
|
static float | a_size = 0.4f |
|
static float | a_opacity = 1.0f |
|
static StreamlineDrawMode | streamlinedrawmode = States::SLD_STANDARD |
|
static StreamlineIntMode | streamlineintmode = States::SLI_EULER |
|
static float | sl_stepsize = 0.05f |
|
static float | sl_numsteps = 500.0f |
|
static float | sl_dsep = 0.05 |
|
static float | sl_dtest = 0.5 |
|
static float | sl_thick = 0.01 |
|
static float | sl_opacity = 1.0f |
|
static bool | scatterplot = false |
The documentation for this class was generated from the following files:
- C:/Users/Michael/Documents/Visual Studio 2008/Projects/FlowVisFrame - Kopie/FlowVisFrame/States.h
- C:/Users/Michael/Documents/Visual Studio 2008/Projects/FlowVisFrame - Kopie/FlowVisFrame/States.cpp