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: ![]()
|