[Paraview-developers] ITK reader in ParaView

Sebastien Jourdain sebastien.jourdain at kitware.com
Mon Mar 12 10:38:22 EDT 2012


I'm pretty sure, you'll need to wrap itk::ImageFileReader into a
vtkObject class and follow VTK constraints so you can use it inside
the XML proxy definition.

Seb

On Mon, Mar 12, 2012 at 10:21 AM, Joe Ping-Lin Hsiao <phsiao at cs.unc.edu> wrote:
> Hi,
>
> I'd like to take advantage of itk::ImageFileReader to read Bio-Formats
> files in ParaView, and I wonder if there is any easy way to do that.
>
> I have success reading Bio-Formats files in ITK examples. Then I took
> MyPNGReader example in ParaView as a template, and replaced the string
> "vtkPNGReader" with "itk::ImageFileReader" in the server xml. The
> plugin loaded fine, but I got an error of "Failed to create
> itk::ImageFileReader" when I tried to load a file.
>
> Does anybody know a good place to start?
>
> Thanks,
> Joe
> _______________________________________________
> Paraview-developers mailing list
> Paraview-developers at paraview.org
> http://public.kitware.com/mailman/listinfo/paraview-developers


More information about the Paraview-developers mailing list