Definition at line 328 of file DirImViewer3D.h. References mFileNames, mRgbDataSrc, and MyOnDrawView(). Referenced by InitViews(). 00329 { 00330 v->UserData1 = (void *) cnt; 00331 v->UserData2 = (void *) (mRgbDataSrc ? 0 : &mFileNames); 00332 v->OnDrawView = MyOnDrawView; 00333 }
Here is the call graph for this function: ![]()
|