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

int Impala::Core::Array::Pattern::PxIsRightCPU ( int  cpu  )  [inline]

Definition at line 372 of file PxPartition.h.

References _xCPUs, and PxGridIndexX().

Referenced by PxFuncBorderConstant2d(), PxFuncBorderMirror2d(), PxFuncBorderPropagateNormalized2d(), and PxInitPartition().

00373 {
00374     return ((PxGridIndexX(cpu) == _xCPUs-1) ? 1 : 0);
00375 }

Here is the call graph for this function:


Generated on Thu Jan 13 09:17:57 2011 for ImpalaSrc by  doxygen 1.5.1