#include <GL/glew.h>#include <GL/freeglut.h>#include <algorithm>#include <cmath>#include <list>#include "../common.h"#include "scalar_view.h"Defines | |
| #define | GL_BUFFER_OFFSET(i) ((char *)NULL + (i)) |
| #define | MIN_CONT_STEP 1.0E-4 |
| A minimal step of a contour. | |
| #define | CONT_CHANGE 1.0E-2 |
| A change of a contour in GUI. | |
| #define | D3DV_SCALE_STEP_COEF 1.1 |
| A scale coefficient for changing contours and scaling along the Y-axis using keyboard. | |
| #define CONT_CHANGE 1.0E-2 |
A change of a contour in GUI.
| #define D3DV_SCALE_STEP_COEF 1.1 |
A scale coefficient for changing contours and scaling along the Y-axis using keyboard.
| #define GL_BUFFER_OFFSET | ( | i | ) | ((char *)NULL + (i)) |
| #define MIN_CONT_STEP 1.0E-4 |
A minimal step of a contour.
1.6.3