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

template<class ElemT>
void Impala::Core::Vector::AddAssign ( VectorTem< ElemT > &  v,
ElemT  e 
) [inline]

Definition at line 28 of file AddAssign.h.

References Impala::Core::Vector::VectorTem< ElemT >::GetData(), and Impala::Core::Vector::VectorTem< ElemT >::Size().

00029 {
00030     ElemT* p = v.GetData();
00031     for (int i=0 ; i<v.Size() ; i++)
00032         p[i] += e;
00033 }

Here is the call graph for this function:


Generated on Fri Mar 19 11:26:57 2010 for ImpalaSrc by  doxygen 1.5.1