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

void Impala::Core::Array::ColorMoments::SetCoordinateShift ( int  shiftX,
int  shiftY 
) [inline]

Definition at line 57 of file ColorMomentsKoen.h.

References mShiftX, and mShiftY.

00058     {
00059         /* by default, X and Y will count 0..w-1 and 0..h-1 
00060            This function adjusts the range: shiftX=1 -> 1..w */
00061         mShiftX = shiftX;
00062         mShiftY = shiftY;
00063     }


Generated on Thu Jan 13 09:17:17 2011 for ImpalaSrc by  doxygen 1.5.1