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

Impala::Core::Trec::TextSearchConnector::TextSearchConnector ( VideoSet::Segmentation seg  )  [inline]

Definition at line 26 of file TextSearchConnector.h.

References Impala::CmdOptions::GetInstance(), Impala::CmdOptions::GetInt(), Impala::CmdOptions::GetString(), mConnected, mHasResults, mSegmentation, mTextPort, and mTextServer.

00027     {
00028         CmdOptions& options = CmdOptions::GetInstance();
00029         mTextServer = options.GetString("textServer");
00030         mTextPort = options.GetInt("textPort");
00031         mConnected = false;
00032         mHasResults = false;
00033         mSegmentation = seg;
00034     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:21:29 2011 for ImpalaSrc by  doxygen 1.5.1