Definition at line 107 of file SimilarityTableSetRepositoryInFile.h. References Impala::Persistency::RepositoryInFileSystem::GetFile(), Impala::Core::Table::SimilarityTableSet::GetName(), Impala::Core::Table::SimilarityTableSet::GetSimTable(), Impala::Util::Read(), and RepFS(). Referenced by LoadSims(). 00109 { 00110 String name = res->GetName(tableIdx) + "_sim.tab"; 00111 File file = RepFS().GetFile(loc, dir, name, false, false); 00112 Read(res->GetSimTable(tableIdx), file); 00113 }
Here is the call graph for this function: ![]()
|