#include "Map.h"#include "TreeManager.h"#include <windows.h>#include <gl/gl.h>#include <gl/glu.h>Include dependency graph for argl.h:

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

Classes | |
| class | Argl |
| Argl is the main class and contains the GUI and main program logic. More... | |
| struct | Argl::Color |
| class | Argl::ColorMap< Key > |
| ColorMap is an extended Map using Color as value and allowing linear interpolation between two neighboring keys. More... | |
| class | Argl::ControlDialog |
| ControlDialog displays a popup window controlling refinement and rendering parameters. More... | |
| class | Argl::ColorControl |
| ColorControl encapsulates a Windows control, allowing color definition visualization and interactive modification. More... | |
Defines | |
| #define | IDR_MENU 101 |
| #define | IDD_CONTROL 101 |
| #define | IDC_STEPS 101 |
| #define | IDC_STEPSTEXT 102 |
| #define | IDC_TIME 103 |
| #define | IDC_TIMETEXT 104 |
| #define | IDC_SLOPE 105 |
| #define | IDC_SLOPETEXT 106 |
| #define | IDC_FISHEYE 107 |
| #define | IDC_FISHEYETEXT 108 |
| #define | IDC_COLORS 109 |
| #define | IDC_PLACEMENT 110 |
| #define | IDC_ORTHOGRAPHIC 111 |
| #define | IDC_PERSPECTIVE 112 |
| #define | ID_OPEN 101 |
| #define | ID_STYLE 102 |
| #define | ID_EXIT 103 |
| #define | CCN_UPDATE (0x0000) |
| #define | CCM_REDRAW (WM_USER + 0x00000000) |
| #define CCM_REDRAW (WM_USER + 0x00000000) |
| #define CCN_UPDATE (0x0000) |
| #define ID_EXIT 103 |
| #define ID_OPEN 101 |
| #define ID_STYLE 102 |
| #define IDC_COLORS 109 |
| #define IDC_FISHEYE 107 |
| #define IDC_FISHEYETEXT 108 |
| #define IDC_ORTHOGRAPHIC 111 |
| #define IDC_PERSPECTIVE 112 |
| #define IDC_PLACEMENT 110 |
| #define IDC_SLOPE 105 |
| #define IDC_SLOPETEXT 106 |
| #define IDC_STEPS 101 |
| #define IDC_STEPSTEXT 102 |
| #define IDC_TIME 103 |
| #define IDC_TIMETEXT 104 |
| #define IDD_CONTROL 101 |
| #define IDR_MENU 101 |
1.5.2