Definition at line 25 of file StillsRepositoryInFile.h. References Impala::Persistency::RepositoryInFileSystem::GetFile(), Impala::Persistency::StillsLocator::GetName(), Impala::Core::Table::Read(), RepFS(), and Impala::Core::VideoSet::Stills::UpdateGroups(). 00026 { 00027 Stills* res = new Stills(vidSet, ""); 00028 File file = RepFS().GetFile(loc, "VideoIndex", loc.GetName() + ".tab", 00029 false, false); 00030 Read(res, file); 00031 res->UpdateGroups(); 00032 return res; 00033 }
Here is the call graph for this function:
|