Package net.imglib2.converter
Interface Converter<A,B>
-
- All Known Implementing Classes:
ARGBARGBDoubleConverter,ARGBDoubleARGBConverter,ChannelARGBConverter,ComplexImaginaryFloatConverter,ComplexPhaseFloatConverter,ComplexPowerFloatConverter,ComplexPowerGLogFloatConverter,ComplexRealFloatConverter,CompositeChannelConverter,RealARGBConverter,RealDoubleConverter,RealFloatConverter,RealLUTConverter,RealTypeConverterInternals.BooleanConverter,RealTypeConverterInternals.ByteConverter,RealTypeConverterInternals.DoubleConverter,RealTypeConverterInternals.FloatConverter,RealTypeConverterInternals.IntegerConverter,RealTypeConverterInternals.LongConverter,RealTypeConverterInternals.ShortConverter,RealUnsignedByteConverter,RealUnsignedShortConverter,TypeIdentity,VolatileRealTypeARGBConverter
public interface Converter<A,B>This interface is equivalent to theBiConsumerinterface and exists for historical reasons only. Its main use is for functions with one input variable and one pre-allocated output on individual pixels.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidconvert(A input, B output)
-