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

std::vector<String> Impala::Core::Trec::SearchJudge::GetJudgedShots ( String  topic  )  [inline]

Definition at line 96 of file SearchJudge.h.

References mJudgeShot, and mJudgeTopic.

Referenced by Impala::Application::WindowTrecSearch::TopicSelectionEvent().

00097     {
00098         std::vector<String> shots;
00099         for (int i=0; i<mJudgeTopic.size(); i++)
00100             if (mJudgeTopic[i] == topic)
00101                 shots.push_back(mJudgeShot[i]);
00102         return shots;
00103     }


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