Filter Library | Camera | Interface Physics |
#include <FilterDlg_NCCFFTOld.h>
Inheritance diagram for CFilterDlg_NCCFFTOld:
Definition at line 40 of file FilterDlg_NCCFFTOld.h.
Public Types | |
typedef CScanFilterNCCFFTOld::InputPixelType | InputPixelType |
the input pixel type. | |
typedef CScanFilterNCCFFTOld::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 | |
afx_msg void | OnHScroll (UINT nSBCode, UINT nPos, CScrollBar *pScrollBar) |
handle hor. slider change | |
afx_msg void | OnVScroll (UINT nSBCode, UINT nPos, CScrollBar *pScrollBar) |
handle vert. slider change | |
void | OnScroll (UINT nSBCode, UINT nPos, CScrollBar *pScrollBar) |
handle horizontal and vertical slider events. | |
void | UpdateControls (CScanFilterNCCFFTOldPtr 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 |