C:/Users/thebigMuh/Documents/Visual Studio 2005/Projects/Volumizer/Volumizer/Options.cpp File Reference

#include "Volumizer.h"

Go to the source code of this file.

Defines

#define TOOL_HEIGHT   36
#define TOOL_HEIGHT   36

Functions

void InitOptions ()
 volumizer option structure
BOOL CALLBACK OptionsProc (HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam)

Variables

options vol_opts


Define Documentation

#define TOOL_HEIGHT   36

#define TOOL_HEIGHT   36


Function Documentation

void InitOptions (  ) 

volumizer option structure

Initialize the options with default values

Definition at line 14 of file Options.cpp.

References vol_opts.

Referenced by _tWinMain().

BOOL CALLBACK OptionsProc ( HWND  hDlg,
UINT  message,
WPARAM  wParam,
LPARAM  lParam 
)

Window procedure for the options dialog.

fill the UI with the current option values

grab all entered values, and place them in the options structure

rerender the pic

Definition at line 25 of file Options.cpp.

References IDC_GRADSTEP, IDC_JITTER, IDC_MODE_FULL, IDC_MODE_MIP, IDC_STEPSIZE, RayRender(), and vol_opts.

Referenced by WndProc().


Variable Documentation

options vol_opts

Options.cpp

Implements the options dialog box

Definition at line 9 of file Options.cpp.

Referenced by GetGradient(), InitOptions(), OptionsProc(), and ShootRay().


Generated on Wed Dec 5 12:07:30 2007 for Volumizer by  doxygen 1.5.4