#include "LayerStreamlines.h"#include <QPainter>#include <QPainterPath>#include <QPen>#include <math.h>#include <time.h>#include "ui_StreamlinesLayer.h"#include "TimeCounter.h"Defines | |
| #define | EULER_INTEGRATION 0x1 |
| #define | RUNGE_KUTTA_INTEGRATION 0x2 |
| #define EULER_INTEGRATION 0x1 |
| #define RUNGE_KUTTA_INTEGRATION 0x2 |
1.5.8