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

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

Definition at line 144 of file Vec3Int32.h.

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

00145 {
00146     return os << "(" << v.X() << "," << v.Y() << "," << v.Z() << ")";
00147 }

Here is the call graph for this function:


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