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

Impala::Core::Array::Trait::TalkNgbP2Loop< DstArrayT, SrcArrayT > Class Template Reference

Neighbourhood functor for talking. More...

#include <TalkNgbP2Loop.h>

List of all members.

Public Types

typedef Pattern::TagLoop IteratorCategory
 Loop version.
typedef Pattern::Tag2Phase PhaseCategory
 2 phase
typedef DstArrayT::StorType DstStorType
typedef DstArrayT::ArithType DstArithType
typedef SrcArrayT::StorType SrcStorType
typedef SrcArrayT::ArithType SrcArithType

Public Member Functions

 TalkNgbP2Loop (bool verbose, int ngbWidth, int ngbHeight)
 Constructor.
int Width ()
 Width of the neighbourhood.
int Height ()
 Height of the neighbourhood.
void Init (int x, int y, const SrcArithType &value)
 Initialization.
void Init2 (int x, int y, const SrcArithType &value)
 Initialization phase 2.
void NextEl (int x, int y, const SrcArithType &value)
 Processing one pixel.
void NextEl2 (int x, int y, const SrcArithType &value)
 Processing one pixel in second phase.
DstArithType Result () const
 Produce the result value.

Private Attributes

int mNgbWidth
int mNgbHeight
SrcArithType mResult
SrcArithType mFactor
bool mVerbose


Detailed Description

template<class DstArrayT, class SrcArrayT>
class Impala::Core::Array::Trait::TalkNgbP2Loop< DstArrayT, SrcArrayT >

Neighbourhood functor for talking.

Definition at line 21 of file TalkNgbP2Loop.h.


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