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

int Impala::Core::VideoSet::Walker::TotalNrFramesInBookmarks (  )  [inline]

Definition at line 295 of file Walker.h.

References mVrList.

Referenced by Impala::Application::VidSet::mainVidSet().

00296     {
00297         int nr = 0;
00298         for (size_t i=0 ; i<mVrList.size() ; i++)
00299         {
00300             Geometry::VxRectangle vr = mVrList[i];
00301             nr += vr.mEndFrame - vr.mStartFrame + 1;
00302         }
00303         return nr;
00304     }


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