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

void Impala::Core::IDash::VideoSetWrapper::Add ( const XmlAnnotationSet xmlAnnotationSet  )  [inline]

Definition at line 188 of file VideoSetWrapper.h.

References Add(), Impala::Core::IDash::XmlAnnotationSet::GetMoment(), and Impala::Core::IDash::XmlAnnotationSet::GetNrMoments().

00189     {
00190         for (int i=0 ; i<xmlAnnotationSet.GetNrMoments() ; i++)
00191         {
00192             XmlShot xmlShot(xmlAnnotationSet.GetMoment(i));
00193             XmlVideo xmlVideo(xmlShot.GetVideo());
00194             Add(xmlVideo, xmlShot.GetShotIndex());
00195         }
00196     }

Here is the call graph for this function:


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