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

void Impala::Core::Array::ColorMoments::GetAllMoments ( std::vector< Real64 > &  output  )  [inline, private]

Definition at line 293 of file ColorMomentsKoen.h.

References mMomentCache.

Referenced by GetMoments().

00293                                                   {
00294         for(int i = 0; i < mMomentCache.size(); i++) {
00295             ColorMoment& m = mMomentCache[i];
00296             output.push_back(m.value);
00297         }   
00298     }


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