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

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

Definition at line 154 of file Array2dTem.h.

Referenced by Impala::TrackVisualiser::operator()().

00155     {
00156         return mData + Inc(BW() + CW() - 1 + x, BH() + CH() - 1 + y);
00157     }


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