Package net.imglib2.outofbounds
Class OutOfBoundsRandomValueFactory<T extends RealType<T>,F extends Interval & RandomAccessible<T>>
java.lang.Object
net.imglib2.outofbounds.OutOfBoundsRandomValueFactory<T,F>
- Type Parameters:
T
-
- All Implemented Interfaces:
OutOfBoundsFactory<T,
F>
public class OutOfBoundsRandomValueFactory<T extends RealType<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
-
min
protected double min -
max
protected double max -
rnd
-
-
Constructor Details
-
OutOfBoundsRandomValueFactory
-
-
Method Details
-
setMinMax
public void setMinMax(double min, double max) -
setRandom
-
create
- Specified by:
create
in interfaceOutOfBoundsFactory<T extends RealType<T>,
F extends Interval & RandomAccessible<T>>
-