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

void Impala::Core::Table::SimilarityTableSet::Save ( CString  fileBase,
Util::Database db,
bool  binary 
) [inline]

Definition at line 548 of file SimilarityTableSet.h.

References SaveNames(), SaveQuids(), SaveRanks(), and SaveSims().

00549     {
00550         SaveNames(fileBase, db);
00551         SaveQuids(fileBase, db, binary);
00552         SaveSims(fileBase, db, binary);
00553         SaveRanks(fileBase, db, binary);
00554     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:20:52 2011 for ImpalaSrc by  doxygen 1.5.1