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

bool Impala::Visualization::View::AreTagsOn ( int  tags  )  [inline]

Definition at line 107 of file View.h.

References AreTagsOn(), OglGui::View::mIs2D, OglGui::View::mView2D, and OglGui::View::mView3D.

Referenced by AreTagsOn(), and GetVisible().

00108     {
00109         if (mIs2D)
00110             return viewSys.HasTags(mView2D, tags) ? true : false;
00111         else
00112             return view3DSys.HasTags(mView3D, tags) ? true : false;
00113     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:25:31 2011 for ImpalaSrc by  doxygen 1.5.1