Definition at line 133 of file SimilarityTableSetRepositoryInFile.h. References Impala::Persistency::RepositoryInFileSystem::GetFile(), Impala::Core::Table::SimilarityTableSet::GetQuidTable(), RepFS(), and Impala::Core::Table::Write(). Referenced by Save(). 00135 { 00136 File file = RepFS().GetFile(loc, dir, "all_quids.tab", true, false); 00137 Write(simSet->GetQuidTable(), file); 00138 }
Here is the call graph for this function:
|