Definition at line 33 of file mainTrecResult.cpp. References BuildGUI(), Impala::CmdOptions::GetArg(), Impala::CmdOptions::GetInstance(), Impala::Visualization::AppController::Instance(), Impala::Core::Trec::SearchResult::Judge(), Impala::Core::Trec::SearchResult::Load(), Impala::Visualization::AppController::MainLoop(), mJudge, mSearchResult, mViewScale, ReadData(), and SetActiveShot(). 00033 : 00034 Window(0, 0, width, height, true) 00035 { 00036 CmdOptions& options = CmdOptions::GetInstance(); 00037 mViewScale = 1.0; 00038 00039 ReadData(); 00040 mSearchResult.Load(options.GetArg(0)); 00041 mSearchResult.Judge(mJudge); 00042 BuildGUI(width, height); 00043 SetActiveShot(0); 00044 00045 AppController::Instance().MainLoop(); 00046 }
Here is the call graph for this function:
|