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

bool OglGui::View::HasTags ( int  tags  )  [inline]

Definition at line 256 of file View.h.

References mIs2D, mView2D, and mView3D.

Referenced by GetVisible().

00257     {
00258         return ((mIs2D ? mView2D->tags : mView3D->tags) & tags) != 0;
00259 /* Use above: optimized for speed
00260         if (mIs2D)
00261            return viewSys.HasTags(mView2D, tags);
00262         else
00263            return view3DSys.HasTags(mView3D, tags);
00264 */
00265     }


Generated on Fri Mar 19 12:09:38 2010 for ImpalaSrc by  doxygen 1.5.1