Skip to content
Snippets Groups Projects
Commit 26a2ae8b authored by Tobias Pietzsch's avatar Tobias Pietzsch
Browse files

AccumulateProjectorFactory creates less specific VolatileProjector.

parent 6f541e73
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ public interface AccumulateProjectorFactory
* @param executorService
* {@link ExecutorService} to use for rendering. may be null.
*/
public AccumulateProjector< ARGBType, ARGBType > createAccumulateProjector(
public VolatileProjector createAccumulateProjector(
final ArrayList< VolatileProjector > sourceProjectors,
final ArrayList< ? extends RandomAccessible< ARGBType > > sources,
final RandomAccessibleInterval< ARGBType > target,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment