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

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

Definition at line 235 of file Walker.h.

References mVrList.

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

00236     {
00237         int nr = 0;
00238         for (size_t i=0 ; i<mVrList.size() ; i++)
00239         {
00240             Geometry::VxRectangle vr = mVrList[i];
00241             nr += vr.mEndFrame - vr.mStartFrame + 1;
00242         }
00243         return nr;
00244     }


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