Class that contains the data for a single streamline. More...
#include <streamline.h>
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)? |
Class that contains the data for a single streamline.
Streamline::Streamline | ( | int | noPoints, | |
bool | usesThickness | |||
) |
Streamline constructor.
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. |
vector<cml::vector2f> Streamline::points |
List of points for the streamline.
vector<float> Streamline::thicknessData |
List of thickness values for the points on the streamline.
Do we use the thickness (does thicknessData have reasonable data)?