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

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

Definition at line 592 of file SimilarityTableSet.h.

References mNames, and SaveRank().

Referenced by Save().

00593     {
00594         for (size_t i=0 ; i<mNames.size() ; i++)
00595             SaveRank(i, fileBase, db, binary);
00596     }

Here is the call graph for this function:


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