
NAME
     <type>opShift - Operator to shift  a  <type>space  along  an
     axis.

SYNOPSIS
     #include <<type>opshift.h>

DESCRIPTION
     Note: This is the OLD version of <type>opShift!!   Needs  to
     be updated!!

     <type>opShift is a <type>opone which shifts one of the  axes
     of  a  <type>space,  changing the origin. It does nothing to
     the data.

PUBLIC OPERATIONS
     <type>opShift(const Axis &,int shift)
          Create a <type>opShift which moves the  origin  of  the
          Axis by shift positions. If shift is positive, the axis
          is advanced (the origin increases), otherwise the  axis
          regresses.

     <type>space Forward(const <type>space &) const
     <type>space Adjoint(const <type>space &) const

PRIVATE OPERATION
     void apply(<type>Array &,<type>Array &,int,
                 const Axislist &,const Axislist &) const

SEE ALSO
     <type>space, <type>opone

