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

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

Neighbourhood functor for talking. More...

#include <TalkNgbP1Cnum.h>

Collaboration diagram for Impala::Core::Array::Trait::TalkNgbP1Cnum< DstArrayT, SrcArrayT >:

Collaboration graph
[legend]
List of all members.

Public Types

typedef Pattern::TagCnum IteratorCategory
 Coordinate enumerated version.
typedef Pattern::Tag1Phase PhaseCategory
 1 phase
typedef Pattern::Cnum CnumType
 Coordinate enumerator type.
typedef DstArrayT::StorType DstStorType
typedef DstArrayT::ArithType DstArithType
typedef SrcArrayT::StorType SrcStorType
typedef SrcArrayT::ArithType SrcArithType

Public Member Functions

 TalkNgbP1Cnum (bool verbose)
 Constructor.
int Width ()
 Width of the neighbourhood.
int Height ()
 Height of the neighbourhood.
CnumType Begin ()
 The first of the coordinates.
CnumTypeEnd ()
 One beyond the last of the coordinates.
void Init (int x, int y, const SrcArithType &value)
 Initialization.
void NextEl (int x, int y, const SrcArithType &value)
 Processing one pixel.
DstArithType Result () const
 Produce the result value.

Private Attributes

SrcArithType mResult
bool mVerbose
CnumType mBegin
CnumType mEnd

Static Private Attributes

static Pattern::Coord mCoordPairs [8]

Detailed Description

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

Neighbourhood functor for talking.

Definition at line 21 of file TalkNgbP1Cnum.h.


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