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

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

Definition at line 212 of file FeatureLocator.h.

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

00213 {
00214     os << loc.ToString();
00215     return os;
00216 }

Here is the call graph for this function:


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