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: ![]()
|