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

void Impala::Application::VideoExcel::TableViewCache::SetViewUserData ( OGLVIEW *  oglView,
int  data1,
int  data2 
) [inline, private]

Definition at line 175 of file TableViewCache.h.

Referenced by AddDelayLoad(), Init(), and ProcessDelayLoad().

00176     {
00177         if (!oglView) return;
00178         oglView->UserData1 = (void *) data1;
00179         oglView->UserData2 = (void *) data2;
00180     }


Generated on Fri Mar 19 10:54:33 2010 for ImpalaSrc by  doxygen 1.5.1