Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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 Fri Mar 19 11:25:44 2010 for ImpalaSrc by  doxygen 1.5.1