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

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

Definition at line 36 of file SegmentationRepositoryInFile.h.

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

00037     {
00038         File file = RepFS().GetFile(loc, "VideoIndex", loc.GetName() + ".tab",
00039                                     true, false);
00040         Write(seg, file);
00041     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:36:41 2010 for ImpalaSrc by  doxygen 1.5.1