Package net.imglib2.converter
Interface Converter<A,B>
-
- All Known Subinterfaces:
RealARGBColorConverter<R>
- All Known Implementing Classes:
ARGBARGBColorConverter,ARGBARGBColorConverter.ToGray,ARGBARGBColorConverter.VolatileToGray,ARGBARGBDoubleConverter,ARGBDoubleARGBConverter,ChannelARGBConverter,ComplexImaginaryFloatConverter,ComplexPhaseFloatConverter,ComplexPowerFloatConverter,ComplexPowerGLogFloatConverter,ComplexRealFloatConverter,CompositeChannelConverter,RealARGBColorConverterFactory.Imp,RealARGBConverter,RealDoubleConverter,RealFloatConverter,RealLUTConverter,RealTypeConverterInternals.BooleanConverter,RealTypeConverterInternals.ByteConverter,RealTypeConverterInternals.DoubleConverter,RealTypeConverterInternals.FloatConverter,RealTypeConverterInternals.IntegerConverter,RealTypeConverterInternals.LongConverter,RealTypeConverterInternals.ShortConverter,RealUnsignedByteConverter,RealUnsignedShortConverter,ScaledARGBConverter,ScaledARGBConverter.ARGB,ScaledARGBConverter.VolatileARGB,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)
-