MLToVTKLookupTable¶
-
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
keywords convert
,ML
,VTK
,LUT
,transfer
,function
,translate
,lookuptable
Purpose¶
The MLToVTKLookupTable
module converts an ML lookup table to a vtkLookupTable instance.
Usage¶
Looking at the example: It converts a lookup table from the SoLUTEditor
module to a vtkLookupTable. It is then used to modify the coloring of a texture mapped onto a cube. Modify any of the sample points in the SoLUTEditor
to see how the coloring of the textured cube changes.
Input Fields¶
An ML lookup table object of any of the following visual types: LUT_L, LUT_LA, LUT_RGB, LUT_RGBA.
Output Fields¶
The Base object containing a vtkLookupTable instance which can be connected to VTK modules which use lookup tables.