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

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

Definition at line 63 of file SearchTopic.h.

References Impala::MakeString(), and mNum.

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

00064     {
00065         if ((id >= 0) && (id < mNum.size()))
00066             return mNum[id];
00067         return MakeString(id);
00068     }

Here is the call graph for this function:


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