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

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

Definition at line 130 of file PtrFunc.h.

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

00131 {
00132     *ptr++ = v.X();
00133     *ptr++ = v.Y();
00134     *ptr++ = v.Z();
00135 }

Here is the call graph for this function:


Generated on Fri Mar 19 11:02:29 2010 for ImpalaSrc by  doxygen 1.5.1