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  dstX,
int  dstY 
) [inline]

Definition at line 16 of file SetPart.h.

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

Referenced by MakeRoi().

00017 {
00018     Pattern::PatSet(dst, src, 0, 0, src->CW(), src->CH(), dstX, dstY);
00019 }

Here is the call graph for this function:


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