Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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 Fri Mar 19 11:52:42 2010 for ImpalaSrc by  doxygen 1.5.1