#include <VisLines.h>
Inheritance diagram for VisLines:
Public Member Functions | |
VisLines (FlowData *aFlowData) | |
VisLines (Visualization *aPrevVisualization) | |
void | paint () |
Protected Member Functions | |
void | calculateArrowData () |
void | paramChanged (ColorType aType) |
VisLines::VisLines | ( | FlowData * | aFlowData | ) |
constructor for new object
aFlowData | the flow data to use |
VisLines::VisLines | ( | Visualization * | aPrevVisualization | ) |
constructor for change of implementation
aPrevVisualization | the visualization from which precomputed values shall be kept |
void VisLines::calculateArrowData | ( | ) | [protected] |
recalculates position and intensities of arrows
void VisLines::paint | ( | ) | [virtual] |
draws the scene
Implements Visualization.
void VisLines::paramChanged | ( | ColorType | aType | ) | [protected, virtual] |
recalculates image if parameter changed
aType | type modified |
Reimplemented from Visualization.