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

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

Definition at line 165 of file PtrFunc.h.

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

00166 {
00167     *ptr++ = v.X();
00168     *ptr++ = v.Y();
00169     *ptr++ = v.Z();
00170 }

Here is the call graph for this function:


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