C:/Projekte/C++/FlowVIS_107/src/common.h File Reference

#include "compiler_options.h"
#include <glew/glew.h>
#include <math.h>
#include <iostream>
#include <string>
#include "vec3.h"

Include dependency graph for common.h:

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

Go to the source code of this file.

Classes

struct  OrthoViewT
 nk - adt for data view / used at pan/zoom More...

Defines

#define PI   3.14159f
#define GLYPHSIZE   16
#define max_channels   16
#define EULER   0
#define RUNGE_KUTTA2   1

Enumerations

enum  DimensionT { X = 0, Y, Z, DIMCOUNT }
 nk - X/Y/Z Axis More...
enum  ScalarDataT { NONE = 0, ORIGINAL = 1, NORMALIZED = 2 }
 nk - scalar data type More...

Variables

const int MAX_SLIDER_VALUE = 100
 maximum slider value for dsep/dtest


Define Documentation

#define EULER   0

Definition at line 20 of file common.h.

Referenced by StreamLine::reset(), and OpenGLWidget::setEuler().

#define GLYPHSIZE   16

Definition at line 15 of file common.h.

#define max_channels   16

Definition at line 16 of file common.h.

Referenced by FlowData::createChannel(), FlowData::FlowData(), FlowData::getIsScalar(), OpenGLWidget::setFlowData(), and FlowData::~FlowData().

#define PI   3.14159f

Definition at line 11 of file common.h.

#define RUNGE_KUTTA2   1

Definition at line 21 of file common.h.

Referenced by OpenGLWidget::setRungeKutta().


Enumeration Type Documentation

enum DimensionT

nk - X/Y/Z Axis

Enumerator:
X 
Y 
Z 
DIMCOUNT 

Definition at line 28 of file common.h.

enum ScalarDataT

nk - scalar data type

Enumerator:
NONE 
ORIGINAL 
NORMALIZED 

Definition at line 31 of file common.h.


Variable Documentation

const int MAX_SLIDER_VALUE = 100

maximum slider value for dsep/dtest

Definition at line 25 of file common.h.

Referenced by Navigation::Navigation(), OpenGLWidget::setDSep(), and OpenGLWidget::setDTest().


Generated on Mon Jan 21 14:50:15 2008 for VisLU by  doxygen 1.5.4