Package net.imglib2.outofbounds
Class OutOfBoundsConstantValueFactory<T extends Type<T>,F extends Interval & RandomAccessible<T>>
java.lang.Object
net.imglib2.outofbounds.OutOfBoundsConstantValueFactory<T,F>
- Type Parameters:
T
-
- All Implemented Interfaces:
OutOfBoundsFactory<T,
F>
public class OutOfBoundsConstantValueFactory<T extends Type<T>,F extends Interval & RandomAccessible<T>>
extends Object
implements OutOfBoundsFactory<T,F>
- Author:
- Stephan Preibisch, Stephan Saalfeld
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
value
-
-
Constructor Details
-
OutOfBoundsConstantValueFactory
-
-
Method Details
-
setValue
-
getValue
-
create
- Specified by:
create
in interfaceOutOfBoundsFactory<T extends Type<T>,
F extends Interval & RandomAccessible<T>>
-