#include <Streamline.h>
Public Methods | |
int | GetResolution () |
void | SetResolution (int resolution) |
void | InsertInDSep () |
Inserts streamlimne into dsepgrid. | |
CObList * | GetSamplePoints () |
Returns list of samplepoints representing the streamline. | |
void | Grow (CSamplePoint &startPoint) |
Growing streamline from startpoint in both directions. | |
virtual | ~CStreamline () |
void | SetDSepGrid (CDSepGrid *dSepGrid) |
Sets pointer to dSepGrid. | |
void | CStreamline::SetIntegrator (CIntegrator *integrator) |
Sets pointer to integrator. | |
int | GetSize () |
Returns size of streamline(= number of samplepoints). | |
CStreamline () | |
CStreamline (CDSepGrid *dSepGrid, CIntegrator *integrator) | |
Constructor with pointer to dSepGrid, pointer to integrator. | |
CStreamline (const CStreamline &streamline) | |
Copy-constructor. | |
Static Public Methods | |
int | GetMaxIterations () |
Returns maximum iteration value the streamline can grow. | |
void | SetMaxIterations (int maxIterations) |
Sets maximum iteration value the streamline can grow. | |
Public Attributes | |
int | m_Resolution |
int | m_Size |
A streamline basicly consists of a list of samplepoints which must be traversed in order to draw the streamline to the screen.