#include "stdafx.h"#include "3dvis.h"#include "VolumeDialog.h"#include "raycaster.h"Go to the source code of this file.
Defines | |
| #define | XY 0 |
| #define | XZ 1 |
| #define | YZ 2 |
Variables | |
| Raycaster * | raycaster |
|
|
Definition at line 15 of file VolumeDialog.cpp. Referenced by CVolumeDialog::OnRadioVolXy(), and CVolumeDialog::OnShowWindow(). |
|
|
Definition at line 19 of file VolumeDialog.cpp. Referenced by CVolumeDialog::CVolumeDialog(), CVolumeDialog::OnRadioVolXz(), and CVolumeDialog::OnShowWindow(). |
|
|
Definition at line 23 of file VolumeDialog.cpp. Referenced by CVolumeDialog::OnRadioVolYz(), and CVolumeDialog::OnShowWindow(). |
|
1.3-rc2