#include <StreamlineFinder.h>
Public Methods | |
void | AddStreamlines (CObList *streamlines) |
Adds streamlines in list into queue and updates dsepgrid. | |
CStreamlineQueue * | GetStreamlines () |
CStreamlineFinder (CDSepGrid *dSepGrid, CInterpolator *interpolator, CIntegrator *integrator, CCandidateChooser *chooser) | |
CStreamline * | ApplyESS () |
applies one ESS-step. More... | |
void | AddLine (CPoint3D pos) |
adds one streamline derived from pos to queue. | |
void | Init () |
CStreamlineFinder () | |
virtual | ~CStreamlineFinder () |
|
applies one ESS-step. The ESS(Evenly-Spaced-Streamline)-algorithm is a method to derive streamlines from a vectorfield with a distance 'dSep' from an existing streamline, resulting in a evenly distribution of streamlines over the field |