public class ConvertedRealRandomAccessible<A,B extends Type<B>> extends AbstractConvertedRealRandomAccessible<A,B>
Modifier and Type | Field and Description |
---|---|
protected B |
converted |
protected Supplier<Converter<? super A,? super B>> |
converterSupplier |
source
Constructor and Description |
---|
ConvertedRealRandomAccessible(RealRandomAccessible<A> source,
Converter<? super A,? super B> converter,
B b) |
ConvertedRealRandomAccessible(RealRandomAccessible<A> source,
Supplier<Converter<? super A,? super B>> converterSupplier,
B b) |
Modifier and Type | Method and Description |
---|---|
Converter<? super A,? super B> |
getConverter()
Returns an instance of the
Converter . |
B |
getDestinationType() |
ConvertedRealRandomAccess<A,B> |
realRandomAccess()
Create a random access sampler for real coordinates.
|
ConvertedRealRandomAccess<A,B> |
realRandomAccess(RealInterval interval) |
getSource, numDimensions
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAt, getAt, getAt
protected final Supplier<Converter<? super A,? super B extends Type<B>>> converterSupplier
public ConvertedRealRandomAccessible(RealRandomAccessible<A> source, Supplier<Converter<? super A,? super B>> converterSupplier, B b)
public ConvertedRealRandomAccess<A,B> realRandomAccess()
RealRandomAccessible
realRandomAccess
in interface RealRandomAccessible<B extends Type<B>>
realRandomAccess
in class AbstractConvertedRealRandomAccessible<A,B extends Type<B>>
public ConvertedRealRandomAccess<A,B> realRandomAccess(RealInterval interval)
realRandomAccess
in interface RealRandomAccessible<B extends Type<B>>
realRandomAccess
in class AbstractConvertedRealRandomAccessible<A,B extends Type<B>>
Copyright © 2015–2022 ImgLib2. All rights reserved.