#include "vec3.h"#include <glew.h>#include <vector>#include <string>


Go to the source code of this file.
Classes | |
| struct | Time_S |
| Simple helper structure holding the data of a single timesteps. More... | |
| class | FlowVisData |
| Class holding the data that is to be visualized. More... | |
Typedefs | |
| typedef std::vector< Time_S > | TimeVec_T |
| Typedef for accessing a vector of all available timesteps (current implementation supports only single Time). | |
Typedefs for data containers used within the data class | |
| typedef std::vector < std::vector< vec3 > > | Grid_T |
| typedef std::vector < std::vector< float > > | DataVec_T |
| typedef std::vector < std::vector< vec3 > > | VelocityVec_T |
| typedef std::vector< GLfloat > | VertexData_T |
| typedef std::vector< GLfloat > | ColorData_T |
| typedef std::vector< GLuint > | IndexData_T |
| typedef std::vector<GLfloat> ColorData_T |
Definition at line 17 of file flowvis_data.h.
| typedef std::vector<std::vector<float> > DataVec_T |
Definition at line 14 of file flowvis_data.h.
Definition at line 13 of file flowvis_data.h.
| typedef std::vector<GLuint> IndexData_T |
Definition at line 18 of file flowvis_data.h.
Typedef for accessing a vector of all available timesteps (current implementation supports only single Time).
Definition at line 32 of file flowvis_data.h.
| typedef std::vector<std::vector<vec3> > VelocityVec_T |
Definition at line 15 of file flowvis_data.h.
| typedef std::vector<GLfloat> VertexData_T |
Definition at line 16 of file flowvis_data.h.
1.5.6