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

template<class DstArrayT, class SrcArrayT>
void Impala::Core::Array::SetPart ( DstArrayT *&  dst,
SrcArrayT *  src,
int  srcX,
int  srcY,
int  width,
int  height,
int  dstX,
int  dstY 
) [inline]

Definition at line 23 of file SetPart.h.

References Impala::Core::Array::Pattern::PatSet().

00025 {
00026     Pattern::PatSet(dst, src, srcX, srcY, width, height, dstX, dstY);
00027 }

Here is the call graph for this function:


Generated on Fri Mar 19 10:58:39 2010 for ImpalaSrc by  doxygen 1.5.1