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

int Impala::Core::Trec::SearchJudge::GetNrJudged ( String  topic  )  [inline]

Definition at line 90 of file SearchJudge.h.

References GetTopicIdx(), and mTopicNrJudged.

Referenced by Impala::Visualization::SearchJudgeGui::DoJudgement().

00091     {
00092         int t = GetTopicIdx(topic);
00093         return mTopicNrJudged[t];
00094     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:21:27 2011 for ImpalaSrc by  doxygen 1.5.1