Main Page   Class Hierarchy   Compound List   File List   Compound Members  

CStreamline Class Reference

A class representing a streamline in the field. More...

#include <Streamline.h>

List of all members.

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


Detailed Description

A class representing a streamline in the field.

A streamline basicly consists of a list of samplepoints which must be traversed in order to draw the streamline to the screen.


The documentation for this class was generated from the following files:
Generated on Fri Aug 9 10:12:40 2002 by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002