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

std::ostream& Impala::Persistency::operator<< ( std::ostream &  os,
const SegmentationLocator &  loc 
)

Definition at line 62 of file SegmentationLocator.h.

References Impala::Persistency::SegmentationLocator::ToString().

00063 {
00064     os << loc.ToString();
00065     return os;
00066 }

Here is the call graph for this function:


Generated on Fri Mar 19 11:34:21 2010 for ImpalaSrc by  doxygen 1.5.1