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

template<class PrepT>
bool Impala::Core::Stream::RgbDataSrcWindow< PrepT >::NextFrame ( int  inc = 1  )  [inline]

Reimplemented from Impala::Core::Stream::RgbDataSrc.

Definition at line 235 of file RgbDataSrcWindow.h.

00236     {
00237         if ((inc == 1) && (mWindowStart != -1))
00238             return Advance();
00239         else
00240             return GotoFrame(FrameNr() + inc);
00241     }


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