#include "FlowData.h"#include <glew.h>#include <GL/glut.h>#include "main.h"Functions | |
| int * | generateSeedPoints () |
| void | renderSeedPoints () |
Variables | |
| int | numSeedPointsX |
| int | numSeedPointsY |
| int | seedPointMode |
| int | plotXMin |
| int | plotXMax |
| int | plotYMin |
| int | plotYMax |
| int | numSeedPoints |
| int* generateSeedPoints | ( | ) |
| void renderSeedPoints | ( | ) |
| int numSeedPoints |
| int numSeedPointsX |
| int numSeedPointsY |
| int plotXMax |
| int plotXMin |
| int plotYMax |
| int plotYMin |
| int seedPointMode |
1.5.4