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

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

Definition at line 38 of file IxRectangle.h.

References Impala::Core::Geometry::IxRectangle::mAnno, and Impala::Core::Geometry::IxRectangle::mRect.

00039 {
00040     os << "image type=\"" << r.mAnno << " rect=" << r.mRect << std::endl;
00041     return os;
00042 }


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