Definition at line 33 of file SegmentationRepositoryInFile.h. References Impala::Persistency::RepositoryInFileSystem::GetFile(), Impala::Persistency::SegmentationLocator::GetName(), Impala::Util::Read(), RepFS(), and Impala::Core::VideoSet::Segmentation::UpdateGroups(). 00034 { 00035 Segmentation* res = new Segmentation(vidSet, ""); 00036 File file = RepFS().GetFile(loc, "VideoIndex", loc.GetName() + ".tab", 00037 false, false); 00038 Read(res, file); 00039 res->UpdateGroups(); 00040 return res; 00041 }
Here is the call graph for this function: ![]()
|