@kitware/vtk.js
Version:
Visualization Toolkit for the Web
20 lines (17 loc) • 1.18 kB
JavaScript
import vtkGeometryRepresentationProxy from './Representations/GeometryRepresentationProxy.js';
import vtkGlyphRepresentationProxy from './Representations/GlyphRepresentationProxy.js';
import vtkMoleculeRepresentationProxy from './Representations/MoleculeRepresentationProxy.js';
import vtkSkyboxRepresentationProxy from './Representations/SkyboxRepresentationProxy.js';
import vtkSliceRepresentationProxy from './Representations/SliceRepresentationProxy.js';
import vtkSlicedGeometryRepresentationProxy from './Representations/SlicedGeometryRepresentationProxy.js';
import vtkVolumeRepresentationProxy from './Representations/VolumeRepresentationProxy.js';
var Representations = {
vtkGeometryRepresentationProxy: vtkGeometryRepresentationProxy,
vtkGlyphRepresentationProxy: vtkGlyphRepresentationProxy,
vtkMoleculeRepresentationProxy: vtkMoleculeRepresentationProxy,
vtkSkyboxRepresentationProxy: vtkSkyboxRepresentationProxy,
vtkSliceRepresentationProxy: vtkSliceRepresentationProxy,
vtkSlicedGeometryRepresentationProxy: vtkSlicedGeometryRepresentationProxy,
vtkVolumeRepresentationProxy: vtkVolumeRepresentationProxy
};
export { Representations as default };