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

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

Definition at line 490 of file SimilarityTableSet.h.

References mNames, mRanks, and Impala::Core::Table::Read().

Referenced by LoadRanks().

00491     {
00492         String fName = fileBase + mNames[tableIdx] + "_rank.tab";
00493         Core::Table::Read(mRanks[tableIdx], fName, db);
00494     }

Here is the call graph for this function:


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