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