Skip to content
  • Utkarsh Ayachit's avatar
    Make vtkOutputWindow::New create a new instance. · b2bfa250
    Utkarsh Ayachit authored
    vtkOutputWindow::New now creates a new instance rather than reterning a
    reference to the global instance. This makes it possible for users to
    create vtkOutputWindow instance explicitly, rather than the platform
    specific default that gets created in `vtkOutputWindow::GetInstance`.
    b2bfa250