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

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

Definition at line 2136 of file mainIDo.cpp.

References ILOG_INFO, mRefServer, mWG, and StageCall().

Referenced by HandleCmd().

02137     {
02138         ILOG_INFO("Staging featurewgoutput");
02139         for (int i=0 ; i<mWG.size() ; i++)
02140         {
02141             StageCall("copyfeaturetable",
02142                       "trec2005fsd_try.txt false false Keyframes " + mWG[i] +
02143                       " ALL", mRefServer);
02144         }
02145     }

Here is the call graph for this function:


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