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

void Impala::Core::Array::Pattern::PtrWrite ( UInt8 *  ptr,
const Element::Vec3Int32 &  v 
) [inline]

Definition at line 142 of file PtrFunc.h.

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

00143 {
00144     *ptr++ = v.X();
00145     *ptr++ = v.Y();
00146     *ptr++ = v.Z();
00147 }

Here is the call graph for this function:


Generated on Thu Jan 13 09:17:50 2011 for ImpalaSrc by  doxygen 1.5.1