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

std::ostream& Impala::Core::Array::Element::operator<< ( std::ostream &  os,
const Vec2Real64 &  v 
) [inline]

Definition at line 184 of file Vec2Real64.h.

References Impala::Core::Array::Element::Vec2Real64::X(), and Impala::Core::Array::Element::Vec2Real64::Y().

00185 {
00186     return os << "(" << v.X() << "," << v.Y() << ")";
00187 }

Here is the call graph for this function:


Generated on Fri Mar 19 11:00:31 2010 for ImpalaSrc by  doxygen 1.5.1