ParaView doesn't have the ability to put the color mapped colors back into the data set itself. The vtk class that could do this appears to be vtkApplyColors. To use that from ParaView, you will have to find a way to feed the lookup table back from a display pipeline into the data processing pipeline.
An alternative might be to modify one of the exporters to do it. Those already put the colors back onto the mesh when they save out the visible scene for some external rendering platform. David E DeMarle Kitware, Inc. R&D Engineer 21 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-881-4909 On Mon, Jul 23, 2012 at 11:48 AM, Hila Hiler <[email protected]> wrote: > Hi all, > > my question is very basic. I have a polydata with scalars which I calculated > by MITK (Medical Insight Tool Kit). > I wasn't satisfied with the colors, so I edited the scalars by Paraview. > In which extension/method should I save the new poly data with the updated > scalars so I will be able to open it and visualize the updated scalars in > MITK? > > I tried most of the extensions, but no one presented the updated scalars in > MITK. > > Please help me ... > > > ---------- Forwarded message ---------- > From: Hila Hiler <[email protected]> > Date: Sun, Jul 22, 2012 at 10:43 AM > Subject: Saving scalars of polydata > To: "<[email protected]>" <[email protected]>, [email protected], > [email protected] > > > Hi All Users, > > I edited the scalars (colors) of my poly data via Paraview. > In which format/way should I save it in order to see the surface with the > edited colors in MITK? > > BR, > Hila > > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Follow this link to subscribe/unsubscribe: > http://www.paraview.org/mailman/listinfo/paraview > _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
