Package net.imglib2.outofbounds
Class OutOfBoundsPeriodicFactory<T,F extends Interval & RandomAccessible<T>>
java.lang.Object
net.imglib2.outofbounds.OutOfBoundsPeriodicFactory<T,F>
- All Implemented Interfaces:
OutOfBoundsFactory<T,
F>
public class OutOfBoundsPeriodicFactory<T,F extends Interval & RandomAccessible<T>>
extends Object
implements OutOfBoundsFactory<T,F>
Create appropriate strategies that virtually extend a
RandomAccessibleInterval
periodically.- Author:
- Stephan Preibisch, Stephan Saalfeld
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
OutOfBoundsPeriodicFactory
public OutOfBoundsPeriodicFactory()
-
-
Method Details
-
create
- Specified by:
create
in interfaceOutOfBoundsFactory<T,
F extends Interval & RandomAccessible<T>>
-