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

Impala::Application::IDash::TrecEngine::TrecEngine (  )  [inline]

Definition at line 42 of file TrecEngine.h.

References ILOG_ENDACTION, ILOG_LEVEL_INFO, ILOG_STARTACTION, ILOG_SYSTEM, LoadConfig(), LoadData(), mQueryEngine, and ThreadSet().

00043     {
00044         ILOG_SYSTEM("Loading Semantic Video Search Engine...");
00045 
00046         ILOG_STARTACTION("loading configuration", ILOG_LEVEL_INFO);
00047         LoadConfig();
00048         ILOG_ENDACTION("loading configuration");
00049 
00050         ILOG_STARTACTION("loading data", ILOG_LEVEL_INFO);
00051         LoadData();
00052         ILOG_ENDACTION("loading data");
00053 
00054         mQueryEngine = new IDashQueryEngine(ThreadSet());
00055 
00056     }

Here is the call graph for this function:


Generated on Fri Mar 19 10:41:58 2010 for ImpalaSrc by  doxygen 1.5.1