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

Impala::Application::TagsLife::Tag::BoundingBox::BoundingBox ( string  id,
int  c,
float  l,
float  r,
float  t,
float  b 
) [inline]

Definition at line 45 of file Tag.h.

References centerLatitude, and centerLongitude.

00045                                                                         :
00046                   boxid(id), count(c), left(l), right(r), top(t), bottom(b)
00047                   {
00048                           centerLongitude = (l+r)/2;
00049                           centerLatitude = (t+b)/2;
00050       }


Generated on Thu Jan 13 09:16:23 2011 for ImpalaSrc by  doxygen 1.5.1