Hi,
I am looking for the way (VTK classes to use for 2D view) of doing this (image below), using 4 different renderer windows.
Thanks,
Hi,
I am looking for the way (VTK classes to use for 2D view) of doing this (image below), using 4 different renderer windows.
Thanks,
Take a look at the FourPaneViewer example here: VTK/Examples/GUI/Qt/FourPaneViewer/QtVTKRenderWindows.cxx at master · Kitware/VTK · GitHub
It uses Qt for the UI but the core is what you are hoping to do i.e. 4 different render windows → three 2D slices and one 3D orthogonal planes view.