Re: [Paraview] Viewing of 3D image data on object data with paraview

2011-02-24 Thread Utkarsh Ayachit
I believe the problem stems from the fact that although ITK supports associating transforms with ImageData itself, VTK and subsequently ParaView do not. If you look at vtkImageData class (http://www.vtk.org/doc/nightly/html/classvtkImageData.html), you notice that there's no API for

[Paraview] Viewing of 3D image data on object data with paraview

2011-02-23 Thread Richard Beare
Hi, I asked a related question a couple of years ago but never found a good answer. I need to revisit it now. I'd like to view image data plus track data in paraview. The track data is produced as list of points in world coordinates. I can convert these to vtk objects and load them. My problem