#include "resource.h"#include "stdafx.h"#include "commdlg.h"#include "SplitterWnd.h"#include "RayWnd.h"#include "OrthoWnd.h"#include "RayEngine.h"#include "HistogramWnd.h"#include "MaterialEditor.h"#include "Options.h"#include "util.h"#include "GL\gl.h"#include "GL\glu.h"#include "io.h"#include "stdio.h"#include "wchar.h"#include "Fcntl.h"#include "Share.h"#include "commctrl.h"#include "sys\stat.h"#include "math.h"Go to the source code of this file.
Defines | |
| #define | _USE_MATH_DEFINES |
Variables | |
| HINSTANCE | hInst |
| HWND | wnd_front |
| HWND | wnd_left |
| HWND | wnd_top |
| HWND | wnd_histogram |
| HWND | wnd_3d |
| float | brightness |
| float | contrast |
| float | gamma |
| #define _USE_MATH_DEFINES |
Definition at line 27 of file Volumizer.h.
| float brightness |
Definition at line 18 of file Volumizer.cpp.
Referenced by _tWinMain(), OogleVal(), and ToolBarProc().
| float contrast |
Definition at line 18 of file Volumizer.cpp.
Referenced by _tWinMain(), OogleVal(), and ToolBarProc().
| float gamma |
Definition at line 18 of file Volumizer.cpp.
Referenced by _tWinMain(), OogleVal(), and ToolBarProc().
| HINSTANCE hInst |
Definition at line 12 of file Volumizer.cpp.
Referenced by EditTransferHandle(), HistogramProc(), InitInstance(), ShovelData(), and WndProc().
| HWND wnd_3d |
Definition at line 16 of file Volumizer.cpp.
| HWND wnd_front |
Definition at line 16 of file Volumizer.cpp.
| HWND wnd_histogram |
Definition at line 16 of file Volumizer.cpp.
Referenced by EditTransferHandle(), LoadFunction(), MaterialEditorProc(), SaveFunction(), ShovelData(), SplitterProc(), and WndProc().
| HWND wnd_left |
Definition at line 16 of file Volumizer.cpp.
| HWND wnd_top |
Definition at line 16 of file Volumizer.cpp.
1.5.4