How to use the react-vtkjs-viewport.vtkInteractorStyleMPRRotate.newInstance function in react-vtkjs-viewport

To help you get started, we’ve selected a few react-vtkjs-viewport examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github OHIF / Viewers / extensions / vtk / src / commandsModule.js View on Github external
apis.forEach(api => {
        const istyle = vtkInteractorStyleMPRRotate.newInstance();

        api.setInteractorStyle({ istyle });
      });
    },