Home || Visual Search || Applications || Architecture || 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 Thu Jan 13 09:21:27 2011 for ImpalaSrc by  doxygen 1.5.1