VisLU Flow 0.1
|
Public Member Functions | |
Streamline (StreamGrid *grid, const vec3 &initialSeed) | |
Constructor. | |
~Streamline (void) | |
Destructor. | |
std::list< vec3 > | getAllSamples (void) |
Gets all sample points of the line. | |
vec3 & | getInitialSeed (void) |
vec3 | getNextSeed (void) |
Removes a seed from the candidate list, checks it against the grid. |
Streamline::Streamline | ( | StreamGrid * | g, |
const vec3 & | s | ||
) |
Constructor.
g | The corresponding grid |
s | The intitial seed point |
std::list< vec3 > Streamline::getAllSamples | ( | void | ) |
Gets all sample points of the line.