Filter Library | Camera | Interface Physics |
#include <ScanFilterSwapQuadrants.h>
Inheritance diagram for CScanFilterSwapQuadrants:
Definition at line 68 of file ScanFilterSwapQuadrants.h.
Public Types | |
typedef CScanFilter | Super |
the parent class. | |
typedef CScanBaseBuffer::SizeType | SizeType |
the size type. | |
typedef CScanBaseBuffer::ValueType | ValueType |
the value type. | |
typedef ValueType * | Pointer |
the pointer type. | |
typedef const ValueType * | ConstPointer |
the const pointer type. | |
Public Member Functions | |
Camera--Filter Interface | |
virtual BOOL | CanDoDialogEntry () const |
no dialog. | |
virtual LPCTSTR | GetParameters () const |
no parameters; see also CScanFilterNull::GetParameters(). | |
virtual BOOL | SetParameters (LPCTSTR lpParameters) |
no parameters; see also CScanFilterNull::SetParameters(). | |
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::ApplyCore(). | |
Static Public Attributes | |
static LPCTSTR | m_lpcsFilterName |
the filter name. | |
static LPCTSTR | m_lpcsShortFilterName |
the class short filtername. | |
Protected Member Functions | |
virtual void | Serialize (CArchive &ar) |
store or retrieve the object's settings. | |
BOOL | Compute () |
called by working thread | |
void | CopyPart (ConstPointer pIn, Pointer pOut, SizeType elements) |
copy a frame. | |
void | ComputePart (Pointer pFrame, const SizeType &nrow, const SizeType &ncol) |
compute a frame in-place. |