#include <VisSelectStreamline.h>
Public Member Functions | |
| SelectStreamline (PlotStreamlines &plotStream, const V3f &startPoint, float w, float o, V3f &col) | |
| ~SelectStreamline () | |
| void | render () |
| Vis::SelectStreamline::SelectStreamline | ( | PlotStreamlines & | plotStream, | |
| const V3f & | startPoint, | |||
| float | w, | |||
| float | o, | |||
| V3f & | col | |||
| ) |
ctor.
| plotStream | the current plot settings object | |
| startPoint | the coordinates where to start integration | |
| w | the width for the line | |
| o | the opacity for the line | |
| col | the color for the line |
| Vis::SelectStreamline::~SelectStreamline | ( | ) |
dtor.
| void Vis::SelectStreamline::render | ( | ) |
renders the streamline
1.5.7.1