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

template<class ArrayT>
void Impala::Core::Array::MakeBlocks ( ArrayT *&  dst,
int  offsetX,
int  offsetY,
int  blockWidth,
int  blockHeight,
int  marginX,
int  marginY,
typename ArrayT::ArithType  borderValue,
typename ArrayT::ArithType  blockValue,
typename ArrayT::ArithType  blockValueIncr,
int  maxNrBlocksX = -1,
int  maxNrBlocksY = -1 
) [inline]

Definition at line 31 of file MakeBlocks.h.

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

00038 {
00039     Trait::InOutBlocks<ArrayT> blocks(offsetX, offsetY, blockWidth, blockHeight,
00040                                       marginX, marginY, borderValue, blockValue,
00041                                       blockValueIncr, maxNrBlocksX, maxNrBlocksY,
00042                                       dst->CW(), dst->CH());
00043     Pattern::PatInOutOp(dst, blocks);
00044 }

Here is the call graph for this function:


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