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

template<class DstStorT, class SrcStorT>
void Impala::Core::Array::Pattern::FuncSet_Row ( DstStorT *  dstPtr,
SrcStorT *  srcPtr,
Int64  nr 
)

Set one line of nr storage elements, from src to dst.

Definition at line 23 of file FuncSet.h.

Referenced by FuncSet().

00024 {
00025     while (--nr >= 0)
00026         *dstPtr++ = (DstStorT) *srcPtr++;
00027 }


Generated on Fri Mar 19 11:01:46 2010 for ImpalaSrc by  doxygen 1.5.1