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

String Impala::Core::Trec::SearchTopic::GetVideoExampleName ( int  topic,
int  example,
bool  toWrite 
) [inline]

Definition at line 102 of file SearchTopic.h.

References Impala::Core::Database::RawDataSet::GetFilePathVideoData(), Impala::Core::Database::RawDataSet::GetFirstFileId(), ILOG_ERROR, and mVideos.

Referenced by GetCurTopicVideoExampleName().

00103     {
00104         int fileId = mVideos->GetFirstFileId(topic) + example;
00105 #ifndef REPOSITORY_USED // Here comes the deprecated stuff
00106         return mVideos->GetFilePathVideoData(fileId, toWrite, false);
00107 #else // REPOSITORY_USED
00108         ILOG_ERROR("Not implemented yet");
00109         return "";
00110 #endif // REPOSITORY_USED
00111     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:25:45 2010 for ImpalaSrc by  doxygen 1.5.1