Filter Library | Camera | Interface Physics |
#include <ScanFilterMaximum.h>
Inheritance diagram for CScanFilterMaximum:
Definition at line 66 of file ScanFilterMaximum.h.
Public Member Functions | |
Camera--Filter Interface | |
virtual BOOL | RunModeless (CWnd *pParentWnd, CDocument *pDoc) |
create filter dialog and pre Apply() filter to view result; see also CScanFilterNull::RunModeless(). | |
virtual BOOL | Apply () |
check parameters, take care of a properly sized output buffer, set its name and copy filter parameters and process; see also CScanFilterNull::Apply(). | |
Static Public Attributes | |
static LPCTSTR | m_lpcsFilterName |
the filter name. | |
static LPCTSTR | m_lpcsShortFilterName |
the class short filtername. | |
Protected Member Functions | |
virtual const char * | GetFilterName () const |
the filter name. | |
Friends | |
class | CFilterDlg_Maximum |
its dialog class. |