[vtkusers] Multiple rendering using vtkImageViewer2

John Drescher drescherjm at gmail.com
Tue Oct 21 13:11:05 EDT 2008


On Mon, Oct 20, 2008 at 10:43 PM, masabumi ishihara
<maty.ishihara at gmail.com> wrote:
> Hi VTK Users,
>
> We have a serious problem.
> We are now developping new 2D viewer, which is planed to use for 3D
> volume rendering using VTK in the future.
> One of our requirement is the viewer can render multiple images on one
> viewer, e.g. rows x columns slice images.
> Then, we have been trying to use vtkImageViewer2, but we can only get
> the result that it can have only one renderer, so it doesn't meet our
> requirement.
>
> If you know how to render multiple images on vtkImageViewer2, please
> let us know.
> If you don't but you know any other class to use, please tell us that.
>

I would take a look at the ITK example LiverTumorSegmentation. In less
than 3 days I took this application and had a Qt application working
to multi-windowed application to display and process Lung CT cases.

John



More information about the vtkusers mailing list