Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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 Fri Mar 19 11:58:45 2010 for ImpalaSrc by  doxygen 1.5.1