Definition at line 2040 of file mainIDo.cpp. References CallSystem(), ILOG_INFO, mDryRun, mLocation, mRefServer, and mSetName. Referenced by CheckClusterSift(), CheckClusterSurf(), CheckClusVissem(), CheckClusVissemGabor(), CheckFeature(), CheckKernelData(), CheckMakeforestAllSurf(), CheckMergedAnnotations(), CheckModel(), CheckMpeg7(), CheckPrecompute(), CheckPrepIm(), CheckPrepTest(), CheckPrepTry(), CheckSimilarities(), CheckSm2VissemGaborKeyfr(), CheckSm2VissemKeyfr(), CheckVideoAccess(), and ModelTestW(). 02041 { 02042 String cmdLine = "repository " + cmd + " dataServer:" + mRefServer + 02043 " " + mSetName + " " + args + " " + mLocation; 02044 02045 if (cmd == "diffmpeg7shot") 02046 { 02047 // SK, 7.1.11 Hack op ad-VIES van Dennis 02048 cmdLine += " --dataServer " + mRefServer; 02049 cmdLine += " --src lavc"; 02050 } 02051 02052 ILOG_INFO("Check: " << cmdLine); 02053 if (mDryRun) 02054 std::cout << cmdLine << std::endl; 02055 else 02056 CallSystem(cmdLine); 02057 }
Here is the call graph for this function: ![]()
|