flowvis_data.h File Reference

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

Include dependency graph for flowvis_data.h:

This graph shows which files directly or indirectly include this file:

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_STimeVec_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 Documentation

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.

typedef std::vector<std::vector<vec3> > Grid_T

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 std::vector<Time_S> TimeVec_T

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.


Generated on Wed Jan 21 16:22:23 2009 for FlowVis by  doxygen 1.5.6