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

Real64 Impala::Core::Array::ColorMoments::DB ( int  p,
int  q,
std::string  band,
int  degree1,
int  degree2 
) [inline, private]

Definition at line 326 of file ColorMomentsKoen.h.

References GetMoment().

Referenced by C02(), C02tilde(), C11(), C12_1(), C12_2(), C12_3(), and C12_4().

00326                                                                            {
00327         if(band=="RG") //RG
00328             return GetMoment(p,q,degree1,degree2,0);
00329         if(band=="RB") //RB
00330             return GetMoment(p,q,degree1,0,degree2);
00331         if(band=="GB") //GB
00332             return GetMoment(p,q,0,degree1,degree2);
00333         return 0;
00334     }

Here is the call graph for this function:


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