Definition at line 160 of file ImageSetsRepository.h. References Impala::FileNameBase(), and Impala::StringEndsWith(). Referenced by Contains(), and GetId(). 00161 { 00162 String base = FileNameBase(setName); 00163 if (StringEndsWith(base, "keyframes")) 00164 return "keyframes"; 00165 if (StringEndsWith(base, "thumbnails")) 00166 return "thumbnails"; 00167 if (StringEndsWith(base, "stills")) 00168 return "stills"; 00169 return base; 00170 }
Here is the call graph for this function: ![]()
|