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

Impala::Visualization::ViewListenerWithCircles::ViewListenerWithCircles ( Core::Geometry::PointZList pList,
int  radius,
ULONG  color = oglRED,
bool  fill = true 
) [inline]

Definition at line 19 of file ViewListenerWithCircles.h.

References mColor, mFill, mPList, and mRadius.

00021     {
00022         mPList = pList;
00023         mRadius = radius;
00024         mColor = color;
00025         mFill = fill;
00026     }


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