Package net.imglib2.outofbounds
Interface OutOfBoundsFactory<T,F>
-
- Type Parameters:
T
-F
-
- All Known Implementing Classes:
OutOfBoundsBorderFactory
,OutOfBoundsConstantValueFactory
,OutOfBoundsMirrorExpWindowingFactory
,OutOfBoundsMirrorFactory
,OutOfBoundsPeriodicFactory
,OutOfBoundsRandomValueFactory
public interface OutOfBoundsFactory<T,F>
- Author:
- Stephan Saalfeld
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OutOfBounds<T>
create(F f)
-
-
-
Method Detail
-
create
OutOfBounds<T> create(F f)
-
-