vtk8: disabled vtkOutputWindow

This commit is contained in:
matlabbe
2020-12-11 17:05:37 -05:00
parent 049238dd59
commit 7a5d04062d

View File

@@ -136,7 +136,10 @@ CloudViewer::CloudViewer(QWidget *parent, CloudViewerInteractorStyle * style) :
{
UDEBUG("");
this->setMinimumSize(200, 200);
#if VTK_MAJOR_VERSION >= 8
vtkObject::GlobalWarningDisplayOff();
#endif
int argc = 0;
UASSERT(style!=0);
style->setCloudViewer(this);