Package net.imglib2.outofbounds
Interface RealOutOfBoundsFactory<T,F>
-
- Type Parameters:
T
-F
-
public interface RealOutOfBoundsFactory<T,F>
- Author:
- Stephan Saalfeld
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RealOutOfBounds<T>
create(F f)
-
-
-
Method Detail
-
create
RealOutOfBounds<T> create(F f)
-
-