Definition at line 168 of file ViewerPointCloud.h. References OglGui::OglWindow::mOglWnd. Referenced by OglGui::ConceptSupportControl::CommandButtonSelection(). 00169 { 00170 LIST *obj, *objList = mOglWnd->objectList; 00171 ForAllElements(obj, objList) 00172 { 00173 OGLVIEW* view = (OGLVIEW*) obj->info; 00174 if (view->borderCol == col) 00175 viewSys.SetTagsTo(view, tag, mode); 00176 } 00177 }
|