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

void Impala::Core::Table::SimilarityTableSet::LoadSim ( size_t  tableIdx,
CString  fileBase,
Util::Database db 
) [inline]

Definition at line 486 of file SimilarityTableSet.h.

References mNames, mSims, and Impala::Util::Read().

Referenced by LoadSims().

00487     {
00488         String fName = fileBase + mNames[tableIdx] + "_sim.tab";
00489         Core::Table::Read(mSims[tableIdx], fName, db);
00490     }

Here is the call graph for this function:


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