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

String Impala::Core::Trec::TrecTopic::GenExampleName ( int  topic,
int  example 
) [inline, private]

Definition at line 274 of file TrecTopic.h.

References Impala::FileNameBase(), mVideoEnd, mVideoSrc, and mVideoStart.

Referenced by GenerateDataSets().

00275     {
00276         return FileNameBase(mVideoSrc[topic][example]) + "_" +
00277                mVideoStart[topic][example] + "_" + mVideoEnd[topic][example];
00278     }

Here is the call graph for this function:


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