Filter Library | Camera | Interface Physics |
#include <FilterDlg_NCCFFT.h>
Inheritance diagram for CFilterDlg_NCCFFT:
Definition at line 40 of file FilterDlg_NCCFFT.h.
Public Types | |
typedef CScanFilterNCCFFT::InputPixelType | InputPixelType |
the input pixel type. | |
typedef CScanFilterNCCFFT::OutputPixelType | OutputPixelType |
the output pixel type. | |
Protected Member Functions | |
virtual void | DoDataExchange (CDataExchange *pDX) |
DDX/DDV support. | |
virtual BOOL | OnInitDialog () |
initialize dialog | |
afx_msg void | OnBufferselect () |
select a buffer | |
afx_msg void | OnChangeNormalization () |
change the normalization (sub-)type | |
afx_msg void | OnChangeValue () |
change of a text-field or spinner | |
void | UpdateControls (CScanFilterNCCFFTPtr pFilter) |
handle enabling and disabling of controls. | |
Private Types | |
enum | { IDD = IDD_FILTERDLG_NCCFFT } |
Private Attributes | |
CComboBox | c_cbBGS |
the background subtraction type | |
CComboBox | c_cbNorm |
the normalization type | |
CComboBox | c_cbNormSub |
the normalization sub-type | |
CButton | c_chkRelax |
the FFT Size is relax check | |
CRealEdit | c_txtScale |
the scale | |
CNumSpinCtrl | c_spnScale |
the scale spinner |