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

void OglGui::ViewerPointCloud::TagBorderColor ( ULONG  col,
int  tag,
bool  mode 
) [inline]

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     }


Generated on Fri Mar 19 12:10:00 2010 for ImpalaSrc by  doxygen 1.5.1