Definition at line 313 of file ImageSetIdxGrid.h. References ILOG_WARN, mIdxs, mImSets, mViews, and Impala::Visualization::RgbOglImage::OglImage(). Referenced by HandleView(). 00314 { 00315 Array2dVec3UInt8* ar = mImSets[imIdx]->GetImage(mIdxs[imIdx]); 00316 if (ar != 0) 00317 { 00318 OGLIMAGE* oglIm = RgbOglImage::OglImage(ar); 00319 viewSys.SetImage(mViews[dstIdx],oglIm); 00320 ReleaseOglImage(oglIm); 00321 } else { 00322 ILOG_WARN("array = 0, image not loaded."); 00323 viewSys.SetImage(mViews[dstIdx], 0); 00324 } 00325 mViews[dstIdx]->UserData1 = (void *) imIdx; 00326 }
Here is the call graph for this function:
|