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

void Impala::Visualization::Window::UpdateView ( int  view,
Array2dVec3UInt8 image,
OglGui::ViewListener listener = 0 
) [inline]

Definition at line 158 of file Window.h.

References Impala::Core::Array::Array2dTem< StorT, elemSize, ArithT >::CPB(), Impala::Core::Array::Array2dTem< StorT, elemSize, ArithT >::H(), UpdateView(), and Impala::Core::Array::Array2dTem< StorT, elemSize, ArithT >::W().

00160     {
00161         UpdateView(view, image->CPB(0,0), image->W(), image->H(), 1.0, listener);
00162     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:25:34 2011 for ImpalaSrc by  doxygen 1.5.1