Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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 Fri Mar 19 11:02:54 2010 for ImpalaSrc by  doxygen 1.5.1