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

std::string Impala::Core::Geometry::InterestRectangleZ::Serialize ( Real64  shiftX = 0,
Real64  shiftY = 0 
) [inline, virtual]

Reimplemented from Impala::Core::Geometry::InterestPoint.

Definition at line 70 of file InterestRectangleZ.h.

References Impala::Core::Geometry::Rectangle::mBottom, Impala::Core::Geometry::Rectangle::mLeft, Impala::Core::Geometry::Rectangle::mRight, and Impala::Core::Geometry::Rectangle::mTop.

00071     {
00072         std::ostringstream os;
00073         os << "<RECT " << mLeft+shiftX << " " << mTop+shiftY << " " << mRight+shiftX << " " << mBottom+shiftY << ">;";
00074         return os.str();
00075     }


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