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

String Impala::Core::Trec::SearchTopic::GetTopicText ( int  id  )  [inline]

Definition at line 71 of file SearchTopic.h.

References Impala::Core::Database::RawDataSet::GetDir(), mImages, mText, and mTopics.

Referenced by GetCurTopicText(), and Impala::Visualization::SearchTopicGui::SearchTopicGui().

00072     {
00073         if ((id >= 0) && (id < mText.size()))
00074             return mText[id];
00075         if (mTopics)
00076             return mImages->GetDir(id);
00077         return String("");
00078     }

Here is the call graph for this function:


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