[vtkusers] How to elevate a vtkImageData into a vtkAlgorithm object?

David Gobbi david.gobbi at gmail.com
Mon Apr 30 13:14:08 EDT 2018


The vtkImageChangeInformation filter is probably the best choice, since
it's a passthrough filter (it doesn't make a copy of its input).

 - David


On Mon, Apr 30, 2018 at 11:08 AM, normanius <juch at zhaw.ch> wrote:

> For some type-juggling, I would like to transform an
>
> vtkImageData
>
> object into a
>
> vtkAlgorithm
>
> object, very much like the
>
> vtkPassThroughFilter
>
> for
>
> vtkPolyData
>
> objects. I found the ImageAlgorithmFilter example
> <https://www.vtk.org/Wiki/VTK/Examples/Cxx/Developers/ImageAlgorithmFilter>
> that shows that something like this has existed. However, it seems not to
> be available in vtk 8.1.0. Does anyone know more about this? Many thanks
> for your help!
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://vtk.org/pipermail/vtkusers/attachments/20180430/25c38462/attachment.html>


More information about the vtkusers mailing list