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

void Impala::Persistency::SegmentationRepositoryInFile::Add ( const SegmentationLocator loc,
Core::VideoSet::Segmentation seg 
) [inline]

Definition at line 44 of file SegmentationRepositoryInFile.h.

References Impala::Persistency::RepositoryInFileSystem::GetFile(), Impala::Persistency::SegmentationLocator::GetName(), RepFS(), and Impala::Util::Write().

00045     {
00046         File file = RepFS().GetFile(loc, "VideoIndex", loc.GetName() + ".tab",
00047                                     true, false);
00048         Write(seg, file);
00049     }

Here is the call graph for this function:


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