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

int Impala::Core::Trec::SearchTopic::NrTopic (  )  [inline]

Definition at line 55 of file SearchTopic.h.

References mNum, mTopics, and Impala::Core::Database::RawDataSet::NrDirs().

Referenced by Impala::Core::Trec::TrecTopic::GenerateDataSets(), and Impala::Visualization::SearchTopicGui::SearchTopicGui().

00056     {
00057         if (mTopics)
00058             return mTopics->NrDirs();
00059         return mNum.size();
00060     }

Here is the call graph for this function:


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