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