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

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

Definition at line 348 of file PxPartition.h.

References _xCPUs, and _yCPUs.

Referenced by PxIsBottomCPU(), PxIsTopCPU(), PxLclHeight(), PxLclStartY(), and PxLineRange().

00349 {
00350     return ((cpu / _xCPUs) % _yCPUs);
00351 }


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