Public Member Functions | Public Attributes | Properties

visLU2.Streamline Struct Reference

struct to save all important data for a single streamline More...

List of all members.

Public Member Functions

 Streamline (Vector2 startPosition)
void setStartSeedPointSearchAtIndex (int value)

Public Attributes

Vector2 startPosition
Vector2 endPosition
List< Vector2 > points
int startSeedPointSearchAtIndex
List< float > thickness

Properties

Vector2 StartPos [get, set]
Vector2 EndPos [get, set]
List< Vector2 > Points [get, set]
int StartSeedPointSearchAtIndex [get, set]
List< float > Tickness [get, set]

Detailed Description

struct to save all important data for a single streamline

Definition at line 13 of file Streamline.cs.


Constructor & Destructor Documentation

visLU2.Streamline.Streamline ( Vector2  startPosition )

Definition at line 49 of file Streamline.cs.


Member Function Documentation

void visLU2.Streamline.setStartSeedPointSearchAtIndex ( int  value )

Definition at line 59 of file Streamline.cs.


Member Data Documentation

Definition at line 16 of file Streamline.cs.

List<Vector2> visLU2.Streamline.points

Definition at line 17 of file Streamline.cs.

Definition at line 15 of file Streamline.cs.

Definition at line 18 of file Streamline.cs.

Definition at line 19 of file Streamline.cs.


Property Documentation

Vector2 visLU2.Streamline.EndPos [get, set]

Definition at line 28 of file Streamline.cs.

List<Vector2> visLU2.Streamline.Points [get, set]

Definition at line 33 of file Streamline.cs.

Vector2 visLU2.Streamline.StartPos [get, set]

Definition at line 23 of file Streamline.cs.

int visLU2.Streamline.StartSeedPointSearchAtIndex [get, set]

Definition at line 38 of file Streamline.cs.

List<float> visLU2.Streamline.Tickness [get, set]

Definition at line 43 of file Streamline.cs.


The documentation for this struct was generated from the following file: