@acransac/vtk.js
Version:
Visualization Toolkit for the Web
14 lines (12 loc) • 541 B
JavaScript
import vtkInteractorStyleImage from './InteractorStyleImage';
import vtkInteractorStyleManipulator from './InteractorStyleManipulator';
import vtkInteractorStyleMPRSlice from './InteractorStyleMPRSlice';
import vtkInteractorStyleRemoteMouse from './InteractorStyleRemoteMouse';
import vtkInteractorStyleTrackballCamera from './InteractorStyleTrackballCamera';
export default {
vtkInteractorStyleImage,
vtkInteractorStyleManipulator,
vtkInteractorStyleMPRSlice,
vtkInteractorStyleRemoteMouse,
vtkInteractorStyleTrackballCamera,
};