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

void Impala::Application::MediaTable::TableViewerPointCloud::UpdateAllViewers (  )  [inline]

Definition at line 227 of file TableViewerPointCloud.h.

Referenced by UpdateRowsEvent().

00228         {
00229                 /*LIST *obj, *objList = mOglWnd->objectList;
00230                 ForAllElements(obj, objList)
00231                 {
00232                         OGLVIEW*    view = 0;
00233                         if(obj && obj->info)
00234                                 (OGLVIEW*) obj->info;
00235                                                 
00236                         if (view && 
00237                                 (view->SysData2 == (void*)OglGui::ViewerPoint::cMagicNr))
00238                         {
00239                                 OglGui::ViewerPoint* vp;
00240                                 vp = (OglGui::ViewerPoint*) view->SysData1;
00241                                 if (vp)
00242                                 {
00243                                         long long id = vp->GetId();
00244                                         long row = (long) id;
00245                                         bool visible =  mView->GetRowForID(row) != -1;
00246                                         delete vp;
00247                                         delete view;
00248                                 }
00249                         }
00250                 }
00251                 AddDataFromTableDataView(mColumns[0], mColumns[1], mColumns[2]);
00252                 UpdateScene();*/
00253         }


Generated on Thu Jan 13 09:15:22 2011 for ImpalaSrc by  doxygen 1.5.1