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

Real64 Impala::Core::Array::ColorMoments::SB ( int  p,
int  q,
char  band,
int  degree 
) [inline, private]

Definition at line 316 of file ColorMomentsKoen.h.

References GetMoment().

Referenced by B02(), and B12().

00316                                                          {
00317         if(band=='R')
00318             return GetMoment(p,q,degree,0,0);
00319         if(band=='G')
00320             return GetMoment(p,q,0,degree,0);
00321         if(band=='B')
00322             return GetMoment(p,q,0,0,degree);
00323         return 0;
00324     }

Here is the call graph for this function:


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