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

Impala::Visualization::Plot::Plottable::Plottable (  )  [inline]

Definition at line 19 of file Plottable.h.

References mBlue, mGreen, mMaxX, mMaxY, mMaxZ, mMinX, mMinY, mMinZ, mMouseListener, and mRed.

00020     {
00021         mMouseListener = 0;
00022         mRed = 1.0;
00023         mBlue = 0.0;
00024         mGreen = 0.0;
00025         mMinX = mMinY = -1;
00026         mMaxX = mMaxY = 1;
00027         mMinZ = mMaxZ = 0;
00028     }


Generated on Fri Mar 19 11:53:07 2010 for ImpalaSrc by  doxygen 1.5.1