public class ImgSource<I extends RealType<I>> extends ViewableFunction implements IFunction, SourceInterval
Constructor and Description |
---|
ImgSource(RandomAccessibleInterval<I> rai) |
Modifier and Type | Method and Description |
---|---|
Interval |
getInterval() |
RandomAccessibleInterval<I> |
getRandomAccessibleInterval() |
<O extends RealType<O>> |
reInit(O tmp,
Map<String,LetBinding<O>> bindings,
Converter<RealType<?>,O> converter,
Map<Variable<O>,OFunction<O>> imgSources) |
view, view, view, view, viewDouble, viewDouble, viewDouble
public ImgSource(RandomAccessibleInterval<I> rai)
public <O extends RealType<O>> OFunction<O> reInit(O tmp, Map<String,LetBinding<O>> bindings, Converter<RealType<?>,O> converter, Map<Variable<O>,OFunction<O>> imgSources)
public RandomAccessibleInterval<I> getRandomAccessibleInterval()
public Interval getInterval()
getInterval
in interface SourceInterval
Copyright © 2015–2022 ImgLib2. All rights reserved.