#include <VisStreamline.h>
Public Member Functions | |
| Streamline (PlotStreamlines &plotStream, const V3f &startPoint) | |
| ~Streamline () | |
| bool | getNextSeedpoint (V3f &seedpoint) |
| void | render () |
| void | processTapering () |
| Vis::Streamline::Streamline | ( | PlotStreamlines & | plotStream, | |
| const V3f & | startPoint | |||
| ) |
ctor.
| plotStream | Reference to stream plotting object. | |
| startPoint | start point of the interpolation. |
| Vis::Streamline::~Streamline | ( | ) |
dtor.
| bool Vis::Streamline::getNextSeedpoint | ( | V3f & | seedpoint | ) |
Returns the next valid seedpoint.
| seedpoint | Reference where the next valid seedpoint is stored. |
| void Vis::Streamline::processTapering | ( | ) |
Preprocess the tapering of streamlines.
| void Vis::Streamline::render | ( | ) |
Render the streamline.
1.5.7.1