How to use the react-vtkjs-viewport.vtkInteractorStyleMPRWindowLevel.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 = vtkInteractorStyleMPRWindowLevel.newInstance();

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