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

Real64 Impala::Core::Array::ColorMoments::B12 ( char  band  )  [inline, private]

Definition at line 340 of file ColorMomentsKoen.h.

References SB().

Referenced by GetInvariants().

00340                          {
00341         Real64 res = 
00342         SB(1 ,0,band,1)*SB(0,1,band,2)*SB(0,0,band,0)+
00343         SB(1 ,0,band,2)*SB(0,1,band,0)*SB(0,0,band,1)+
00344         SB(1,0,band,0)*SB(0,1,band,1)*SB(0,0,band,2)-
00345         SB(1,0,band,0)*SB(0,1,band,2)*SB(0,0,band,1)-
00346         SB(1,0,band,1)*SB(0,1,band,0)*SB(0,0,band,2)-
00347         SB(1,0,band,2)*SB(0,1,band,1)*SB(0,0,band,0);
00348     
00349         res/=(SB(0,0,band,2)*SB(0,0,band,1)*SB(0,0,band,0));
00350         return res;
00351     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:17:18 2011 for ImpalaSrc by  doxygen 1.5.1