Hello everyone!<div><br></div><div>I have a 3D grayscale volume and a polydata mesh representation of some of its inner structures. What I want to do is to implement a VTK pipeline to visualize:</div><div><br></div><div>1. Sagittal, coronal and axial slices from the 3D grayscale volume.</div>
<div>2. To superimpose, in the same render window, the corresponding polydata mesh representation of the structures.</div><div><br></div><div>In the end what I want to do is similar to what can already be achieved in 3D-slicer (see this figure as an example: <a href="http://tinypic.com/r/amv6sh/6">http://tinypic.com/r/amv6sh/6</a>)</div>
<div><br></div><div>For know the first approach (slices from 3D grayscale volume) is clear, I&#39;m thinking of using vtkImagePlaneWidget. However I don&#39;t know how to superimpose the mesh to this set of slices.</div><div>
<br></div><div>Is it possible to use some class member function such as &quot;AddActor&quot; to the renderer that contains the orthoslices? Is there a different approach?</div><div><br></div><div>Thanks for any suggestions!</div>
<div>Miguel<br></div>