Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

Impala::Core::Array::Trait::TalkNgbExtra2PnLoop< DstArrayT, SrcArrayT, ExtraArrayT, Extra2ArrayT > Class Template Reference

Neighbourhood functor for talking. More...

#include <TalkNgbExtra2PnLoop.h>

List of all members.

Public Types

typedef Pattern::TagLoop IteratorCategory
 Loop version.
typedef Pattern::TagNPhase PhaseCategory
 N phase.
typedef DstArrayT::StorType DstStorType
typedef DstArrayT::ArithType DstArithType
typedef SrcArrayT::StorType SrcStorType
typedef SrcArrayT::ArithType SrcArithType
typedef ExtraArrayT::StorType ExtraStorType
typedef ExtraArrayT::ArithType ExtraArithType
typedef Extra2ArrayT::StorType Extra2StorType
typedef Extra2ArrayT::ArithType Extra2ArithType

Public Member Functions

 TalkNgbExtra2PnLoop (bool verbose, int ngbWidth, int ngbHeight)
 Constructor.
int Width ()
 Width of the neighbourhood.
int Height ()
 Height of the neighbourhood.
void Init (int phase, int x, int y, SrcArithType v1, ExtraArithType v2, Extra2ArithType v3)
 Initialization.
void NextEl (int x, int y, SrcArithType v1, ExtraArithType v2, Extra2ArithType v3)
 Processing one pixel.
void Done (int phase)
 Done with one phase.
bool HasNextPhase (int lastPhase)
 Do we have a next phase after this one?
DstArithType Result () const
 Produce the result value.

Private Attributes

int mNgbWidth
int mNgbHeight
DstArithType mResult
DstArithType mFactor
bool mVerbose


Detailed Description

template<class DstArrayT, class SrcArrayT, class ExtraArrayT, class Extra2ArrayT>
class Impala::Core::Array::Trait::TalkNgbExtra2PnLoop< DstArrayT, SrcArrayT, ExtraArrayT, Extra2ArrayT >

Neighbourhood functor for talking.

Definition at line 21 of file TalkNgbExtra2PnLoop.h.


The documentation for this class was generated from the following file:
Generated on Fri Mar 19 11:05:21 2010 for ImpalaSrc by  doxygen 1.5.1