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

int Impala::Core::VideoSet::VxsDocument::TotalNrFramesInBookmarked (  )  [inline]

Definition at line 333 of file VxsDocument.h.

References Impala::Core::Table::TableTem< Col1T, Col2T, Col3T, Col4T, Col5T, Col6T, Col7T, Col8T, Col9T >::Get1(), Impala::Core::Table::TableTem< Col1T, Col2T, Col3T, Col4T, Col5T, Col6T, Col7T, Col8T, Col9T >::Get2(), mBookmarked, and Impala::Core::Table::Table::Size().

00334     {
00335         int nr = 0;
00336         for (int i=0 ; i<mBookmarked->Size() ; i++)
00337         {
00338             nr += mBookmarked->Get2(i) - mBookmarked->Get1(i) + 1;
00339         }
00340         return nr;
00341     }

Here is the call graph for this function:


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