Options:
      -g Shift object to the origin
      -h Prints this usage information
      -o Output object file name.
      -x Column (x) translation.
      -y Row (y) translation.
      -z Plane (z) translation.
      Shifts a Woolz object by applying an integer translation.
      The input object is read from stdin and the shifted object is
      written to stdout unless the filenames are given.
      Example: WlzShiftObj -x100 -y200 -o shifted.wlz myobj.wlz
      The input Woolz object is read from myobj.wlz, shifted 100 columns
      and 200 lines and then written to shifted.wlz