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

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

Definition at line 568 of file SimilarityTableSet.h.

References mQuids, and Impala::Core::Table::Write().

Referenced by Save().

00569     {
00570         String fName = fileBase + "all_quids.tab";
00571         Core::Table::Write(mQuids, fName, db, binary);
00572     }

Here is the call graph for this function:


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