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

Impala::Visualization::Plot::Line::Line ( double  z,
bool  normalize = false 
) [inline]

Definition at line 19 of file Line.h.

References mData, mNormalize, Impala::Visualization::Plot::Plottable::SetDimensionsZ(), and SetDomain().

00020     {
00021         mData = 0;
00022         SetDimensionsZ(z,z);
00023         SetDomain();
00024         mNormalize = normalize;
00025     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:25:41 2011 for ImpalaSrc by  doxygen 1.5.1