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

void Impala::Persistency::LabelSetRepositoryInFile::Add ( const FeatureLocator loc,
LabelSet labelSet 
) [inline]

Definition at line 40 of file LabelSetRepositoryInFile.h.

References GetDir(), Impala::Persistency::FeatureLocator::GetFeatureString(), Impala::Persistency::RepositoryInFileSystem::GetFile(), Impala::Persistency::File::GetWriteBuffer(), RepFS(), Impala::Persistency::File::Valid(), and Impala::Core::Feature::LabelSet::Write().

00041     {
00042         String dir = GetDir(loc);
00043         File file = RepFS().GetFile(loc, dir, loc.GetFeatureString(),
00044                                     true, false);
00045         if (!file.Valid())
00046             return;
00047         Util::IOBuffer* buf = file.GetWriteBuffer();
00048         labelSet->Write(buf);
00049         delete buf;
00050     }

Here is the call graph for this function:


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