#include "stdafx.h"#include "3dvis.h"#include "volumebar.h"#include "data.h"#include "raycaster.h"Go to the source code of this file.
Functions | |
| BEGIN_MESSAGE_MAP (volumebar, CDialogBar) ON_BN_CLICKED(IDC_BUTTON_RENDER_VOLUME | |
| OnButtonRenderVolume | ON_BN_CLICKED (IDC_RADIO_VOLUME_NN, OnRadioVolumeNn) ON_BN_CLICKED(IDC_RADIO_VOLUME_TRI |
| OnButtonRenderVolume OnRadioVolumeTri | ON_WM_SHOWWINDOW () ON_BN_CLICKED(IDC_RADIO_RAYCASTER |
| OnButtonRenderVolume OnRadioVolumeTri OnRadioRaycaster OnUpdateButtonRenderVolume | END_MESSAGE_MAP () void volumebar |
Variables | |
| Data * | data3D |
| Raycaster * | raycaster |
|
||||||||||||
|
|
|
|
Definition at line 58 of file volumebar.cpp.
00063 {
00064 pCmdUI->Enable();
00065 }
|
|
||||||||||||
|
|
|
|
|
|
|
Definition at line 11 of file volumebar.cpp. |
|
|
Definition at line 12 of file volumebar.cpp. Referenced by volumebar::OnButtonRenderVolume(), volumebar::OnRadioPerspective(), volumebar::OnRadioRaycaster(), volumebar::OnRadioVolumeNn(), and volumebar::OnRadioVolumeTri(). |
1.3-rc2