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

void Impala::Application::IDo::CheckClassifyPreWG (  )  [inline]

Definition at line 1964 of file mainIDo.cpp.

References CheckKernelData(), CheckSimilarities(), mComputeKernelData, mKernelDataOnly, mStoreKernelData, and mWG.

Referenced by HandleCmd().

01965     {
01966         if (mComputeKernelData || (!mStoreKernelData.empty()))
01967         {
01968             CheckKernelData(mWG[0]);
01969             CheckKernelData(mWG[1]);
01970             CheckKernelData(mWG[2]);
01971         }
01972         if (mKernelDataOnly.empty())
01973             CheckSimilarities("combined");
01974     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:14:25 2011 for ImpalaSrc by  doxygen 1.5.1