Package net.imglib2.converter
Class RealUnsignedByteConverter<R extends RealType<R>>
- java.lang.Object
-
- net.imglib2.display.AbstractLinearRange
-
- net.imglib2.converter.RealUnsignedByteConverter<R>
-
- All Implemented Interfaces:
Converter<R,UnsignedByteType>
,LinearRange
public class RealUnsignedByteConverter<R extends RealType<R>> extends AbstractLinearRange implements Converter<R,UnsignedByteType>
- Author:
- Stephan Saalfeld
-
-
Field Summary
-
Fields inherited from class net.imglib2.display.AbstractLinearRange
max, min, scale
-
-
Constructor Summary
Constructors Constructor Description RealUnsignedByteConverter()
RealUnsignedByteConverter(double min, double max)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
convert(R input, UnsignedByteType output)
-
Methods inherited from class net.imglib2.display.AbstractLinearRange
getMax, getMin, roundPositive, setMax, setMin
-
-
-
-
Method Detail
-
convert
public void convert(R input, UnsignedByteType output)
-
-