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

bool Impala::Visualization::Plot::Plot::IsVisible ( double  x,
double  y 
) [inline]

Definition at line 75 of file Plot.h.

References OglGui::OglWindow::H(), OglGui::OglWindow::W(), and Window2Pixel().

Referenced by Impala::Visualization::SimilarityTableSetRank::MakePointVisible().

00076     {
00077         double pixX, pixY;
00078         Window2Pixel(x,y,pixX,pixY);
00079         return !(pixX < 0 || pixX > W() || pixY < 0 || pixY > H());
00080     }

Here is the call graph for this function:


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