[vtkusers] conversion of image data to unstructured grid

Martin Baumann mailsgetlost at web.de
Tue Jan 9 10:34:55 EST 2007


Thanks for your hint!
MB

Amy Squillacote wrote:
> Hi Martin,
>
> vtkStructuredPointsToUnstructuredGridFilter is an abstract class.
> Before the new pipeline in VTK (i.e., version 4.4 and earlier), it was
> the superclass for filters that took vtkStructuredPoints as input and
> produced vtkUnstructuredGrid as output. In VTK 5.*, the superclass for
> filters that produce vtkUnstructuredGrid is
> vtkUnstructuredGridAlgorithm. vtkDataSetTriangleFilter is one of its
> subclasses that operates on any vtkDataSet and produces
> vtkUnstructuredGrid. See
> http://www.vtk.org/doc/nightly/html/classvtkDataSetTriangleFilter.html.
>
> - Amy
>
> Martin Baumann wrote:
>> Hi,
>>
>> I need to get data contained in a vti-file (xml, image data) into an
>> vtkUnstructuredGrid object.
>> What would be the best way to do this? At the moment I am
>> experimenting with
>> vtkStructuredPointsToUnstructuredGridFilter but without success.
>>
>> Regards,
>> MB
>> _______________________________________________
>> This is the private VTK discussion list. Please keep messages
>> on-topic. Check the FAQ at: http://www.vtk.org/Wiki/VTK_FAQ
>> Follow this link to subscribe/unsubscribe:
>> http://www.vtk.org/mailman/listinfo/vtkusers
>>
>>   
>




More information about the vtkusers mailing list