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

template<class ElemT>
void Impala::Core::Vector::VectorTem< ElemT >::CopyData ( int  n,
const ElemT *  data,
int  begin = 0 
) [inline]

note: responsability of caller that n is not bigger than length of data

Definition at line 120 of file VectorTem.h.

Referenced by Impala::Core::Vector::VectorTem< double >::operator=(), and Impala::Core::Vector::VectorTem< double >::VectorTem().

00121     {
00122         for (int i=0 ; i<n && i+begin<Size() ; i++)
00123             mData[i+begin] = data[i];
00124     }


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