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

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

Definition at line 1242 of file mainIDo.cpp.

References ClassifyCombineExec(), ClassifyExec(), and mWG.

Referenced by HandleCmd().

01243     {
01244         ClassifyExec(mWG[0], true);
01245         ClassifyExec(mWG[1], true);
01246         ClassifyExec(mWG[2], true);
01247         ClassifyCombineExec(mWG[0] + " " + mWG[1] + " " + mWG[2], "combined");
01248     }

Here is the call graph for this function:


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