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