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

void OglGui::View::SetTagsTo ( int  tags,
bool  mode 
) [inline]

Reimplemented in Impala::Visualization::View.

Definition at line 248 of file View.h.

References mIs2D, mView2D, and mView3D.

Referenced by SetSelected(), Impala::Visualization::View::SetVisible(), and SetVisible().

00249     {
00250         if (mIs2D)
00251            viewSys.SetTagsTo(mView2D, tags, mode);
00252         else
00253            view3DSys.SetTagsTo(mView3D, tags, mode);
00254     }


Generated on Thu Jan 13 09:27:14 2011 for ImpalaSrc by  doxygen 1.5.1