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

bool Impala::Core::Trec::SearchJudge::HasTopic ( String  topic  )  [inline]

Definition at line 74 of file SearchJudge.h.

References mJudgeTopic.

Referenced by Impala::Application::Util::DoJudgeConcepts(), and Impala::Application::WindowTrecSearch::TopicSelectionEvent().

00075     {
00076         for (int i=0 ; i<mJudgeTopic.size() ; i++)
00077             if (mJudgeTopic[i] == topic)
00078                 return true;
00079         return false;
00080     }


Generated on Fri Mar 19 11:25:35 2010 for ImpalaSrc by  doxygen 1.5.1