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:
|