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

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

Definition at line 2445 of file mainIDo.cpp.

References Impala::FileNameBase(), mFrames, mImageSet, and mQuidFile.

Referenced by CheckFeature(), CheckKernelData(), CleanClassify(), CleanCluster(), and CleanFeature().

02446     {
02447         if (mImageSet)
02448             return ".";
02449         if (! mQuidFile.empty())
02450             return FileNameBase(mQuidFile);
02451         if (mFrames)
02452             return "Frames";
02453         return "Keyframes";
02454     }

Here is the call graph for this function:


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