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

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

Definition at line 386 of file PxPartition.h.

References _yCPUs, and PxGridIndexY().

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

00387 {
00388     return ((PxGridIndexY(cpu) == _yCPUs-1) ? 1 : 0);
00389 }

Here is the call graph for this function:


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