Flow Visualization 1.0
|
Central class for rendering outputs. More...
#include <FlowRenderer.h>
Public Slots | |
void | updateArrowTexture () |
void | updateStreamlinesTexture () |
void | render () |
void | setColorCoding (int i) |
void | setShowArrows (bool b) |
void | setShowStreamlines (bool b) |
void | setStreamlinesMode (int i) |
void | setDsep (double f) |
void | setDtest (double f) |
void | setDstep (double f) |
void | setUseTapering (bool b) |
void | setStreamlineWidth (int i) |
void | setRenderSize (int w, int h) |
void | setStreamlineTexturingMode (int i) |
void | setStreamlineTexturingPeriodLength (int i) |
void | setUseGlyphs (bool b) |
Signals | |
void | DsepChanged (double f) |
void | DtestChanged (double f) |
void | DstepChanged (double f) |
void | UseTaperingChanged (bool b) |
void | UseGlyphsChanged (bool b) |
void | StreamlineWidthChanged (int i) |
void | StreamlineTexturingModeChanged (int i) |
void | StreamlineTexturingPeriodLengthChanged (int i) |
Static Public Member Functions | |
static FlowRenderer * | instance () |
Central class for rendering outputs.