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

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

Definition at line 146 of file PtrFunc.h.

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

00147 {
00148     *ptr++ = v.X();
00149     *ptr++ = v.Y();
00150 }

Here is the call graph for this function:


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