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

template<class ElemT>
VectorTem& Impala::Core::Vector::VectorTem< ElemT >::operator= ( ElemT  a  )  [inline]

Assign constant value.

Definition at line 128 of file VectorTem.h.

00129     {
00130         for (int i=0 ; i<mSize ; i++)
00131             mData[i] = a;
00132         return *this;
00133     }


Generated on Fri Mar 19 11:27:34 2010 for ImpalaSrc by  doxygen 1.5.1