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

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

Definition at line 1430 of file mainIDo.cpp.

References MapExec(), mSkipFusion, and mWG.

Referenced by HandleCmd().

01431     {
01432         MapExec(mWG[0], false);
01433         MapExec(mWG[1], false);
01434         if (mSkipFusion.empty())
01435             MapExec(mWG[2], false);
01436         MapExec("combined", false);
01437     }

Here is the call graph for this function:


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