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

template<class StorT, int elemSize, class ArithT>
StorType* Impala::Core::Array::Array2dTem< StorT, elemSize, ArithT >::CPB ( Int64  x = 0,
Int64  y = 0 
) [inline]

Definition at line 167 of file Array2dTem.h.

00168     {
00169         return mData + Inc(BW() + x, BH() + y);
00170     }


Generated on Fri Mar 19 10:59:05 2010 for ImpalaSrc by  doxygen 1.5.1