Package net.imglib2.converter
Class RealLUTConverter<R extends RealType<R>>
- java.lang.Object
-
- net.imglib2.display.AbstractLinearRange
-
- net.imglib2.converter.RealLUTConverter<R>
-
- All Implemented Interfaces:
Converter<R,ARGBType>
,LinearRange
public class RealLUTConverter<R extends RealType<R>> extends AbstractLinearRange implements Converter<R,ARGBType>
RealLUTConverter contains aColorTable8
, through which samples are filtered. Input values are interpreted as indices into the color table.- Author:
- Stephan Saalfeld, Grant Harris, Curtis Rueden
- See Also:
CompositeXYProjector
,for the code upon which this class was based.
-
-
Field Summary
-
Fields inherited from class net.imglib2.display.AbstractLinearRange
max, min, scale
-
-
Constructor Summary
Constructors Constructor Description RealLUTConverter()
RealLUTConverter(double min, double max, ColorTable lut)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
convert(R input, ARGBType output)
ColorTable
getLUT()
void
setLUT(ColorTable lut)
-
Methods inherited from class net.imglib2.display.AbstractLinearRange
getMax, getMin, roundPositive, setMax, setMin
-
-
-
-
Constructor Detail
-
RealLUTConverter
public RealLUTConverter()
-
RealLUTConverter
public RealLUTConverter(double min, double max, ColorTable lut)
-
-
Method Detail
-
getLUT
public ColorTable getLUT()
-
setLUT
public void setLUT(ColorTable lut)
-
-