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

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

Definition at line 87 of file SearchTopic.h.

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

Referenced by GetCurTopicNrExamples().

00088     {
00089         if (mTopics)
00090             return mTopics->GetNrFiles(id);
00091         return 0;
00092     }

Here is the call graph for this function:


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