Home || Visual Search || Applications || Architecture || 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 Thu Jan 13 09:21:29 2011 for ImpalaSrc by  doxygen 1.5.1