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

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

Definition at line 500 of file SimilarityTableSet.h.

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

Referenced by LoadRanks().

00501     {
00502         String fName = fileBase + mNames[tableIdx] + "_rank.tab";
00503         Core::Table::Read(mRanks[tableIdx], fName, db);
00504     }

Here is the call graph for this function:


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