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

String Impala::Core::Trec::SearchTopic::GetExampleName ( int  topic,
int  example 
) [inline]

Definition at line 95 of file SearchTopic.h.

References Impala::FileNameBase(), Impala::Core::Database::RawDataSet::GetFile(), Impala::Core::Database::RawDataSet::GetFirstFileId(), and mTopics.

Referenced by GetCurTopicExampleName().

00096     {
00097         int fileId = mTopics->GetFirstFileId(topic) + example;
00098         return FileNameBase(mTopics->GetFile(fileId));
00099     }

Here is the call graph for this function:


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