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

void OglGui::Carousel3D::OglImCapture ( OGLIMAGE *  oglIm,
int  x,
int  y,
int  w,
int  h 
) [inline, protected]

Definition at line 361 of file Carousel3D.h.

References ReadPixels().

Referenced by AddCaptureView(), and TitledCapture().

00362     {
00363         if (!oglIm)
00364             return;
00365         ReadPixels(oglIm, x, y, w, h);
00366     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:26:12 2011 for ImpalaSrc by  doxygen 1.5.1