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

std::ostream& Impala::Core::Geometry::operator<< ( std::ostream &  os,
const VxRectangle &  r 
) [inline]

Definition at line 113 of file VxRectangle.h.

References Impala::Core::Geometry::VxRectangle::mAnno, Impala::Core::Geometry::VxRectangle::mEndFrame, Impala::Core::Geometry::VxRectangle::mExtra, Impala::Core::Geometry::VxRectangle::mRect, and Impala::Core::Geometry::VxRectangle::mStartFrame.

00114 {
00115     os << "anno=\"" << r.mAnno << "\", frames: " << r.mStartFrame
00116        << " to " << r.mEndFrame << ", rect=" << r.mRect << ", extra="
00117        << r.mExtra << std::endl;
00118     return os;
00119 }


Generated on Thu Jan 13 09:19:36 2011 for ImpalaSrc by  doxygen 1.5.1