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

String Impala::Application::IDo::GetWalkerProg (  )  [inline, private]

Definition at line 2431 of file mainIDo.cpp.

References mCuda, and mImageSet.

Referenced by ClassifyCombineExec(), ClassifyExec(), ClusterSiftExec(), ExportConceptsExec(), FeatureExec(), FeatureIndexExec(), FeatureIndexSiftExec(), FeatureSiftExec(), and ImportConceptsExec().

02432     {
02433         if (mImageSet)
02434         {
02435             if (mCuda)
02436                 return "imsetcuda";
02437             return "imset";
02438         }
02439         if (mCuda)
02440             return "vidsetcuda";
02441         return "vidset";
02442     }


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