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

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

Definition at line 41 of file RectAnno.h.

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

00042 {
00043     os << "annotation=\"" << r.mAnno << " rect=" << r.mRect << std::endl;
00044     return os;
00045 }


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