Definition at line 160 of file SimilarityTableSetRepositoryInFile.h. References Impala::Persistency::RepositoryInFileSystem::GetFile(), Impala::Core::Table::SimilarityTableSet::GetQuidTable(), RepFS(), and Impala::Util::Write(). Referenced by Save(). 00162 { 00163 File file = RepFS().GetFile(loc, dir, "all_quids.tab", true, false); 00164 Write(simSet->GetQuidTable(), file); 00165 }
Here is the call graph for this function: ![]()
|