How can I insert a SOViewer inside a KWWidgets interface?
SOViewer is a powerful package that can be used to visualize ITK’s Spatial Object hierarchies. Since it is faily independent of any user interface toolkit, it is quite easy to use SOViewer capabilities inside a KWWidgets application. All you need to do is create a 3D scene using a vtkKWRenderWidget object, and instruct it to use SOViewer’s rendering routines. This will work just fine since SOViewer creates geometrical representation of ITK Spatial Object using VTK objects, which vtkKWRenderWidget understands natively. Note that this approach only works from C++ for the moment, and is explained in much more details in the SOViewer example (C++ code).