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

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

Definition at line 596 of file SimilarityTableSet.h.

References mNames, and SaveRank().

Referenced by Save().

00597     {
00598         for (size_t i=0 ; i<mNames.size() ; i++)
00599             SaveRank(i, fileBase, db, binary);
00600     }

Here is the call graph for this function:


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