VTK
9.1.0
|
Generic QWidget for displaying a vtkRenderWindow in a Qt Application. More...
#include <QVTKRenderWidget.h>
Generic QWidget for displaying a vtkRenderWindow in a Qt Application.
QVTKRenderWidget is intended as a generic widget for displaying VTK rendering results in a Qt application. It is only a wrapper around other specific classes. For now, this only wraps the QVTKOpenGLNativeWidget which is the most versatile implementation. This may evolve in the future. See QVTKOpenGLNativeWidget for implementation details.
For Quad-buffer stereo support, please use directly the QVTKOpenGLStereoWidget.