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

M9poFO2y.h

Go to the documentation of this file.
00001 #ifndef Impala_Core_Array_Trait_M9poFO2y_h
00002 #define Impala_Core_Array_Trait_M9poFO2y_h
00003 
00004 #include "Core/Array/Pattern/Categories.h"
00005 #include "Core/Array/Element/E1Sqrt.h"
00006 
00007 namespace Impala
00008 {
00009 namespace Core
00010 {
00011 namespace Array
00012 {
00013 namespace Trait
00014 {
00015 
00016 
00019 template<class DstArrayT, class SrcArrayT>
00020 class M9poFO2y
00021 {
00022 public:
00024     typedef Pattern::TagTransInVar TransVarianceCategory;
00025 
00027     typedef Pattern::TagCallValue CallCategory;
00028 
00029     typedef typename DstArrayT::ArithType DstArithT;
00030     typedef typename SrcArrayT::ArithType SrcArithT;
00031 
00033     M9poFO2y()
00034     {
00035         c = 1 / ::sqrt(6);
00036     }
00037 
00039     DstArithT
00040     DoIt(const SrcArithT& R, const SrcArithT& G, const SrcArithT& B,
00041          const SrcArithT& Rx, const SrcArithT& Gx, const SrcArithT& Bx,
00042          const SrcArithT& Ry, const SrcArithT& Gy, const SrcArithT& By)
00043     {
00044         return c*(Ry+Gy-2*By);
00045     }
00046 
00047     SrcArithT c;
00048 };
00049 
00050 } // namespace Trait
00051 } // namespace Array
00052 } // namespace Core
00053 } // namespace Impala
00054 
00055 #endif

Generated on Fri Mar 19 09:30:57 2010 for ImpalaSrc by  doxygen 1.5.1