public class OutOfBoundsStrategyValue<T extends Type<T>> extends OutOfBoundsStrategy<T>
Constructor and Description |
---|
OutOfBoundsStrategyValue(Cursor<T> parentCursor,
T value) |
Modifier and Type | Method and Description |
---|---|
void |
close()
Closed possibly created cursors or images
|
T |
getType() |
void |
initOutOfBOunds()
Updates the array of the Cursor type to the constant value and sets the index to 0
|
void |
notifyOutOfBOunds()
Has nothing to do when the parent cursor moves while being out of image bounds
|
void |
notifyOutOfBOunds(int dim,
int steps)
Has nothing to do when the parent cursor 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 final T getType()
getType
in class OutOfBoundsStrategy<T extends Type<T>>
public final void notifyOutOfBOunds()
notifyOutOfBOunds
in class OutOfBoundsStrategy<T extends Type<T>>
mpicbg.imglib.outofbounds.OutOfBoundsStrategy#notifyOutOfBounds()
public final void notifyOutOfBOunds(int dim, int steps)
notifyOutOfBOunds
in class OutOfBoundsStrategy<T extends Type<T>>
OutOfBoundsStrategy.notifyOutOfBOunds(int, int)
public final void notifyOutOfBOundsFwd(int dim)
OutOfBoundsStrategy
notifyOutOfBOundsFwd
in class OutOfBoundsStrategy<T extends Type<T>>
public final void notifyOutOfBOundsBck(int dim)
OutOfBoundsStrategy
notifyOutOfBOundsBck
in class OutOfBoundsStrategy<T extends Type<T>>
public final void initOutOfBOunds()
initOutOfBOunds
in class OutOfBoundsStrategy<T extends Type<T>>
OutOfBoundsStrategy.initOutOfBOunds()
public final void close()
OutOfBoundsStrategy
close
in class OutOfBoundsStrategy<T extends Type<T>>
Copyright © 2015–2021 Fiji. All rights reserved.