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

template<class DstArrayT, class SrcArrayT>
void Impala::Core::Array::Trait::UpoGetPixElt< DstArrayT, SrcArrayT >::Reset ( int  dimension  )  [inline]

Definition at line 34 of file UpoGetPixElt.h.

References Impala::Core::Array::Trait::UpoGetPixElt< DstArrayT, SrcArrayT >::mDim.

Referenced by Impala::Core::Array::Trait::UpoGetPixElt< DstArrayT, SrcArrayT >::UpoGetPixElt().

00035     {
00036         mDim = dimension;
00037         if (mDim < 0)
00038             mDim = 1;
00039         mDim = ((mDim - 1) % 3) + 1;
00040     }


Generated on Fri Mar 19 11:05:42 2010 for ImpalaSrc by  doxygen 1.5.1