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

void Impala::Visualization::Plot::Similarity::AddLine ( double  x1,
double  y1,
double  x2,
double  y2,
int  colorId 
) [inline]

Definition at line 79 of file Similarity.h.

References mColorId, mPoints1, and mPoints2.

00080     {
00081         mPoints1.push_back(PointZ(x1,y1));
00082         mPoints2.push_back(PointZ(x2,y2));
00083         mColorId.push_back(colorId);
00084     }


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