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

bool Impala::Visualization::RotorBrowser::RotorDoDView::HasResolution ( int  w,
int  h 
) [inline]

Definition at line 179 of file RotorDoDView.h.

References OglGui::View::mView3D.

00180     {
00181         if (!mView3D->im) return false;
00182         return h == mView3D->im->h && w == mView3D->im->w;
00183     }


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