Streamline Class Reference

#include <Streamline.h>

List of all members.

Public Member Functions

 Streamline (int _id)
 ~Streamline ()
std::list< Point * > * getPointList ()
int getID ()
 Streamline (int _id)
 ~Streamline ()
std::list< Point * > * getPointList ()
int getID ()

Private Attributes

std::list< Point * > * pointList
int id


Constructor & Destructor Documentation

Streamline::Streamline ( int  _id  ) 

Constructs a new streamline

Streamline::~Streamline (  ) 

Destroys the streamline

Streamline::Streamline ( int  _id  ) 

Streamline::~Streamline (  ) 


Member Function Documentation

int Streamline::getID (  ) 

int Streamline::getID (  ) 

std::list<Point*>* Streamline::getPointList (  ) 

std::list< Point * > * Streamline::getPointList (  ) 

Returns the points of the streamline

Returns:
points of the streamline


Member Data Documentation

int Streamline::id [private]

std::list< Point * > * Streamline::pointList [private]

points the streamline


The documentation for this class was generated from the following files:

Generated on Tue Jan 20 23:44:14 2009 for FlowVis by  doxygen 1.5.7.1