@kitware/vtk.js
Version:
Visualization Toolkit for the Web
20 lines (17 loc) • 628 B
JavaScript
import vtkAbstractRepresentationProxy from './Core/AbstractRepresentationProxy.js';
import vtkLookupTableProxy from './Core/LookupTableProxy.js';
import vtkPiecewiseFunctionProxy from './Core/PiecewiseFunctionProxy.js';
import vtkProxyManager from './Core/ProxyManager.js';
import vtkSourceProxy from './Core/SourceProxy.js';
import vtkView2DProxy from './Core/View2DProxy.js';
import vtkViewProxy from './Core/ViewProxy.js';
var Core = {
vtkAbstractRepresentationProxy,
vtkLookupTableProxy,
vtkPiecewiseFunctionProxy,
vtkProxyManager,
vtkSourceProxy,
vtkView2DProxy,
vtkViewProxy
};
export { Core as default };