Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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 Fri Mar 19 11:52:51 2010 for ImpalaSrc by  doxygen 1.5.1