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 java.lang.Object implements OutOfBoundsFactory<T,F>
- Author:
- Stephan Preibisch, Stephan Saalfeld
-
-
Constructor Summary
Constructors Constructor Description OutOfBoundsConstantValueFactory(T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OutOfBoundsConstantValue<T>
create(F f)
T
getValue()
void
setValue(T value)
-
-
-
Constructor Detail
-
OutOfBoundsConstantValueFactory
public OutOfBoundsConstantValueFactory(T value)
-
-
Method Detail
-
setValue
public void setValue(T value)
-
getValue
public T getValue()
-
create
public OutOfBoundsConstantValue<T> create(F f)
- Specified by:
create
in interfaceOutOfBoundsFactory<T extends Type<T>,F extends Interval & RandomAccessible<T>>
-
-