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

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

Definition at line 104 of file DirImViewer.h.

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

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

00105     {
00106 #ifndef NO_RAW
00107         if (mRgbDataSrc)
00108             return mRgbDataSrc->LastFrame();
00109 #endif
00110         return mFileNames.size();
00111     }

Here is the call graph for this function:


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