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

void Impala::Application::IDo::CleanCall ( CString  cmd,
CString  args 
) [inline]

Definition at line 2357 of file mainIDo.cpp.

References CallSystem(), ILOG_INFO, mDryRun, mLocation, and mSetName.

Referenced by CleanClassify(), CleanClus(), CleanCluster(), CleanExportConcepts(), CleanFeature(), CleanMergedAnnotations(), CleanModel(), CleanMpeg7(), CleanPrepIm(), CleanPrepTest(), CleanPrepTry(), CleanSm2(), and ModelTestW().

02358     {
02359         String cmdLine = "repository " + cmd + " " + mLocation +
02360             " " + mSetName + " " + args;
02361         ILOG_INFO("Clean: " << cmdLine);
02362         if (mDryRun)
02363             std::cout << cmdLine << std::endl;
02364         else
02365             CallSystem(cmdLine);
02366     }

Here is the call graph for this function:


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