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

void Impala::Application::WindowTrecSearch::InitDataSearchJudge (  )  [inline, private]

Definition at line 614 of file mainTrecSearch.cpp.

References mJudge, mJudgeFileName, and Impala::Core::Trec::SearchJudge::Stats().

Referenced by InitData().

00615     {
00616         mJudge = 0;
00617         if (mJudgeFileName != String(""))
00618         {
00619             mJudge = new Core::Trec::SearchJudge(mJudgeFileName);
00620             mJudge->Stats();
00621         }
00622     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:14:35 2011 for ImpalaSrc by  doxygen 1.5.1