Definition at line 179 of file ViewerPointCloud.h. References OglGui::OglWindow::mOglWnd. Referenced by OglGui::ConceptSupportControl::CommandButtonSelection(). 00180 { 00181 LIST *obj, *objList = mOglWnd->objectList; 00182 ForAllElements(obj, objList) 00183 { 00184 OGLVIEW* view = (OGLVIEW*) obj->info; 00185 if (view->borderCol == col) 00186 { 00187 viewSys.SetTagsTo(view, onTag, true); 00188 viewSys.SetTagsTo(view, offTag, false); 00189 } 00190 } 00191 }
|