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

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

Definition at line 150 of file PtrFunc.h.

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

00151 {
00152     *ptr++ = v.X();
00153     *ptr++ = v.Y();
00154     *ptr++ = v.Z();
00155 }

Here is the call graph for this function:


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