#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_UPDATE_COMMAND_UI(IDC_BUTTON_RENDER_VOLUME |
| OnButtonRenderVolume OnRadioVolumeTri OnUpdateButtonRenderVolume | END_MESSAGE_MAP () void volumebar |
Variables | |
| Data * | data3D |
| Raycaster * | raycaster |
|
||||||||||||
|
|
|
|
Definition at line 58 of file volumebar.cpp.
00063 {
00064 pCmdUI->Enable();
00065 }
|
|
||||||||||||
|
|
|
|
|
|
|
dialogbar.cpp class dialogbar implementation der dialogbar, die beim slicer in der toolbar angezeigt wird Definition at line 14 of file volumebar.cpp. |
|
|
Definition at line 15 of file volumebar.cpp. Referenced by volumebar::OnButtonRenderVolume(), volumebar::OnRadioVolumeNn(), and volumebar::OnRadioVolumeTri(). |
1.3-rc2