#include <RungeKuttaStreamlines.h>
Public Member Functions | |
virtual void | calculate (float links, float rechts, float oben, float unten) |
void | render (float links, float rechts, float oben, float unten) |
Static Public Member Functions | |
static RungeKuttaStreamlines * | getInstance () |
RungeKuttaStreamlines * RungeKuttaStreamlines::getInstance | ( | ) | [static] |
Returns an instance of the RungeKuttaStreamlines.
Reimplemented from EulerStreamlines.
void RungeKuttaStreamlines::calculate | ( | float | links, | |
float | rechts, | |||
float | oben, | |||
float | unten | |||
) | [virtual] |
Calculates the streamlines
Reimplemented from EulerStreamlines.
void RungeKuttaStreamlines::render | ( | float | links, | |
float | rechts, | |||
float | oben, | |||
float | unten | |||
) |
Renders the streamlines
Reimplemented from EulerStreamlines.