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

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

Definition at line 203 of file Vec3Real64.h.

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

00204 {
00205     return os << "(" << v.X() << "," << v.Y() << "," << v.Z() << ")";
00206 }

Here is the call graph for this function:


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