#include <windows.h>#include <stdlib.h>#include <io.h>#include <iostream>#include <string.h>#include <glew.h>#include <il.h>#include <math.h>#include <GL/glui.h>#include <GL/glut.h>#include "FlowData.h"#include "FlowGeometry.h"#include "Timer.h"#include "vec3.h"#include "main.h"Functions | |
| void | glutIdle () |
| void | glutDisplay () |
| int | initGL (int argc, char *argv[]) |
| void | glutReshape (int width, int height) |
| void | calculatePositions (int width, int height) |
Variables | |
| GLUI * | glui |
| FlowData * | fData |
| Timer | timer |
| bool | doUpdateWindow |
| int | doRenderArrowPlot |
| int | doRenderScalarColorCoding |
| int | doRenderStreamlinesEuler |
| int | doRenderStreamlinesRungeKutta |
| int | doRenderStreamlinesEvenlySpaced |
| int | doRenderSeedPoints |
| int | doRenderEssl |
| int | windowHeight = 512 |
| int | windowWidth = 768 |
| int | plotXMin |
| int | plotXMax |
| int | plotYMin |
| int | plotYMax |
| int | tfScalarXMin |
| int | tfScalarYMin |
| int | tfVecLengthXMin |
| int | tfVecLengthYMin |
| int | tfWidth |
| int | tfHeight |
| int | slXMin |
| int | slWidth |
| int | slYMin |
| int | slHeight |
| int | renderMode = MODE_INIT |
| void calculatePositions | ( | int | width, | |
| int | height | |||
| ) |
| void glutDisplay | ( | ) |
| void glutIdle | ( | ) |
| void glutReshape | ( | int | width, | |
| int | height | |||
| ) |
| int initGL | ( | int | argc, | |
| char * | argv[] | |||
| ) |
| int doRenderEssl |
| bool doUpdateWindow |
| GLUI* glui |
| int plotXMax |
| int plotXMin |
| int plotYMax |
| int plotYMin |
| int renderMode = MODE_INIT |
| int slHeight |
| int slWidth |
| int slXMin |
| int slYMin |
| int tfHeight |
| int tfScalarXMin |
| int tfScalarYMin |
| int tfVecLengthXMin |
| int tfVecLengthYMin |
| int tfWidth |
| int windowHeight = 512 |
| int windowWidth = 768 |
1.5.4