[Paraview-developers] paraview.simple create/assign lookup tables by name

burlen burlen.loring at gmail.com
Sun Jun 23 19:27:13 EDT 2013


Hi All,

Would someone be willing to review the following patch?

http://review.source.kitware.com/#/t/2915

this adds support to paraview.simple for assigning lookup tables to 
arrays by lookup table name. It's implemented by a python class 
(vtkPVLUTReader) that can read xml files containing PV color maps. After 
a set of color maps is read one can assign them to a given array by 
name. eg. lutReader.GetLUT(array,'lutName'). Attached is a simple 
example, the class doc string has more info.

Burlen
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/paraview-developers/attachments/20130623/5ac67c85/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: lrtest.py
Type: text/x-python
Size: 255 bytes
Desc: not available
URL: <http://public.kitware.com/pipermail/paraview-developers/attachments/20130623/5ac67c85/attachment.py>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: test-lut.xml
Type: text/xml
Size: 1661 bytes
Desc: not available
URL: <http://public.kitware.com/pipermail/paraview-developers/attachments/20130623/5ac67c85/attachment.bin>


More information about the Paraview-developers mailing list