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

Impala::Core::Array::Element::Vec2Real64::Vec2Real64 ( Real64  v  )  [inline]

Construction from non vector native type.

Definition at line 36 of file Vec2Real64.h.

References mValues.

00037     {
00038         mValues[0] = v;
00039         mValues[1] = v;
00040     }


Generated on Fri Mar 19 11:00:47 2010 for ImpalaSrc by  doxygen 1.5.1