diff --git a/src/main/java/net/imagej/ops/coloc/ShuffledView.java b/src/main/java/net/imagej/ops/coloc/ShuffledView.java index b41f762bd..164fc2868 100644 --- a/src/main/java/net/imagej/ops/coloc/ShuffledView.java +++ b/src/main/java/net/imagej/ops/coloc/ShuffledView.java @@ -134,6 +134,12 @@ public RandomAccess randomAccess(final Interval interval) { return randomAccess(); // FIXME } + @Override + public T getType() + { + return image.getType(); + } + private class ShuffledRandomAccess extends Point implements RandomAccess { private final RandomAccess imageRA; private final long[] blockPos;