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

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

Pixel functor for table lookup transformation based on value call. More...

#include <UpoLut.h>

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

Collaboration graph
[legend]
List of all members.

Public Types

typedef Pattern::TagTransInVar TransVarianceCategory
 Functor is translation invariant.
typedef Pattern::TagCallValue CallCategory
 Functor is called using values.
typedef DstArrayT::ArithType DstArithT
typedef SrcArrayT::ArithType SrcArithT

Public Member Functions

 UpoLut (std::vector< int > *lut, int notInLutVal)
DstArithT DoIt (const SrcArithT &x)

Private Attributes

std::vector< int > * mLut
int mNotInLutVal

Detailed Description

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

Pixel functor for table lookup transformation based on value call.

Definition at line 20 of file UpoLut.h.


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