public interface BufferFactory<A,B>
UnaryOutputFactory
.Modifier and Type | Method and Description |
---|---|
B |
getBuffer(A input) |
UnaryOutputFactory<A,B> |
getOutputFactory() |
void |
setOutputFactory(UnaryOutputFactory<A,B> outputFactory)
Sets the
UnaryOutputFactory which is used to create intermediate
results. |
UnaryOutputFactory<A,B> getOutputFactory()
UnaryOutputFactory
used to create intermediate resultsvoid setOutputFactory(UnaryOutputFactory<A,B> outputFactory)
UnaryOutputFactory
which is used to create intermediate
results.outputFactory
- used to create intermediate resultsCopyright © 2014–2022 ImageJ. All rights reserved.