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

void Impala::Visualization::Plot::PlotNeedle::SetTopBottom ( double  top,
double  bottom 
) [inline]

Definition at line 36 of file PlotNeedle.h.

References mNeedleData, and Impala::Visualization::Plot::Line::SetData().

Referenced by Init().

00037     {
00038         mNeedleData[0] = top;
00039         mNeedleData[1] = bottom;
00040         SetData((double *) &mNeedleData,2);
00041     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:53:00 2010 for ImpalaSrc by  doxygen 1.5.1