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

template<class ArrayT>
ArrayT::StorType* Impala::Core::Array::Pattern::ArrayCPB ( ArrayT *  array,
Int64  x = 0,
Int64  y = 0 
) [inline]

Definition at line 74 of file ArrayFunc.h.

References ArrayInc().

Referenced by FuncBorderConstant2d(), FuncBorderMirror2d(), FuncBorderPropagateNormalized2d(), FuncBpo(), FuncGenConv2d_NaiInc(), FuncGenConv2d_NaiIncCE(), FuncGenConv2d_NaiIncMask(), FuncGenConv2d_NaiIncRect(), FuncGenConv2dSep_Line_Xdir(), FuncGenConv2dSep_Line_XdirInc(), FuncGenConv2dSep_Line_YdirNaiInc(), FuncGenConv2dSep_Line_YdirSim(), FuncGenConv2dSep_Line_YdirSimInc(), FuncGeometricOp(), FuncInOut_Row_InTi(), FuncInOut_Row_InTv(), FuncInOut_Row_OutTi(), FuncInOut_Row_OutTv(), FuncM12po(), FuncM21po(), FuncM22po(), FuncM2InOutDispatch(), FuncM3InOutDispatch(), FuncM3po(), FuncM4po(), FuncM6po(), FuncM9N4po(), FuncM9po(), FuncMpo(), FuncNgbOp2d_Pix_P1Cnum(), FuncNgbOp2d_Row(), FuncNgbOp2dExtra2_Pix_P1Cnum(), FuncNgbOp2dExtra2_Row(), FuncNgbOp2dExtra_Pix_P1Cnum(), FuncNgbOp2dExtra_Row(), FuncQueueBased_FillNeighborValues(), FuncQueueBasedDispatch(), FuncRecGenConv2d_XYdirSim(), FuncRecGenConv2dSep_Line_XdirSim(), FuncRecGenConv2dSep_Line_YdirSim(), FuncRgbOp(), FuncSet(), FuncUpo(), PxBcastArrayMPI(), PxBcastArrayOFT(), PxBcastArraySBT(), PxFuncBorderConstant2d(), PxFuncBorderMirror2d(), PxFuncBorderPropagateNormalized2d(), PxGatherArrayOFT(), PxGatherArraySBT(), PxLclArrayCopy(), PxReadRaw(), PxRedistArray(), PxScatterArrayOFT(), PxScatterArraySBT(), PxWriteRaw(), and Impala::Core::Array::Trait::QbWatershed< DstArrayT, Src1ArrayT, Src2ArrayT >::WantAnotherLoop().

00075 {
00076     return array->mData + ArrayInc(array, array->mBW + x, array->mBH + y);
00077 }

Here is the call graph for this function:


Generated on Fri Mar 19 11:00:55 2010 for ImpalaSrc by  doxygen 1.5.1