ResliceImageViewer for MPR

Hi all,

I’m trying to figure it out how this class works. I have a 3D volume of which i want to perform MPR (like in the image below)


I think I have to use the vtkResliceImageViewer but I dont understand how it works! I’ve tried using a pipeline like this but it doesn’t even showed to me the 2 cursor lines…

reader (3D volume) -> ResliceImageViewer -> Renderer -> RenderWindow

What should I do? Any help would be much appreciated!