MLToVTKPiecewiseFunction¶
-
MLModule
¶ genre VTKAdapters
author MeVis Medical Solutions AG
package MeVisLab/VTK
dll MLVTKAdapters
definition MLVTKAdapters.def see also SoVTK
,MLToVTKArray
,VTKToMLImage
,MLToVTKImage
,VTKToMLLookupTable
,MLBaseToVTKPolyData
,VTKView
,WEMToVTKPolyData
,VTKPolyDataToWEM
,MLToVTKColorTransferFunction
keywords convert
,ML
,VTK
,LUT
,transfer
,function
,translate
,lookuptable
Purpose¶
Converts a LUTFLinear base object to a vtkPiecewieseFunction object. At least two entries must be in the input table for a successful conversion, otherwise the output is invalidated. Only the first channel of the input table is converted, all other channels are ignored.
Input Fields¶
inLUTFLinear¶
-
name:
inLUTFLinear
, type:
LUTFLinear(MLBase)
¶ The input must be an LUTFLinear base object, for example as it is created from a
SoLUTEditor
.