Definition at line 288 of file DirImViewer3D.h. References mFileNames, mRgbDataSrc, and MyOnDrawView(). Referenced by InitViews(). 00289 { 00290 v->UserData1 = (void *) cnt; 00291 v->UserData2 = (void *) (mRgbDataSrc ? 0 : &mFileNames); 00292 v->OnDrawView = MyOnDrawView; 00293 }
Here is the call graph for this function:
|