Streamline Class Reference

Class that contains the data for a single streamline. More...

#include <streamline.h>

List of all members.

Public Member Functions

 Streamline (int noPoints, bool usesThickness)
 Streamline constructor.

Public Attributes

vector< cml::vector2f > points
 List of points for the streamline.
vector< float > thicknessData
 List of thickness values for the points on the streamline.
bool usesThickness
 Do we use the thickness (does thicknessData have reasonable data)?

Detailed Description

Class that contains the data for a single streamline.


Constructor & Destructor Documentation

Streamline::Streamline ( int  noPoints,
bool  usesThickness 
)

Streamline constructor.

Parameters:
noPoint Hint that the streamline class uses to reserve space.
usesThickness Will we or will we not be using the thicknessData part of the class.

Member Data Documentation

vector<cml::vector2f> Streamline::points

List of points for the streamline.

List of thickness values for the points on the streamline.

Do we use the thickness (does thicknessData have reasonable data)?


The documentation for this class was generated from the following files:

Generated on Wed Jan 20 17:20:25 2010 for FlowVis by  doxygen 1.6.1