Definition at line 80 of file SimilarityTableSetRepositoryInFile.h. References Impala::Persistency::RepositoryInFileSystem::GetFile(), Impala::Core::Table::SimilarityTableSet::GetName(), Impala::Core::Table::SimilarityTableSet::GetSimTable(), Impala::Core::Table::Read(), and RepFS(). Referenced by LoadSims(). 00082 { 00083 String name = res->GetName(tableIdx) + "_sim.tab"; 00084 File file = RepFS().GetFile(loc, dir, name, false, false); 00085 Read(res->GetSimTable(tableIdx), file); 00086 }
Here is the call graph for this function:
|