Hello,<br><br>I'm writing a filter to obtain a 3D vtkImageData from a volume represented as a vtkUnstructuredGrid.<br>The image data is being obtained by sampling the unstructured grid with certain criteria and the help of a 3D widget.<br>
<br>I chose vtkImageAlgorithm as the base class for my filter, overriding the FillInputPortInformation for setting the proper input data.<br>The application crashes when I connect the output of this filter to a mapper or any other component for its visualization.<br>
It seems something is wrong in the RequestInformation method because it expects vtkImageData as an input. I overrode it; nothing changed.<br>Curiously, if I attach a vtkImageChangeInformation filter that acts an intermediary between my filter and the next componente in the pipeline, it works fine. However, I want my filter can work standalone without using a vtkImageChangeInformation after it.<br>
<br>Could somebody give me a hint about what could wrong here? Which other methods from vtkImageAlgorith should I change so that my filter works? Is there a solution?<br><br>Thanks in advance,<br><br>Ricardo Villegas<br>