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

void Impala::Persistency::SimilarityTableSetRepositoryInFile::LoadRank ( SimilarityTableSet res,
int  tableIdx,
const SimilarityTableSetLocator loc,
CString  dir 
) [inline, private]

Definition at line 124 of file SimilarityTableSetRepositoryInFile.h.

References Impala::Persistency::RepositoryInFileSystem::GetFile(), Impala::Core::Table::SimilarityTableSet::GetName(), Impala::Core::Table::SimilarityTableSet::GetRankTable(), Impala::Util::Read(), and RepFS().

Referenced by LoadRanks().

00126     {
00127         String name = res->GetName(tableIdx) + "_rank.tab";
00128         File file = RepFS().GetFile(loc, dir, name, false, false);
00129         Read(res->GetRankTable(tableIdx), file);
00130     }

Here is the call graph for this function:


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