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

template<class DstArrayT, class SrcArrayT>
void Impala::Core::Array::MakeFromData2 ( DstArrayT *&  dst,
SrcArrayT *  src,
int  bw = 0,
int  bh = 0,
bool  isPartial = false 
) [inline]

Definition at line 28 of file MakeFromData.h.

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

00030 {
00031     SrcArrayT* wrapper = new SrcArrayT(src->CW(), src->CH(), 0, 0, src->CPB(), true, isPartial);
00032     Pattern::PatSet(dst, wrapper, bw, bh);
00033     delete wrapper;
00034 }

Here is the call graph for this function:


Generated on Fri Mar 19 10:57:35 2010 for ImpalaSrc by  doxygen 1.5.1