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

Vec3Real64 Impala::Core::Array::Element::E1Pow ( const Vec3Real64 &  v,
Real64  w 
) [inline]

Definition at line 35 of file E1Pow.h.

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

Referenced by Impala::Core::Array::Trait::UpoPow< DstArrayT, SrcArrayT >::DoIt().

00036 {
00037     return Vec3Real64(pow(v.X(), w), pow(v.Y(), w), pow(v.Z(), w));
00038 }

Here is the call graph for this function:


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