Class SyncedPositionables.Private.GeneralForwarder

java.lang.Object
net.imglib2.loops.SyncedPositionables.Private.GeneralForwarder
All Implemented Interfaces:
EuclideanSpace, SyncedPositionables.Private.Forwarder, Positionable
Enclosing class:
SyncedPositionables.Private

public static class SyncedPositionables.Private.GeneralForwarder extends Object implements SyncedPositionables.Private.Forwarder
  • Field Details

  • Constructor Details

    • GeneralForwarder

      public GeneralForwarder(List<? extends Positionable> values)
  • Method Details

    • fwd

      public void fwd(int d)
      Description copied from interface: Positionable
      Move by 1 in one dimension.
      Specified by:
      fwd in interface Positionable
      Parameters:
      d - dimension
    • move

      public void move(long offset, int d)
      Description copied from interface: Positionable
      Move the element in one dimension for some distance.
      Specified by:
      move in interface Positionable
      Parameters:
      offset - relative offset in dimension d
      d - dimension