template<class ArrayT>
Definition at line 106 of file mainShow.cpp. References Impala::Application::WindowShow< ArrayT >::mCurNr, Impala::Application::WindowShow< ArrayT >::mDispMode, Impala::Application::WindowShow< ArrayT >::NrImages(), and Impala::Visualization::Window::SetStatusStr(). Referenced by Impala::Application::WindowShow< ArrayT >::ShowCurImage(). 00107 { 00108 std::ostrstream statusStream; 00109 statusStream << "At nr " << mCurNr+1 << " of " << NrImages() 00110 << ", display : " << mDispMode << std::ends; 00111 SetStatusStr(statusStream.str()); 00112 statusStream.freeze(false); 00113 }
Here is the call graph for this function:
|