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

void Impala::Core::Trec::TrecTopic::Dump (  )  [inline]

Definition at line 183 of file TrecTopic.h.

References Impala::Core::Trec::SearchTopic::mNum, Impala::Core::Trec::SearchTopic::mText, mVideoEnd, mVideoSrc, and mVideoStart.

00184     {
00185         for (int t=0 ; t<mNum.size() ; t++)
00186         {
00187             std::cout << "num : " << mNum[t] << std::endl;
00188             std::cout << "text : " << mText[t] << std::endl;
00189             for (int v=0 ; v<mVideoSrc[t].size() ; v++)
00190             {
00191                 std::cout << "  video " << mVideoSrc[t][v] << " from "
00192                           << mVideoStart[t][v] << " to "
00193                           << mVideoEnd[t][v] << std::endl;
00194             }
00195         }
00196     }


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