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