VoxelParamDialog.h

Go to the documentation of this file.
00001 
00007 #pragma once
00008 
00009 
00010 
00015 class VoxelParamDialog : public CDialog
00016 {
00017 // Construction
00018 public:
00019         VoxelParamDialog(CWnd* pParent = NULL);   // standard constructor
00020     bool m_bEnableSilhouetteCheckbox;
00021 
00022 // Dialog Data
00023         //{{AFX_DATA(VoxelParamDialog)
00024         enum { IDD = VOXEL_PARAM_DIALOG };
00025         float   m_threshold;
00026         float   m_voxelcubeWidth;
00027         UINT    m_voxelsPerSide;
00028         BOOL    m_bUseSilhouettes;
00029         //}}AFX_DATA
00030 
00031 
00032 // Overrides
00033         // ClassWizard generated virtual function overrides
00034         //{{AFX_VIRTUAL(VoxelParamDialog)
00035         protected:
00036         virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
00037         //}}AFX_VIRTUAL
00038 
00039 // Implementation
00040 protected:
00041 
00042         // Generated message map functions
00043         //{{AFX_MSG(VoxelParamDialog)
00044         virtual void OnOK();
00045         //}}AFX_MSG
00046         DECLARE_MESSAGE_MAP()
00047 };
00048 
00049 //{{AFX_INSERT_LOCATION}}
00050 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
00051 

Generated on Tue May 21 03:34:52 2002 for Archimedes by doxygen1.2.15