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

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

Definition at line 67 of file ArrayFunc.h.

References ArrayInc().

Referenced by PxBcastArrayMPI(), PxBcastArrayOFT(), PxBcastArraySBT(), PxBorderExchange(), PxGatherArrayMPI(), PxGatherArrayOFT(), PxGatherArraySBT(), PxLclArrayCopy(), PxRedistArray(), PxScatterArrayMPI(), PxScatterArrayOFT(), and PxScatterArraySBT().

00068 {
00069     return array->mData + ArrayInc(array, x, y);
00070 }

Here is the call graph for this function:


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