Home || Visual Search || Applications || Architecture || 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 Thu Jan 13 09:25:43 2011 for ImpalaSrc by  doxygen 1.5.1