Skip to content

Commit 45b98ea

Browse files
elevansgselzer
authored andcommitted
Remove conflicting create Op for imglib 7
1 parent 5f588b3 commit 45b98ea

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

  • scijava-ops-image/src/main/java/org/scijava/ops/image/create

scijava-ops-image/src/main/java/org/scijava/ops/image/create/Creators.java

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -207,14 +207,6 @@ public class Creators<N extends NativeType<N>, L, I extends IntegerType<I>, T ex
207207
type);
208208
};
209209

210-
/**
211-
* @input rai
212-
* @output img
213-
* @implNote op names='create.img, engine.create', priority='0.'
214-
*/
215-
public final Function<RandomAccessibleInterval<T>, Img<T>> imgFromRAI = (
216-
rai) -> imgFromDimsAndType.apply(rai, Util.getTypeFromInterval(rai));
217-
218210
/**
219211
* @input arrayImg
220212
* @output img

0 commit comments

Comments
 (0)