<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hi All,<br>
<br>
Would someone be willing to review the following patch? <br>
<br>
<meta http-equiv="content-type" content="text/html;
charset=ISO-8859-1">
<a href="http://review.source.kitware.com/#/t/2915">http://review.source.kitware.com/#/t/2915</a><br>
<br>
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.<br>
<br>
Burlen<br>
</body>
</html>