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

std::ostream& operator<< ( std::ostream &  output,
const ShotResult tr 
) [friend]

Definition at line 13 of file ShotResult.h.

00013                                                                             {
00014         output << tr.shotid << " (" << tr.score << ", " << tr.rank << ")";
00015         return output;
00016     }


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