struct to save all streamlines More...
Public Member Functions | |
Streamlines (float dsep, float dtest, int maxLength) | |
void | resetStreamlines () |
Public Attributes | |
List< Streamline > | streamlines |
float | dsep |
float | dtest |
int | maxLength |
Properties | |
float | Dsep [get, set] |
float | Dtest [get, set] |
int | MaxLength [get, set] |
List< Streamline > | StreamlineList [get, set] |
struct to save all streamlines
Definition at line 69 of file Streamline.cs.
visLU2.Streamlines.Streamlines | ( | float | dsep, |
float | dtest, | ||
int | maxLength | ||
) |
Definition at line 99 of file Streamline.cs.
void visLU2.Streamlines.resetStreamlines | ( | ) |
Definition at line 107 of file Streamline.cs.
float visLU2.Streamlines.dsep |
Definition at line 72 of file Streamline.cs.
float visLU2.Streamlines.dtest |
Definition at line 73 of file Streamline.cs.
Definition at line 74 of file Streamline.cs.
Definition at line 71 of file Streamline.cs.
float visLU2.Streamlines.Dsep [get, set] |
Definition at line 78 of file Streamline.cs.
float visLU2.Streamlines.Dtest [get, set] |
Definition at line 83 of file Streamline.cs.
int visLU2.Streamlines.MaxLength [get, set] |
Definition at line 88 of file Streamline.cs.
List<Streamline> visLU2.Streamlines.StreamlineList [get, set] |
Definition at line 93 of file Streamline.cs.