FlowVis.Streamlines.Streamline Class Reference

Contains all points of a streamline. Points are stored as normalized points. More...

List of all members.

Public Member Functions

 Streamline ()
 Constructor creates new empty streamline without any points.
bool Contains (Point p)
 Returns true if the streamline contains the sample point.
Point GetFirstPoint ()
 Returns the first point of the streamline.
void AddPoint (Point point, bool front)
 Adds a new point to the streamline. Points can be added at front or at last of the existing streamline.
System.Collections.IEnumerator GetEnumerator ()
 Gets the enumerator for the collection of points. This allows traversing the points with a foreach-loop.

Properties

int Count [get]
 Number of points in this streamline.


Detailed Description

Contains all points of a streamline. Points are stored as normalized points.


Constructor & Destructor Documentation

FlowVis.Streamlines.Streamline.Streamline (  ) 

Constructor creates new empty streamline without any points.


Member Function Documentation

bool FlowVis.Streamlines.Streamline.Contains ( Point  p  ) 

Returns true if the streamline contains the sample point.

Parameters:
p point to be searched for in the streamline
Returns:
true if the streamline contains the point

Point FlowVis.Streamlines.Streamline.GetFirstPoint (  ) 

Returns the first point of the streamline.

Returns:
first point of the streamline

void FlowVis.Streamlines.Streamline.AddPoint ( Point  point,
bool  front 
)

Adds a new point to the streamline. Points can be added at front or at last of the existing streamline.

Parameters:
point new point
front was the point generated with forward integration or with backward integration

System.Collections.IEnumerator FlowVis.Streamlines.Streamline.GetEnumerator (  ) 

Gets the enumerator for the collection of points. This allows traversing the points with a foreach-loop.

Returns:


Property Documentation

int FlowVis.Streamlines.Streamline.Count [get]

Number of points in this streamline.


The documentation for this class was generated from the following file:
Generated on Mon Jan 21 16:09:36 2008 for FlowVis by  doxygen 1.5.1-p1