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

String Impala::Persistency::ImageSetsRepository::GetMapName ( CString  setName  )  [inline, private]

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:


Generated on Thu Jan 13 09:23:07 2011 for ImpalaSrc by  doxygen 1.5.1