MPR Views Appearing Flipped (Mirror Image) in Custom FourPaneViewer Setup Using vtkResliceImageViewer

Playing with the reslice cursor view up and plane normal might also help:

resliceImageViewer->GetResliceCursor()->SetXViewUp(0, 0, -1);
resliceImageViewer->GetResliceCursor()->GetPlane(0)->SetNormal(-1, 0, 0);
1 Like