public class OutOfBoundsStrategyMirror<T extends Type<T>> extends OutOfBoundsStrategy<T>
Constructor and Description |
---|
OutOfBoundsStrategyMirror(LocalizableCursor<T> parentCursor) |
Modifier and Type | Method and Description |
---|---|
void |
close()
Closed possibly created cursors or images
|
protected void |
getMirrorCoordinate(int[] position,
int[] mirroredPosition) |
T |
getType() |
void |
initOutOfBOunds()
For mirroring, there is no difference between leaving the image and moving while
being out of image bounds
|
void |
notifyOutOfBOunds()
Fired by the parent cursor in case that it moves while being out of image bounds
|
void |
notifyOutOfBOunds(int steps,
int dim)
Fired by the parent cursor in case that it moves while being out of image bounds
|
void |
notifyOutOfBOundsBck(int dim)
Fired by the parent cursor in case that it moves while being out of image bounds
|
void |
notifyOutOfBOundsFwd(int dim)
Fired by the parent cursor in case that it moves while being out of image bounds
|
getParentCursor
public OutOfBoundsStrategyMirror(LocalizableCursor<T> parentCursor)
public final void notifyOutOfBOunds()
OutOfBoundsStrategy
notifyOutOfBOunds
in class OutOfBoundsStrategy<T extends Type<T>>
public void notifyOutOfBOunds(int steps, int dim)
OutOfBoundsStrategy
notifyOutOfBOunds
in class OutOfBoundsStrategy<T extends Type<T>>
public void notifyOutOfBOundsFwd(int dim)
OutOfBoundsStrategy
notifyOutOfBOundsFwd
in class OutOfBoundsStrategy<T extends Type<T>>
public void notifyOutOfBOundsBck(int dim)
OutOfBoundsStrategy
notifyOutOfBOundsBck
in class OutOfBoundsStrategy<T extends Type<T>>
public void initOutOfBOunds()
initOutOfBOunds
in class OutOfBoundsStrategy<T extends Type<T>>
mpicbg.imglib.outofbounds.OutOfBoundsStrategy#notifyOutOfBounds()
protected void getMirrorCoordinate(int[] position, int[] mirroredPosition)
public void close()
OutOfBoundsStrategy
close
in class OutOfBoundsStrategy<T extends Type<T>>
Copyright © 2015–2021 Fiji. All rights reserved.