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

Impala::Visualization::Video::Video ( int  nrOfFrames,
float  timePerFrame,
int  nrOfFirstFrame = 0 
) [inline]

Definition at line 27 of file Video.h.

References mNrOfFirstFrame, mNrOfLastFrame, mTimePerFrame, and mTotalNrOfFrames.

00028     {
00029         mTotalNrOfFrames = nrOfFrames;
00030         mNrOfFirstFrame = nrOfFirstFrame;
00031         mNrOfLastFrame = nrOfFirstFrame + nrOfFrames - 1;
00032         mTimePerFrame = timePerFrame;
00033     }


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