public interface Converter<A,B>
BiConsumer
interface and exists
for historical reasons only. Its main use is for functions with one input
variable and one pre-allocated output on individual pixels.Modifier and Type | Method and Description |
---|---|
void |
convert(A input,
B output) |
Copyright © 2015–2022 ImgLib2. All rights reserved.