Filter Library | Camera | Interface Physics |
#include <ScanFilterDilation.h>
Inheritance diagram for CScanFilterDilation:
Definition at line 67 of file ScanFilterDilation.h.
Public Member Functions | |
CScanFilterDilation () | |
virtual | ~CScanFilterDilation () |
virtual BOOL | Apply () |
perform the filter operation without user interaction; also used to process series of buffers. | |
virtual BOOL | CanDoDialogEntry () const |
default is to support a dialog; override if filter does not support it. | |
virtual BOOL | SetParameters (LPCTSTR lpParameters) |
set parameters for filter-script execution of filter; may throw _T("message"). | |
virtual LPCTSTR | GetParameters () const |
provode current filter parameter(s) for filter-scripting capture in the main application. | |
Static Public Attributes | |
static LPCTSTR | m_lpcsFilterName |
the class filtername (orig.comment: saves memory (???mo) ). | |
static LPCTSTR | m_lpcsShortFilterName |
the class short filtername. | |
Protected Member Functions | |
virtual void | Serialize (CArchive &ar) |
set parameters for filter-script execution of filter; may throw _T("message"). | |
void | Dilation (DWORD dwOffset) |
BOOL CScanFilterDilation::SetParameters | ( | LPCTSTR | lpParameters | ) | [virtual] |
This method initializes the filter parameters for filter-script execution of the filter to the given parameters.
lpParameters | a C-string specifying the filter parameter values, e.g. "1.23,4.56". |
C-string | if the filter does not support this operation, this method may throw _T("message"); |
Reimplemented from CScanFilter.
Definition at line 48 of file ScanFilterDilation.cpp.
References Q_INVALID.
LPCTSTR CScanFilterDilation::GetParameters | ( | ) | const [virtual] |
Analogous to GetInitParameters(), this method returns filter parameters, in this case for the filter-scripting capture operation in the main application.
delete-ing
returned string storage. Reimplemented from CScanFilter.
Definition at line 63 of file ScanFilterDilation.cpp.
void CScanFilterDilation::Serialize | ( | CArchive & | ar | ) | [protected, virtual] |
This method initializes the filter parameters for filter-script execution of the filter toe the parameters specified.
lpParameters | a C-string specifying the filter parameter values, e.g. "1.23,4.56". |
C-string | if the filter does not support this operation, this method may throw _T("message"); |
Reimplemented from CScanFilter.
Definition at line 41 of file ScanFilterDilation.cpp.
References CScanFilter::Serialize().