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

void Impala::Visualization::Plot::Line::SetData ( double *  data,
int  dataLength 
) [inline]

Definition at line 63 of file Line.h.

References mData, mDataLength, and UpdateDimensionsY().

00064     {
00065         mData = data;
00066         mDataLength = dataLength;
00067         UpdateDimensionsY();
00068     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:52:43 2010 for ImpalaSrc by  doxygen 1.5.1