#include <RenderMode.h>
Public Methods | |
CRenderMode () | |
virtual | ~CRenderMode () |
bool | Background () |
bool | Glyphs () |
bool | StreamLines () |
bool | ScatterPlot () |
bool | ScatterPlotInvert () |
bool | CoordinateSystem () |
void | Background (bool value) |
void | Glyphs (bool value) |
void | StreamLines (bool value) |
void | ScatterPlot (bool value) |
void | CoordinateSystem (bool value) |
void | ScatterPlotInvert (bool value) |
float | StreamLine_Dseperate () |
void | StreamLine_Dseperate (float fSet) |
float | GetSL_Dseperate () |
void | SetSL_Dseperate (float fSet) |
float | GetSL_DtestPercent () |
void | SetSL_DtestPercent (float fSet) |
bool | SL_IsEavenlySpacedEnabled () |
void | SL_SetEavenlySpacedEnabled (bool bSet) |
void | ClearColor (byte r, byte g, byte b) |
colorRGBA | ClearColor () |
Public Attributes | |
bool | normalizeGlyphs |
GLint | streamlineinterpolationorder |
int | refinement |
float | refinementSteps |
CColorCoding * | backgroundColorCoding |
colorRGBA | m_ClearColor |
float | glyphLength |
int | backgroundmode |
int | glyphmode |
bool | enableDynamicRedefine |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|