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

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

Definition at line 578 of file SimilarityTableSet.h.

References mNames, and SaveSim().

Referenced by Save().

00579     {
00580         for (size_t i=0 ; i<mNames.size() ; i++)
00581             SaveSim(i, fileBase, db, binary);
00582     }

Here is the call graph for this function:


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