VisLU Flow 0.1
Public Member Functions

Streamline Class Reference

List of all members.

Public Member Functions

 Streamline (StreamGrid *grid, const vec3 &initialSeed)
 Constructor.
 ~Streamline (void)
 Destructor.
std::list< vec3getAllSamples (void)
 Gets all sample points of the line.
vec3getInitialSeed (void)
vec3 getNextSeed (void)
 Removes a seed from the candidate list, checks it against the grid.

Constructor & Destructor Documentation

Streamline::Streamline ( StreamGrid g,
const vec3 s 
)

Constructor.

Parameters:
gThe corresponding grid
sThe intitial seed point

Member Function Documentation

std::list< vec3 > Streamline::getAllSamples ( void  )

Gets all sample points of the line.

Returns:
List of samples

The documentation for this class was generated from the following files:
 All Classes Functions Variables