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

int Impala::Visualization::DirImViewer3D::NrOfFiles (  )  [inline]

Definition at line 119 of file DirImViewer3D.h.

References Impala::Core::Stream::RgbDataSrc::LastFrame(), mFileNames, and mRgbDataSrc.

Referenced by InitViews().

00120     {
00121         if (mRgbDataSrc)
00122             return mRgbDataSrc->LastFrame();
00123         return mFileNames.size();
00124     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:24:39 2011 for ImpalaSrc by  doxygen 1.5.1