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

template<class DstArrayT, class SrcArrayT>
void Impala::Core::Array::MakeFromData2 ( DstArrayT *&  dst,
typename SrcArrayT::StorType *  data,
bool  isPartial = false 
) [inline]

Definition at line 39 of file MakeFromData.h.

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

00041 {
00042     int cw = dst->CW();
00043     int ch = dst->CH();
00044     SrcArrayT* wrapper = new SrcArrayT(cw, ch, 0, 0, data, true, isPartial);
00045     Pattern::PatSet(dst, wrapper, dst->BW(), dst->BH());
00046     delete wrapper;
00047 }

Here is the call graph for this function:


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