#include <QWidget>#include <QPainter>#include <QMouseEvent>#include <QPoint>#include <QKeyEvent>#include "globals.h"#include "vector.h"#include <QQueue>#include "grid.h"Typedefs | |
| typedef QVector< Vector > | StreamLine |
|
|
This class calculates and displays the streamlines. It also offers methods for zooming and panning. |
1.4.6-NO