<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hello everybody,<br><br>I am developing some Python code that uses VTK quite intensively. I as well needed to create certain color bars and lookup tables. Due to the fact that I am not intending to replace ParaView for the users completely but want to make them use the same lookup tables (which are file dependent) - I provided some script that loads the new ParaView style lookup tables (using macros and the GetLookupTableForArray command in PV)<br>I was now wondering if I could use my library and somehow register the created vtkLookupTable to the PVservermanager so that I can assign it to the array within the PV pipeline objects data.<br><br>I hope it is clear what I want to do - if not here in other words.<br>I want to "link" the vtkLookupTable to the mapper of the scalarbar and displayed dataset in ParaView.<br><br>Thanks for your help,<br>Markus<br>                                         </div></body>
</html>