Home || Visual Search || Applications || Architecture || 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 Thu Jan 13 09:17:34 2011 for ImpalaSrc by  doxygen 1.5.1