#include <Streamline.h>
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 |
Streamline::Streamline | ( | int | _id | ) |
Constructs a new streamline
Streamline::~Streamline | ( | ) |
Destroys the streamline
Streamline::Streamline | ( | int | _id | ) |
Streamline::~Streamline | ( | ) |
int Streamline::getID | ( | ) |
int Streamline::getID | ( | ) |
std::list<Point*>* Streamline::getPointList | ( | ) |
std::list< Point * > * Streamline::getPointList | ( | ) |
Returns the points of the streamline
int Streamline::id [private] |
std::list< Point * > * Streamline::pointList [private] |
points the streamline