<div class="gmail_quote">Dear list,<br><br>I forward this thread that occured on ParaView mailing list:<br>   <a href="http://markmail.org/message/hssoulqf2ikvwhho">http://markmail.org/message/hssoulqf2ikvwhho</a><br><br>It initiated because of an error message found in ParaView. I was trying to expose some VTK filter to ParaView, with just an XML description of the filters. The rendering process found no data to render! This is because some data array (PointData) are not named.<br>


I was able to do my stuff by plugging a vtkImageMagnitude to the source/filter output. Or by derivating the class to a vtkPVImage...Filter and overloading a function and so on...<br>
<br> AFAIK, this is the case with:<br>- vtkImageGaussianSource<br>
- vtkImageReslice and inherited classes<br><br>Would it be possible to give a default name to all data array involved in a DataSet? Do I have to post on vtk-developers?<br><br>Thanks for all!<br><br>Jerome</div>