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

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

Definition at line 108 of file DirImViewer.h.

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

Referenced by ClampImIdx(), HandleDocDimensions(), and NrRows().

00109     {
00110 #ifndef NO_RAW
00111         if (mRgbDataSrcRaw)
00112             return mRgbDataSrcRaw->LastFrame();
00113 #endif
00114         return mFileNames.size();
00115     }

Here is the call graph for this function:


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