Home || Visual Search || Applications || Architecture || 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 121 of file VectorTem.h.

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

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


Generated on Thu Jan 13 09:21:39 2011 for ImpalaSrc by  doxygen 1.5.1