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

void OglGui::View::ClearTags ( ULONG  tags  )  [inline]

Definition at line 240 of file View.h.

References mIs2D, mView2D, and mView3D.

00241     {
00242         if (mIs2D)
00243             viewSys.ClearTags(mView2D, tags);
00244         else
00245             view3DSys.ClearTags(mView3D, tags);
00246     }


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