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

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

Definition at line 552 of file SimilarityTableSet.h.

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

00553     {
00554         SaveNames(fileBase, db);
00555         SaveQuids(fileBase, db, binary);
00556         SaveSims(fileBase, db, binary);
00557         SaveRanks(fileBase, db, binary);
00558     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:21:06 2010 for ImpalaSrc by  doxygen 1.5.1