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

void Impala::Core::VideoSet::Mpeg7Doc::WriteTo ( std::ostream &  os  )  [inline]

Definition at line 498 of file Mpeg7Doc.h.

References HasAnnotations(), mAnnotation, mEndFrame, mKeyframeFrame, mKeyframeName, mOriginalHadKeyframes, mShotName, mStartFrame, and NrShots().

00499     {
00500         for (int i=0 ; i<NrShots() ; i++)
00501         {
00502             os << mShotName[i] << " " << mStartFrame[i] << " " << mEndFrame[i];
00503             if (mOriginalHadKeyframes)
00504                 for (int k=0 ; k<mKeyframeName[i].size() ; k++)
00505                     os << " " << mKeyframeName[i][k] << " "
00506                        << mKeyframeFrame[i][k];
00507             if (HasAnnotations())
00508                 os << " " << mAnnotation[i];
00509             os << std::endl;
00510         }
00511     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:22:05 2011 for ImpalaSrc by  doxygen 1.5.1