├── .babelrc.json ├── .browserslistrc ├── .editorconfig ├── .eslintrc.js ├── .gitattributes ├── .github ├── FUNDING.yml ├── ISSUE_TEMPLATE │ ├── bug_report.yml │ ├── config.yml │ ├── feature_request.yml │ └── performance_issue.yml ├── pull_request_template.md └── workflows │ ├── build-test.yml │ ├── pr-checks.yml │ ├── publish.yml │ └── test-only-check.sh ├── .gitignore ├── .husky └── commit-msg ├── .mailmap ├── .npmignore ├── .nvmrc ├── BREAKING_CHANGES.md ├── CONTRIBUTING.md ├── Copyright.txt ├── Data ├── StanfordDragon.vtkjs ├── cow.vtp │ ├── data │ │ ├── 5ab532bd952db1f3d2b7a5e2c1ffca47.gz │ │ └── ee87874a384348c49955d2f13819469c.gz │ └── index.json ├── elevation │ ├── dem.csv │ └── dem.jpg ├── legacy │ └── sphere.vtk ├── molecule │ ├── pdb │ │ ├── 2LYZ.pdb │ │ └── caffeine.pdb │ └── test-multiple-bonds.cjson ├── obj │ └── space-shuttle-orbiter │ │ ├── space-shuttle-orbiter.mtl │ │ ├── space-shuttle-orbiter.obj │ │ ├── spstob_1.jpg │ │ ├── spstob_2.jpg │ │ └── spstob_3.jpg ├── pbr │ ├── ao.jpg │ ├── diffuse.jpg │ ├── emission.jpg │ ├── helmet.mtl │ ├── helmet.obj │ ├── kiara_dawn_4k.jpg │ ├── metallic.jpg │ ├── normal.jpg │ └── roughness.jpg ├── scene │ ├── 0 │ │ ├── data │ │ │ ├── 69ed98973df6a126eb0545fae2c84c2b.gz │ │ │ └── ac0640cd20d7b4621db9b18980f4df60.gz │ │ └── index.json │ ├── 1 │ │ ├── data │ │ │ ├── 94c54fcd6de99bacae9f8914b29deff7.gz │ │ │ ├── da4c96bc5b98e10c7d81e28b8916afd2.gz │ │ │ └── f252b2232999f175a954efc61fe9f7da.gz │ │ └── index.json │ ├── 2 │ │ ├── data │ │ │ ├── 2c4c44b0ce9899121f7cd2e7e457e64f.gz │ │ │ ├── 9dad7a7a1a98ce645e5f2cedcfad12e9.gz │ │ │ └── c25e7acda128a4190e0ac566866959be.gz │ │ └── index.json │ └── index.json ├── skybox │ └── mountains │ │ ├── back.jpg │ │ ├── data │ │ │ └── 461b3d3a7e19817b01dcfa06cee730e4.gz │ │ └── index.json │ │ ├── bottom.jpg │ │ ├── data │ │ │ └── 2a835cc58f704c935627f0f9875f7de0.gz │ │ └── index.json │ │ ├── front.jpg │ │ ├── data │ │ │ └── a2699a05274e696ca4e6f3f0a7e3c63b.gz │ │ └── index.json │ │ ├── left.jpg │ │ ├── data │ │ │ └── d30793d2f67c1a46b068aaef7eee0c39.gz │ │ └── index.json │ │ ├── right.jpg │ │ ├── data │ │ │ └── 43cef76d544086bc5fbdc32954d68688.gz │ │ └── index.json │ │ └── top.jpg │ │ ├── data │ │ └── 821d406316fa6230675eb296b8f1af94.gz │ │ └── index.json └── volume │ ├── LIDC2.vti │ ├── data │ │ └── b1ad142a1ebc80f957fcdc329e876d51.gz │ └── index.json │ └── headsq.vti │ ├── data │ └── 1839938295fe4f0839c9df8d9fa67137.gz │ └── index.json ├── Documentation ├── .gitignore ├── api.md ├── config.js ├── content │ ├── api │ │ ├── books_VTK_textbook.png │ │ └── index.md │ ├── coverage │ │ └── home.md │ ├── docs │ │ ├── concepts_widgets.md │ │ ├── develop_build.md │ │ ├── develop_class.md │ │ ├── develop_example.md │ │ ├── develop_requirement.md │ │ ├── develop_test.md │ │ ├── develop_webgpu.md │ │ ├── develop_webxr.md │ │ ├── develop_widget.md │ │ ├── gallery │ │ │ ├── Actor2D.jpg │ │ │ ├── AngleWidget.png │ │ │ ├── ArCone.jpg │ │ │ ├── ArConeWithLogo.jpg │ │ │ ├── ArcSource.jpg │ │ │ ├── ArrowSource.jpg │ │ │ ├── BloodCell.jpg │ │ │ ├── Box.jpg │ │ │ ├── Calculator.jpg │ │ │ ├── Calculator2.jpg │ │ │ ├── CellPicker.jpg │ │ │ ├── ChestCTHybrid.png │ │ │ ├── CircleSource.jpg │ │ │ ├── CleanPolyData.jpg │ │ │ ├── ClipClosedSurface.jpg │ │ │ ├── ConcentricCylinderSource.jpg │ │ │ ├── Cone.jpg │ │ │ ├── ConeSource.jpg │ │ │ ├── ContourLoopExtraction.jpg │ │ │ ├── ContourTriangulator.jpg │ │ │ ├── Convolution2DPass.gif │ │ │ ├── CubeAxes.jpg │ │ │ ├── CubeSource.jpg │ │ │ ├── Cursor3D.gif │ │ │ ├── Cutter.jpg │ │ │ ├── CylinderSource.jpg │ │ │ ├── DepthTest.jpg │ │ │ ├── DeviceOrientationToCamera.jpg │ │ │ ├── DracoReaderWithIcon.jpg │ │ │ ├── ElevationReader.jpg │ │ │ ├── ElevationReaderWithIcon.jpg │ │ │ ├── EllipseArcSource.jpg │ │ │ ├── FrustumSource.jpg │ │ │ ├── GCodeReaderWithIcon.jpg │ │ │ ├── GLTFImporterWithIcon.jpg │ │ │ ├── GeometryViewer.jpg │ │ │ ├── GeometryViewerBrainBloodVessels.jpg │ │ │ ├── GeometryViewerBrainBloodVessels2.jpg │ │ │ ├── GeometryViewerChestCT.jpg │ │ │ ├── Glyph3DMapper.jpg │ │ │ ├── GlyphRotation.jpg │ │ │ ├── HDRReaderWithIcon.jpg │ │ │ ├── HardwareSelector.jpg │ │ │ ├── HeadFullVolume.png │ │ │ ├── HeadGradient.png │ │ │ ├── HttpDataSetReaderWithIcon.jpg │ │ │ ├── HttpDataSetSeriesReaderWithIcon.gif │ │ │ ├── HttpSceneLoader.jpg │ │ │ ├── HttpSceneLoaderWithIcon.jpg │ │ │ ├── IFCImporterWithIcon.jpg │ │ │ ├── ImageCPRMapper.jpg │ │ │ ├── ImageCropFilter.jpg │ │ │ ├── ImageCroppingWidget.jpg │ │ │ ├── ImageLabelOutline.jpg │ │ │ ├── ImageMapper.jpg │ │ │ ├── ImageMarchingCubes.jpg │ │ │ ├── ImageMarchingSquares.jpg │ │ │ ├── ImageResliceMapper.gif │ │ │ ├── ImageStreamWithLogos.jpg │ │ │ ├── ImageStreamline.jpg │ │ │ ├── ImplicitBoolean.jpg │ │ │ ├── ImplicitPlaneWidget.png │ │ │ ├── InteractiveOrientationWidget.png │ │ │ ├── InteractorStyleHMDXR.jpg │ │ │ ├── InteractorStyleManipulator.jpg │ │ │ ├── InteractorStyleTrackballCamera.jpg │ │ │ ├── InteractorStyleUnicam.jpg │ │ │ ├── ItkWasmVolume.jpg │ │ │ ├── ItkWasmVolumeWithLogo.jpg │ │ │ ├── KeyPresEvents.jpg │ │ │ ├── KeyboardCameraManipulator.jpg │ │ │ ├── LabelWidget.png │ │ │ ├── LabelmapEdgeProjection.gif │ │ │ ├── LineSource.jpg │ │ │ ├── LineWidget.png │ │ │ ├── LookingGlassCone.png │ │ │ ├── LookingGlassConeWithLogo.jpg │ │ │ ├── ManyRenderWindows.jpg │ │ │ ├── ManyRenderers.gif │ │ │ ├── MouseRangeManipulator.jpg │ │ │ ├── MultiSliceImageMapper.gif │ │ │ ├── MultiSliceImageMapper.jpg │ │ │ ├── OBBTree.jpg │ │ │ ├── OBJReader.jpg │ │ │ ├── OBJReaderWithIcon.jpg │ │ │ ├── OBJViewerFerrari.jpg │ │ │ ├── OBJWriterWithIcon.jpg │ │ │ ├── OfflineLocalViewWithIcon.jpg │ │ │ ├── OutlineFilter.jpg │ │ │ ├── PDBReader.jpg │ │ │ ├── PDBReaderWithIcon.jpg │ │ │ ├── PLYReaderWithIcon.jpg │ │ │ ├── PLYWriterWithIcon.jpg │ │ │ ├── PaintWidget.gif │ │ │ ├── PiecewiseGaussianWidget.jpg │ │ │ ├── PlaneSource.jpg │ │ │ ├── PlatonicSolidSource.jpg │ │ │ ├── PointLocator.jpg │ │ │ ├── PointPicker.jpg │ │ │ ├── PointSource.jpg │ │ │ ├── PolyDataNormals.jpg │ │ │ ├── PolyLineWidget.png │ │ │ ├── QuadView.jpg │ │ │ ├── Reactor.jpg │ │ │ ├── RemoteViewWithLogos.jpg │ │ │ ├── ResliceCursorWidget.gif │ │ │ ├── ResliceCursorWidget.jpg │ │ │ ├── SLICSource.jpg │ │ │ ├── STLReaderWithIcon.jpg │ │ │ ├── STLWriterWithIcon.jpg │ │ │ ├── ScalarBarActor.jpg │ │ │ ├── ScalarToRGBA.jpg │ │ │ ├── SceneExplorerVesselWithStreamlines.jpg │ │ │ ├── ShapeWidget.png │ │ │ ├── ShrinkPolyData.jpg │ │ │ ├── SkyboxViewer.jpg │ │ │ ├── SkyboxViewerVR.jpg │ │ │ ├── SphereArray.jpg │ │ │ ├── SphereMapper.jpg │ │ │ ├── SphereSource.gif │ │ │ ├── SphereWidget.jpg │ │ │ ├── SpheresAndLabels.jpg │ │ │ ├── SplineWidget.gif │ │ │ ├── StickMapper.jpg │ │ │ ├── SurfaceLICMapper.jpg │ │ │ ├── TGAReaderWithIcon.jpg │ │ │ ├── TIFFReaderWithIcon.jpg │ │ │ ├── TestVolumeTypes.jpg │ │ │ ├── Texture.jpg │ │ │ ├── ThresholdPoints.jpg │ │ │ ├── TimeSeries.gif │ │ │ ├── TimeStepBasedAnimationHandler.gif │ │ │ ├── TransformControlsWidget.png │ │ │ ├── TriangleFilter.jpg │ │ │ ├── TubeFilter.jpg │ │ │ ├── VTKReaderWithIcon.jpg │ │ │ ├── VolumeClipPlane.jpg │ │ │ ├── VolumeContour.gif │ │ │ ├── VolumeContour.jpg │ │ │ ├── VolumeMapper.jpg │ │ │ ├── VolumeMapperBlendModes.gif │ │ │ ├── VolumeMapperLightAndShadow.jpg │ │ │ ├── VolumeMapperParallelProjection.jpg │ │ │ ├── VolumeOutline.jpg │ │ │ ├── VolumeRenderingWithPolyData.jpg │ │ │ ├── VolumeViewer.jpg │ │ │ ├── VrCone.jpg │ │ │ ├── VrConeWithLogo.jpg │ │ │ ├── WarpScalar.gif │ │ │ ├── WarpScalar.jpg │ │ │ ├── WebXRVolume.png │ │ │ ├── WebXRVolumeHeadAndNeck.png │ │ │ ├── WindowedSincPolyDataFilter.gif │ │ │ ├── XMLImageDataWriterWithIcon.jpg │ │ │ ├── XMLPolyDataWriterWithIcon.jpg │ │ │ ├── ZipHttpReader.jpg │ │ │ ├── ZipHttpReaderWithIcon.jpg │ │ │ ├── bike.jpg │ │ │ ├── earth.jpg │ │ │ ├── lidar.jpg │ │ │ ├── molecule.jpg │ │ │ └── widgets_diagram.png │ │ ├── index.md │ │ ├── intro_vtk_as_es6_dependency.md │ │ ├── intro_vtk_as_external_script.md │ │ ├── misc_contributing.md │ │ ├── misc_tools.md │ │ ├── misc_troubleshooting.md │ │ ├── old_intro_vtk_es6.md │ │ ├── structures.md │ │ ├── structures_DataArray.md │ │ ├── structures_MultiBlock.md │ │ ├── structures_ParametricDataset.md │ │ ├── structures_PolyData.md │ │ ├── structures_StringArray.md │ │ ├── structures_Table.md │ │ ├── structures_UnstructuredGrid.md │ │ ├── tutorial.md │ │ ├── vtk-js-demo.html │ │ ├── vtk_react.md │ │ ├── vtk_vanilla.md │ │ └── vtk_vue.md │ ├── examples │ │ └── index.md │ ├── icon │ │ ├── favicon-160x160.png │ │ ├── favicon-16x16.png │ │ ├── favicon-196x196.png │ │ ├── favicon-32x32.png │ │ └── favicon-96x96.png │ ├── index.pug │ ├── logo-wide.png │ ├── logo-wide.svg │ ├── logo.png │ └── logo.svg ├── data │ └── menu.yml ├── generate-api-docs.js ├── themes │ └── navy │ │ └── layout │ │ └── partial │ │ └── footer.swig └── tpl │ ├── __en__ │ └── __sidebar__ ├── Examples ├── Applications │ ├── GeometryViewer │ │ ├── GeometryViewer.module.css │ │ ├── dropBG.jpg │ │ ├── dropBG.svg │ │ ├── index.js │ │ └── index.md │ ├── ImageViewer │ │ ├── ImageViewer.module.css │ │ ├── controlPanel.html │ │ ├── dropBG.jpg │ │ ├── dropBG.svg │ │ ├── index.js │ │ └── index.md │ ├── OBJViewer │ │ ├── OBJViewer.module.css │ │ ├── dropOBJ.jpg │ │ ├── dropOBJ.svg │ │ ├── index.js │ │ └── index.md │ ├── OctreeViewer │ │ ├── Octree.module.css │ │ ├── dropBG.jpg │ │ ├── dropBG.svg │ │ └── index.js │ ├── OfflineLocalView │ │ ├── dropBG.jpg │ │ ├── index.js │ │ ├── index.md │ │ └── viewer.module.css │ ├── SceneExplorer │ │ ├── SceneExplorer.module.css │ │ ├── SceneExplorerWidget.js │ │ ├── dropBG.jpg │ │ ├── dropBG.svg │ │ ├── index.js │ │ └── index.md │ ├── SkyboxViewer │ │ ├── SkyboxViewer.module.css │ │ ├── dropBG.jpg │ │ ├── index.js │ │ └── index.md │ ├── TubesViewer │ │ ├── TubesViewer.module.css │ │ ├── dropBG.png │ │ ├── dropBG.svg │ │ └── index.js │ └── VolumeViewer │ │ ├── VolumeViewer.module.css │ │ ├── dropBG.jpg │ │ ├── dropBG.svg │ │ ├── index.js │ │ └── index.md ├── Geometry │ ├── AR │ │ ├── index.js │ │ └── index.md │ ├── AxesActor │ │ └── index.js │ ├── Cone │ │ └── index.js │ ├── CubeAxes │ │ └── index.js │ ├── DepthTest │ │ ├── index.js │ │ └── style.module.css │ ├── GlyphRotation │ │ └── index.js │ ├── ItkWasmGeometry │ │ └── index.js │ ├── LookingGlass │ │ ├── index.js │ │ └── index.md │ ├── Picking │ │ └── index.js │ ├── SimpleCone │ │ └── index.js │ ├── SpheresAndLabels │ │ ├── index.js │ │ └── style.module.css │ ├── Texture │ │ └── index.js │ ├── TimeSeries │ │ └── index.js │ └── VR │ │ ├── index.js │ │ └── index.md ├── Rendering │ ├── Actor2D │ │ └── index.js │ ├── Convolution2DPass │ │ └── index.js │ ├── CustomWebGPUCone │ │ └── index.js │ ├── ImageLabelOutline │ │ └── index.js │ ├── KeyPressEvents │ │ └── index.js │ ├── LabelmapEdgeProjection │ │ └── index.js │ ├── ManyRenderWindows │ │ └── index.js │ ├── ManyRenderers │ │ └── index.js │ ├── PBR │ │ └── index.js │ ├── QuadView │ │ └── index.js │ └── SphereArray │ │ └── index.js ├── Volume │ ├── ItkWasmVolume │ │ └── index.js │ ├── MultiSliceImageMapper │ │ └── index.js │ ├── Scrolling2DMixedImages │ │ └── index.js │ ├── TestVolumeTypes │ │ └── index.js │ ├── VolumeClipPlane │ │ └── index.js │ ├── VolumeContour │ │ └── index.js │ ├── VolumeMapperBlendModes │ │ └── index.js │ ├── VolumeMapperLightAndShadow │ │ ├── index.js │ │ └── index.md │ ├── VolumeMapperParallelProjection │ │ └── index.js │ ├── VolumeOutline │ │ └── index.js │ ├── VolumePicker │ │ └── index.js │ ├── VolumeRenderingWithPolyData │ │ └── index.js │ ├── WebXRChestCTBlendedCVR │ │ ├── WebXRVolume.module.css │ │ ├── index.js │ │ └── index.md │ ├── WebXRHeadFullVolumeCVR │ │ ├── WebXRVolume.module.css │ │ ├── index.js │ │ └── index.md │ ├── WebXRHeadGradientCVR │ │ ├── WebXRVolume.module.css │ │ ├── index.js │ │ └── index.md │ ├── WebXRVolume │ │ ├── WebXRVolume.module.css │ │ ├── index.js │ │ └── index.md │ └── ZipHttpReader │ │ └── index.js └── Widgets │ ├── Box │ ├── BoxWidget.js │ └── index.js │ └── Utilities │ └── SVGHelpers.js ├── LICENSE ├── README.md ├── Sources ├── Common │ ├── Core │ │ ├── Base64 │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── CellArray │ │ │ ├── index.d.ts │ │ │ ├── index.js │ │ │ └── test │ │ │ │ └── testCellArray.js │ │ ├── ClassHierarchy │ │ │ └── index.js │ │ ├── DataArray │ │ │ ├── Constants.js │ │ │ ├── index.d.ts │ │ │ ├── index.js │ │ │ └── test │ │ │ │ └── testDataArray.js │ │ ├── Endian │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── HalfFloat │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── ImageHelper │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── LookupTable │ │ │ ├── index.d.ts │ │ │ ├── index.js │ │ │ └── test │ │ │ │ ├── testCategoricalColors.js │ │ │ │ ├── testCategoricalColors.png │ │ │ │ ├── testScalarBar.js │ │ │ │ ├── testScalarBar.png │ │ │ │ ├── testScalarBar2.png │ │ │ │ ├── testSetTable.js │ │ │ │ └── testSetTable.png │ │ ├── Math │ │ │ ├── Constants.js │ │ │ ├── index.d.ts │ │ │ ├── index.js │ │ │ └── test │ │ │ │ └── testMath.js │ │ ├── MatrixBuilder │ │ │ ├── index.d.ts │ │ │ ├── index.js │ │ │ └── test │ │ │ │ └── testMatrixBuilder.js │ │ ├── Points │ │ │ ├── index.d.ts │ │ │ ├── index.js │ │ │ └── test │ │ │ │ └── testPoints.js │ │ ├── PriorityQueue │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── ProgressHandler │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── ScalarsToColors │ │ │ ├── Constants.d.ts │ │ │ ├── Constants.js │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── StringArray │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── URLExtract │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── VariantArray │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ └── index.js │ ├── DataModel │ │ ├── AbstractPointLocator │ │ │ ├── index.d.ts │ │ │ ├── index.js │ │ │ └── test │ │ │ │ └── testLocator.js │ │ ├── BoundingBox │ │ │ ├── api.md │ │ │ ├── example_ │ │ │ │ └── index.js │ │ │ ├── index.d.ts │ │ │ ├── index.js │ │ │ └── test │ │ │ │ └── testBoundingBox.js │ │ ├── Box │ │ │ ├── index.d.ts │ │ │ ├── index.js │ │ │ └── test │ │ │ │ └── testBox.js │ │ ├── CardinalSpline1D │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── Cell │ │ │ ├── index.d.ts │ │ │ ├── index.js │ │ │ └── test │ │ │ │ └── testCell.js │ │ ├── CellLinks │ │ │ └── index.js │ │ ├── CellTypes │ │ │ ├── Constants.js │ │ │ └── index.js │ │ ├── Collection │ │ │ ├── index.d.ts │ │ │ ├── index.js │ │ │ └── test │ │ │ │ └── testCollection.js │ │ ├── Cone │ │ │ ├── index.d.ts │ │ │ ├── index.js │ │ │ └── test │ │ │ │ ├── testConeImplicitFunction.js │ │ │ │ └── testConeImplicitFunction.png │ │ ├── Cylinder │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── DataSet │ │ │ ├── Constants.d.ts │ │ │ ├── Constants.js │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── DataSetAttributes │ │ │ ├── Constants.js │ │ │ ├── FieldData.d.ts │ │ │ ├── FieldData.js │ │ │ ├── index.d.ts │ │ │ ├── index.js │ │ │ └── test │ │ │ │ └── testDataSetAttributes.js │ │ ├── EdgeLocator │ │ │ ├── index.d.ts │ │ │ ├── index.js │ │ │ └── test │ │ │ │ └── testEdgeLocator.js │ │ ├── ITKHelper │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── ImageData │ │ │ ├── index.d.ts │ │ │ ├── index.js │ │ │ └── test │ │ │ │ └── testImageData.js │ │ ├── ImplicitBoolean │ │ │ ├── Constants.js │ │ │ ├── api.md │ │ │ ├── example │ │ │ │ ├── controller.html │ │ │ │ └── index.js │ │ │ └── index.js │ │ ├── ImplicitFunction │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── IncrementalOctreeNode │ │ │ ├── index.d.ts │ │ │ ├── index.js │ │ │ └── test │ │ │ │ └── testIncrementalOctreeNode.js │ │ ├── IncrementalOctreePointLocator │ │ │ ├── index.d.ts │ │ │ ├── index.js │ │ │ └── test │ │ │ │ └── testIncrementalOctreePointLocator.js │ │ ├── KochanekSpline1D │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── Line │ │ │ ├── Constants.js │ │ │ ├── index.d.ts │ │ │ ├── index.js │ │ │ └── test │ │ │ │ └── testLine.js │ │ ├── Locator │ │ │ ├── index.d.ts │ │ │ ├── index.js │ │ │ └── test │ │ │ │ └── testLocator.js │ │ ├── MergePoints │ │ │ ├── index.d.ts │ │ │ ├── index.js │ │ │ └── test │ │ │ │ └── testMergePoints.js │ │ ├── Molecule │ │ │ └── index.js │ │ ├── PiecewiseFunction │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── Plane │ │ │ ├── index.d.ts │ │ │ ├── index.js │ │ │ └── test │ │ │ │ └── testPlane.js │ │ ├── Planes │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── PointLocator │ │ │ ├── example │ │ │ │ └── index.js │ │ │ ├── index.d.ts │ │ │ ├── index.js │ │ │ └── test │ │ │ │ └── testPointLocator.js │ │ ├── PointSet │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── PolyData │ │ │ ├── Constants.d.ts │ │ │ ├── Constants.js │ │ │ ├── index.d.ts │ │ │ ├── index.js │ │ │ └── test │ │ │ │ └── testPolyData.js │ │ ├── PolyLine │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── Polygon │ │ │ ├── Constants.js │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── Quad │ │ │ ├── Constants.js │ │ │ ├── index.d.ts │ │ │ ├── index.js │ │ │ └── test │ │ │ │ └── testQuad.js │ │ ├── SelectionNode │ │ │ ├── Constants.d.ts │ │ │ ├── Constants.js │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── Sphere │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── Spline1D │ │ │ ├── Constants.js │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── Spline3D │ │ │ ├── Constants.d.ts │ │ │ ├── Constants.js │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── StructuredData │ │ │ ├── Constants.js │ │ │ └── index.js │ │ ├── Triangle │ │ │ ├── index.d.ts │ │ │ ├── index.js │ │ │ └── test │ │ │ │ └── testTriangle.js │ │ ├── TriangleStrip │ │ │ ├── example │ │ │ │ └── index.js │ │ │ ├── index.d.ts │ │ │ ├── index.js │ │ │ └── test │ │ │ │ └── testTriangleStrip.js │ │ └── index.js │ ├── System │ │ ├── MobileVR │ │ │ ├── dpdb.json │ │ │ ├── fetchDatabase.sh │ │ │ ├── headsets.js │ │ │ └── index.js │ │ ├── TimerLog │ │ │ └── index.js │ │ └── index.js │ ├── Transform │ │ ├── LandmarkTransform │ │ │ ├── Constants.js │ │ │ ├── index.d.ts │ │ │ ├── index.js │ │ │ └── test │ │ │ │ └── testLandmarkTransform.js │ │ ├── Transform │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ └── index.js │ └── index.js ├── Filters │ ├── Core │ │ ├── CleanPolyData │ │ │ ├── example │ │ │ │ └── index.js │ │ │ ├── index.d.ts │ │ │ ├── index.js │ │ │ └── test │ │ │ │ └── testCleanPolyData.js │ │ ├── Cutter │ │ │ ├── example │ │ │ │ └── index.js │ │ │ ├── index.js │ │ │ └── test │ │ │ │ └── testCutter.js │ │ ├── PolyDataNormals │ │ │ ├── example │ │ │ │ └── index.js │ │ │ ├── index.js │ │ │ └── test │ │ │ │ └── testPolyDataNormals.js │ │ ├── ThresholdPoints │ │ │ ├── example │ │ │ │ └── index.js │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ └── index.js │ ├── Cornerstone │ │ ├── ImageDataToCornerstoneImage │ │ │ └── index.js │ │ └── index.js │ ├── General │ │ ├── AppendPolyData │ │ │ ├── index.d.ts │ │ │ ├── index.js │ │ │ └── test │ │ │ │ ├── testAppendPolyData.js │ │ │ │ └── testAppendPolyData.png │ │ ├── Calculator │ │ │ ├── api.md │ │ │ ├── example │ │ │ │ └── index.js │ │ │ ├── index.js │ │ │ └── test │ │ │ │ └── testCalculator.js │ │ ├── ClipClosedSurface │ │ │ ├── Constants.js │ │ │ ├── example │ │ │ │ └── index.js │ │ │ ├── index.d.ts │ │ │ ├── index.js │ │ │ └── test │ │ │ │ └── testClipClosedSurface.js │ │ ├── ClosedPolyLineToSurfaceFilter │ │ │ ├── index.js │ │ │ └── test │ │ │ │ ├── cellArray.json │ │ │ │ ├── polyLine.json │ │ │ │ └── testClosedPolyLineToSurfaceFilter.js │ │ ├── ContourLoopExtraction │ │ │ ├── example │ │ │ │ └── index.js │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── ContourTriangulator │ │ │ ├── Constants.js │ │ │ ├── example │ │ │ │ └── index.js │ │ │ ├── helper.js │ │ │ ├── index.d.ts │ │ │ ├── index.js │ │ │ └── test │ │ │ │ └── testContourTriangulator.js │ │ ├── ImageCropFilter │ │ │ ├── example │ │ │ │ └── index.js │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── ImageDataOutlineFilter │ │ │ ├── index.d.ts │ │ │ ├── index.js │ │ │ └── test │ │ │ │ ├── testImageDataOutlineFilter.js │ │ │ │ ├── testImageDataOutlineFilter_Faces.png │ │ │ │ └── testImageDataOutlineFilter_Lines.png │ │ ├── ImageMarchingCubes │ │ │ ├── api.md │ │ │ ├── caseTable.js │ │ │ ├── example │ │ │ │ └── index.js │ │ │ └── index.js │ │ ├── ImageMarchingSquares │ │ │ ├── api.md │ │ │ ├── caseTable.js │ │ │ ├── example │ │ │ │ └── index.js │ │ │ └── index.js │ │ ├── ImageOutlineFilter │ │ │ ├── example │ │ │ │ └── index.js │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── ImageSliceFilter │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── ImageStreamline │ │ │ ├── example │ │ │ │ └── index.js │ │ │ ├── index.d.ts │ │ │ ├── index.js │ │ │ └── test │ │ │ │ └── testStreamline.js │ │ ├── LineFilter │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── MoleculeToRepresentation │ │ │ ├── index.js │ │ │ └── test │ │ │ │ ├── testMolecule_multiple_bonds.png │ │ │ │ └── testMultipleBonds.js │ │ ├── OBBTree │ │ │ ├── OBBNode.js │ │ │ ├── example │ │ │ │ └── index.js │ │ │ ├── helper.js │ │ │ ├── index.js │ │ │ └── test │ │ │ │ ├── testHelpers.js │ │ │ │ └── testOBBTree.js │ │ ├── OutlineFilter │ │ │ ├── example │ │ │ │ └── index.js │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── PaintFilter │ │ │ ├── PaintFilter.worker.js │ │ │ ├── index.js │ │ │ └── test │ │ │ │ ├── baseline.png │ │ │ │ └── testPaintEllipse.js │ │ ├── ScalarToRGBA │ │ │ ├── example │ │ │ │ ├── controller.html │ │ │ │ └── index.js │ │ │ └── index.js │ │ ├── ShrinkPolyData │ │ │ ├── example │ │ │ │ └── index.js │ │ │ ├── index.d.ts │ │ │ ├── index.js │ │ │ └── test │ │ │ │ ├── testShrinkPolyData.js │ │ │ │ └── testShrinkPolyData.png │ │ ├── TransformPolyDataFilter │ │ │ ├── index.d.ts │ │ │ ├── index.js │ │ │ └── test │ │ │ │ └── testTransformPolyDataFilter.js │ │ ├── TriangleFilter │ │ │ ├── example │ │ │ │ └── index.js │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── TubeFilter │ │ │ ├── Constants.js │ │ │ ├── example │ │ │ │ └── index.js │ │ │ ├── index.d.ts │ │ │ ├── index.js │ │ │ └── test │ │ │ │ ├── testTubeColors.js │ │ │ │ ├── testTubeColors.png │ │ │ │ ├── testTubeFilter.js │ │ │ │ └── testTubeFilter.png │ │ ├── WarpScalar │ │ │ ├── api.md │ │ │ ├── example │ │ │ │ └── index.js │ │ │ ├── index.js │ │ │ └── test │ │ │ │ └── testWarp.js │ │ ├── WindowedSincPolyDataFilter │ │ │ ├── example │ │ │ │ └── index.js │ │ │ └── index.js │ │ └── index.js │ ├── Sources │ │ ├── ArcSource │ │ │ ├── example │ │ │ │ └── index.js │ │ │ ├── index.d.ts │ │ │ ├── index.js │ │ │ └── test │ │ │ │ ├── testArc.js │ │ │ │ └── testArc.png │ │ ├── Arrow2DSource │ │ │ ├── Constants.js │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── ArrowSource │ │ │ ├── example │ │ │ │ ├── controlPanel.html │ │ │ │ └── index.js │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── CircleSource │ │ │ ├── example │ │ │ │ └── index.js │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── ConcentricCylinderSource │ │ │ ├── api.md │ │ │ ├── example │ │ │ │ └── index.js │ │ │ ├── index.js │ │ │ └── test │ │ │ │ ├── testConcentricCylinder.js │ │ │ │ └── testConcentricCylinder.png │ │ ├── ConeSource │ │ │ ├── example │ │ │ │ └── index.js │ │ │ ├── index.d.ts │ │ │ ├── index.js │ │ │ └── test │ │ │ │ ├── testCone.js │ │ │ │ └── testCone.png │ │ ├── CubeSource │ │ │ ├── example │ │ │ │ └── index.js │ │ │ ├── index.d.ts │ │ │ ├── index.js │ │ │ └── test │ │ │ │ ├── testCube.js │ │ │ │ ├── testCube.png │ │ │ │ └── testCube_2.png │ │ ├── Cursor3D │ │ │ ├── example │ │ │ │ └── index.js │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── CylinderSource │ │ │ ├── example │ │ │ │ └── index.js │ │ │ ├── index.d.ts │ │ │ ├── index.js │ │ │ └── test │ │ │ │ ├── testCylinder.js │ │ │ │ └── testCylinder.png │ │ ├── DiskSource │ │ │ ├── example │ │ │ │ └── index.js │ │ │ ├── index.d.ts │ │ │ ├── index.js │ │ │ └── test │ │ │ │ ├── testDisk.js │ │ │ │ └── testDisk.png │ │ ├── EllipseArcSource │ │ │ ├── example │ │ │ │ └── index.js │ │ │ ├── index.d.ts │ │ │ ├── index.js │ │ │ └── test │ │ │ │ ├── testEllipseArc.js │ │ │ │ └── testEllipseArc.png │ │ ├── FrustumSource │ │ │ ├── example │ │ │ │ └── index.js │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── ImageGridSource │ │ │ ├── api.md │ │ │ └── index.js │ │ ├── LineSource │ │ │ ├── example │ │ │ │ └── index.js │ │ │ ├── index.d.ts │ │ │ ├── index.js │ │ │ └── test │ │ │ │ ├── baseline.png │ │ │ │ └── testLine.js │ │ ├── PlaneSource │ │ │ ├── example │ │ │ │ └── index.js │ │ │ ├── index.d.ts │ │ │ ├── index.js │ │ │ └── test │ │ │ │ ├── testPlane.js │ │ │ │ └── testPlane.png │ │ ├── PlatonicSolidSource │ │ │ ├── Constants.d.ts │ │ │ ├── Constants.js │ │ │ ├── example │ │ │ │ └── index.js │ │ │ ├── index.d.ts │ │ │ ├── index.js │ │ │ └── test │ │ │ │ ├── testCube.png │ │ │ │ ├── testDodecahedron.png │ │ │ │ ├── testIcosahedron.png │ │ │ │ ├── testOctahedron.png │ │ │ │ ├── testPlatonicSolid.js │ │ │ │ └── testTetrahedron.png │ │ ├── PointSource │ │ │ ├── example │ │ │ │ └── index.js │ │ │ ├── index.d.ts │ │ │ ├── index.js │ │ │ └── test │ │ │ │ ├── testPointSource.js │ │ │ │ └── testPointSource.png │ │ ├── RTAnalyticSource │ │ │ ├── api.md │ │ │ └── index.js │ │ ├── SLICSource │ │ │ ├── api.md │ │ │ ├── example │ │ │ │ └── index.js │ │ │ └── index.js │ │ ├── SphereSource │ │ │ ├── example │ │ │ │ └── index.js │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── TorusSource │ │ │ └── index.js │ │ ├── ViewFinderSource │ │ │ └── index.js │ │ └── index.js │ ├── Texture │ │ ├── TextureMapToPlane │ │ │ ├── index.d.ts │ │ │ ├── index.js │ │ │ └── test │ │ │ │ └── testTextureMapToPlane.js │ │ ├── TextureMapToSphere │ │ │ ├── index.d.ts │ │ │ ├── index.js │ │ │ └── test │ │ │ │ └── testTextureMapToSphere.js │ │ └── index.js │ └── index.js ├── IO │ ├── Core │ │ ├── BinaryHelper │ │ │ └── index.js │ │ ├── DataAccessHelper │ │ │ ├── HtmlDataAccessHelper.d.ts │ │ │ ├── HtmlDataAccessHelper.js │ │ │ ├── HttpDataAccessHelper.d.ts │ │ │ ├── HttpDataAccessHelper.js │ │ │ ├── JSZipDataAccessHelper.d.ts │ │ │ ├── JSZipDataAccessHelper.js │ │ │ ├── LiteHttpDataAccessHelper.d.ts │ │ │ ├── LiteHttpDataAccessHelper.js │ │ │ ├── index.d.ts │ │ │ ├── index.js │ │ │ └── test │ │ │ │ └── testHttpDataAccessHelperFetchArray.js │ │ ├── HttpDataSetReader │ │ │ ├── example │ │ │ │ ├── index.js │ │ │ │ └── index.md │ │ │ ├── index.d.ts │ │ │ ├── index.js │ │ │ └── test │ │ │ │ ├── MockDataAccessHelper.d.ts │ │ │ │ ├── MockDataAccessHelper.js │ │ │ │ └── testHttpDataSetReader.js │ │ ├── HttpDataSetSeriesReader │ │ │ ├── api.md │ │ │ ├── example │ │ │ │ └── index.js │ │ │ └── index.js │ │ ├── HttpSceneLoader │ │ │ ├── example │ │ │ │ ├── index.js │ │ │ │ └── index.md │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── ImageStream │ │ │ ├── DefaultProtocol.d.ts │ │ │ ├── DefaultProtocol.js │ │ │ ├── ViewStream.d.ts │ │ │ ├── ViewStream.js │ │ │ ├── example │ │ │ │ ├── index.js │ │ │ │ ├── index.md │ │ │ │ └── pvw-server.py │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── ResourceLoader │ │ │ └── index.js │ │ ├── Serializer │ │ │ ├── ArraySerializer.js │ │ │ ├── FieldDataSerializer.js │ │ │ ├── ImageDataSerializer.js │ │ │ ├── PolyDataSerializer.js │ │ │ └── index.js │ │ ├── WSLinkClient │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── ZipMultiDataSetReader │ │ │ └── index.js │ │ ├── ZipMultiDataSetWriter │ │ │ └── index.js │ │ └── index.js │ ├── Geometry │ │ ├── DracoReader │ │ │ ├── example │ │ │ │ └── index.js │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── GLTFImporter │ │ │ ├── Animations.js │ │ │ ├── Constants.js │ │ │ ├── Decoder.js │ │ │ ├── Extensions.js │ │ │ ├── Parser.js │ │ │ ├── Reader.js │ │ │ ├── Utils.js │ │ │ ├── example │ │ │ │ └── index.js │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── IFCImporter │ │ │ ├── example │ │ │ │ └── index.js │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── PLYReader │ │ │ ├── example │ │ │ │ ├── index.js │ │ │ │ └── index.md │ │ │ ├── index.d.ts │ │ │ ├── index.js │ │ │ └── test │ │ │ │ └── testPLYReader.js │ │ ├── PLYWriter │ │ │ ├── Constants.js │ │ │ ├── example │ │ │ │ └── index.js │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── STLReader │ │ │ ├── example │ │ │ │ └── index.js │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── STLWriter │ │ │ ├── Constants.js │ │ │ ├── example │ │ │ │ └── index.js │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ └── index.js │ ├── Image │ │ ├── HDRReader │ │ │ ├── Utils.js │ │ │ ├── example │ │ │ │ └── index.js │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── TGAReader │ │ │ ├── Constants.js │ │ │ ├── example │ │ │ │ └── index.js │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── TIFFReader │ │ │ ├── example │ │ │ │ └── index.js │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ └── index.js │ ├── Legacy │ │ ├── LegacyAsciiParser │ │ │ └── index.js │ │ ├── PolyDataReader │ │ │ ├── api.md │ │ │ ├── example │ │ │ │ └── index.js │ │ │ └── index.js │ │ └── index.js │ ├── Misc │ │ ├── ElevationReader │ │ │ ├── example │ │ │ │ └── index.js │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── GCodeReader │ │ │ ├── example │ │ │ │ └── index.js │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── HttpDataSetLODsLoader │ │ │ └── index.js │ │ ├── ITKImageReader │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── ITKPolyDataReader │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── JSONNucleoReader │ │ │ ├── example │ │ │ │ └── index.js │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── JSONReader │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── MTLReader │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── OBJReader │ │ │ ├── example │ │ │ │ └── index.js │ │ │ ├── index.d.ts │ │ │ ├── index.js │ │ │ └── test │ │ │ │ └── testOBJReader.js │ │ ├── OBJWriter │ │ │ ├── example │ │ │ │ └── index.js │ │ │ ├── index.d.ts │ │ │ ├── index.js │ │ │ └── test │ │ │ │ └── testOBJWriter.js │ │ ├── PDBReader │ │ │ ├── example │ │ │ │ └── index.js │ │ │ ├── index.d.ts │ │ │ ├── index.js │ │ │ └── test │ │ │ │ ├── testMolecule.js │ │ │ │ └── testMolecule_with_bonds.png │ │ ├── SkyboxReader │ │ │ ├── api.md │ │ │ └── index.js │ │ └── index.js │ ├── XML │ │ ├── XMLImageDataReader │ │ │ ├── index.d.ts │ │ │ ├── index.js │ │ │ └── test │ │ │ │ └── testXMLImageDataReader.js │ │ ├── XMLImageDataWriter │ │ │ ├── example │ │ │ │ └── index.js │ │ │ ├── index.js │ │ │ └── test │ │ │ │ └── testXMLImageDataWriter.js │ │ ├── XMLPolyDataReader │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── XMLPolyDataWriter │ │ │ ├── example │ │ │ │ └── index.js │ │ │ └── index.js │ │ ├── XMLReader │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── XMLWriter │ │ │ ├── Constants.js │ │ │ └── index.js │ │ └── index.js │ └── index.js ├── Imaging │ ├── Core │ │ ├── AbstractImageInterpolator │ │ │ ├── Constants.d.ts │ │ │ ├── Constants.js │ │ │ ├── InterpolationInfo.js │ │ │ └── index.js │ │ ├── ImageInterpolator │ │ │ └── index.js │ │ ├── ImagePointDataIterator │ │ │ └── index.js │ │ ├── ImageReslice │ │ │ ├── Constants.d.ts │ │ │ ├── Constants.js │ │ │ ├── api.md │ │ │ ├── index.d.ts │ │ │ ├── index.js │ │ │ └── test │ │ │ │ ├── testImageReslice.js │ │ │ │ ├── testImageReslice.py │ │ │ │ └── testReslice.png │ │ └── index.js │ ├── Hybrid │ │ ├── SampleFunction │ │ │ ├── api.md │ │ │ └── index.js │ │ └── index.js │ └── index.js ├── Interaction │ ├── Animations │ │ └── TimeStepBasedAnimationHandler │ │ │ ├── example │ │ │ └── index.js │ │ │ └── index.js │ ├── Manipulators │ │ ├── 3DControllerModelSelectorManipulator │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── CompositeCameraManipulator │ │ │ ├── api.md │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── CompositeGestureManipulator │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── CompositeKeyboardManipulator │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── CompositeMouseManipulator │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── CompositeVRManipulator │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── GestureCameraManipulator │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── KeyboardCameraManipulator │ │ │ ├── example │ │ │ │ └── index.js │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── MouseBoxSelectorManipulator │ │ │ ├── example │ │ │ │ └── index.js │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── MouseCameraAxisRotateManipulator │ │ │ └── index.js │ │ ├── MouseCameraSliceManipulator │ │ │ └── index.js │ │ ├── MouseCameraTrackballFirstPersonManipulator │ │ │ ├── example │ │ │ │ └── index.js │ │ │ └── index.js │ │ ├── MouseCameraTrackballMultiRotateManipulator │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── MouseCameraTrackballPanManipulator │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── MouseCameraTrackballPanManipulatorAutoCenter │ │ │ └── index.js │ │ ├── MouseCameraTrackballRollManipulator │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── MouseCameraTrackballRotateManipulator │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── MouseCameraTrackballZoomManipulator │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── MouseCameraTrackballZoomToMouseManipulator │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── MouseCameraUnicamManipulator │ │ │ └── index.js │ │ ├── MouseCameraUnicamRotateManipulator │ │ │ └── index.js │ │ ├── MouseRangeManipulator │ │ │ ├── example │ │ │ │ └── index.js │ │ │ ├── index.d.ts │ │ │ ├── index.js │ │ │ └── test │ │ │ │ └── testMouseRangeManipulator.js │ │ ├── VRButtonPanManipulator │ │ │ └── index.js │ │ └── index.js │ ├── Misc │ │ ├── DeviceOrientationToCamera │ │ │ ├── example │ │ │ │ └── index.js │ │ │ └── index.js │ │ └── index.js │ ├── Style │ │ ├── InteractorStyleHMDXR │ │ │ ├── example │ │ │ │ └── index.js │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── InteractorStyleImage │ │ │ ├── index.d.ts │ │ │ ├── index.js │ │ │ └── test │ │ │ │ └── testInteractorStyleImage.js │ │ ├── InteractorStyleMPRSlice │ │ │ ├── api.md │ │ │ ├── example │ │ │ │ ├── controlPanel.html │ │ │ │ └── index.js │ │ │ └── index.js │ │ ├── InteractorStyleManipulator │ │ │ ├── Presets.js │ │ │ ├── api.md │ │ │ ├── example │ │ │ │ ├── controller.html │ │ │ │ └── index.js │ │ │ ├── index.d.ts │ │ │ ├── index.js │ │ │ └── test │ │ │ │ └── testDollyToPosition.js │ │ ├── InteractorStyleManipulatorRotateCameraCenter │ │ │ └── example │ │ │ │ └── index.js │ │ ├── InteractorStyleRemoteMouse │ │ │ └── index.js │ │ ├── InteractorStyleTrackballCamera │ │ │ ├── api.md │ │ │ ├── example │ │ │ │ └── index.js │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── InteractorStyleUnicam │ │ │ ├── api.md │ │ │ ├── example │ │ │ │ ├── controlPanel.html │ │ │ │ └── index.js │ │ │ └── index.js │ │ └── index.js │ ├── UI │ │ ├── CornerAnnotation │ │ │ ├── CornerAnnotation.module.css │ │ │ └── index.js │ │ ├── FPSMonitor │ │ │ ├── FPSMonitor.module.css │ │ │ └── index.js │ │ ├── Icons │ │ │ ├── Contrast.svg │ │ │ ├── Logo.svg │ │ │ ├── Spacing.svg │ │ │ ├── Tint.svg │ │ │ └── index.js │ │ ├── Slider │ │ │ ├── Constants.js │ │ │ ├── Slider.module.css │ │ │ └── index.js │ │ ├── VolumeController │ │ │ ├── VolumeController.module.css │ │ │ └── index.js │ │ └── index.js │ ├── Widgets │ │ ├── OrientationMarkerWidget │ │ │ ├── Constants.d.ts │ │ │ ├── Constants.js │ │ │ ├── example │ │ │ │ └── index.js │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── PiecewiseGaussianWidget │ │ │ ├── ComputeHistogram.worker.js │ │ │ ├── example │ │ │ │ ├── index.js │ │ │ │ └── index.md │ │ │ └── index.js │ │ └── index.js │ └── index.js ├── Proxy │ ├── Animation │ │ ├── AbstractAnimationProxy │ │ │ └── index.js │ │ ├── AnimationProxyManager │ │ │ ├── example │ │ │ │ ├── controller.html │ │ │ │ ├── index.js │ │ │ │ └── proxyConfiguration.js │ │ │ └── index.js │ │ └── TimeStepBasedAnimationHandlerProxy │ │ │ └── index.js │ ├── Core │ │ ├── AbstractRepresentationProxy │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── LookupTableProxy │ │ │ ├── Constants.js │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── PiecewiseFunctionProxy │ │ │ ├── Constants.js │ │ │ ├── index.d.ts │ │ │ ├── index.js │ │ │ └── test │ │ │ │ └── testPiecewiseFunctionProxy.js │ │ ├── ProxyManager │ │ │ ├── core.js │ │ │ ├── example │ │ │ │ ├── index.js │ │ │ │ └── proxy.js │ │ │ ├── index.d.ts │ │ │ ├── index.js │ │ │ ├── properties.js │ │ │ ├── state.js │ │ │ └── view.js │ │ ├── SourceProxy │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── View2DProxy │ │ │ ├── example │ │ │ │ ├── index.js │ │ │ │ └── proxy.js │ │ │ ├── index.d.ts │ │ │ ├── index.js │ │ │ └── test │ │ │ │ ├── testView2DProxy.js │ │ │ │ └── viewProxy2D.png │ │ ├── ViewProxy │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ └── index.js │ ├── Representations │ │ ├── GeometryRepresentationProxy │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── GlyphRepresentationProxy │ │ │ └── index.js │ │ ├── MoleculeRepresentationProxy │ │ │ └── index.js │ │ ├── ResliceRepresentationProxy │ │ │ ├── example │ │ │ │ ├── index.js │ │ │ │ └── proxy.js │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── SkyboxRepresentationProxy │ │ │ └── index.js │ │ ├── SliceRepresentationProxy │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── SlicedGeometryRepresentationProxy │ │ │ └── index.js │ │ ├── VolumeRepresentationProxy │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ └── index.js │ └── index.js ├── Rendering │ ├── Core │ │ ├── AbstractImageMapper │ │ │ ├── helper.js │ │ │ ├── index.d.ts │ │ │ ├── index.js │ │ │ └── test │ │ │ │ └── testAbstractImageMapper.js │ │ ├── AbstractMapper │ │ │ ├── index.d.ts │ │ │ ├── index.js │ │ │ └── test │ │ │ │ └── testAbstractMapper.js │ │ ├── AbstractMapper3D │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── AbstractPicker │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── Actor │ │ │ ├── example_ │ │ │ │ └── index.js │ │ │ ├── index.d.ts │ │ │ ├── index.js │ │ │ └── test │ │ │ │ ├── testRotate.js │ │ │ │ ├── testRotate.png │ │ │ │ └── testRotate2.png │ │ ├── Actor2D │ │ │ ├── index.d.ts │ │ │ ├── index.js │ │ │ └── test │ │ │ │ ├── testActor2D.js │ │ │ │ ├── testActor2D.png │ │ │ │ ├── testActor2DMultiViewports.js │ │ │ │ └── testActor2DMultiViewports.png │ │ ├── AnnotatedCubeActor │ │ │ ├── Presets.js │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── AxesActor │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── Camera │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── CellPicker │ │ │ ├── example │ │ │ │ └── index.js │ │ │ ├── index.d.ts │ │ │ ├── index.js │ │ │ └── test │ │ │ │ └── testCellPicker.js │ │ ├── ColorTransferFunction │ │ │ ├── ColorMaps.d.ts │ │ │ ├── ColorMaps.js │ │ │ ├── ColorMaps.json │ │ │ ├── ColorMapsLite.js │ │ │ ├── Constants.d.ts │ │ │ ├── Constants.js │ │ │ ├── CssFilters.d.ts │ │ │ ├── CssFilters.js │ │ │ ├── LiteColorMaps.json │ │ │ ├── index.d.ts │ │ │ ├── index.js │ │ │ └── test │ │ │ │ ├── createScalarMap.js │ │ │ │ ├── testColorTransferFunction.js │ │ │ │ ├── testColorTransferFunction.png │ │ │ │ ├── testColorTransferFunction2.png │ │ │ │ ├── testColorTransferFunctionInterpolation.js │ │ │ │ ├── testColorTransferFunctionInterpolation.png │ │ │ │ ├── testColorTransferFunctionInterpolation2.png │ │ │ │ ├── testColorTransferFunctionPresets.js │ │ │ │ ├── testColorTransferFunctionPresets.png │ │ │ │ ├── testColorTransferFunctionPresets2.png │ │ │ │ └── testCssFilters.js │ │ ├── Coordinate │ │ │ ├── Constants.d.ts │ │ │ ├── Constants.js │ │ │ ├── index.d.ts │ │ │ ├── index.js │ │ │ └── test │ │ │ │ └── testCoordinate.js │ │ ├── CubeAxesActor │ │ │ └── index.js │ │ ├── Follower │ │ │ ├── index.d.ts │ │ │ ├── index.js │ │ │ └── test │ │ │ │ ├── testFollower.js │ │ │ │ └── testFollower.png │ │ ├── Glyph3DMapper │ │ │ ├── Constants.d.ts │ │ │ ├── Constants.js │ │ │ ├── example │ │ │ │ └── index.js │ │ │ ├── index.d.ts │ │ │ ├── index.js │ │ │ └── test │ │ │ │ ├── testGlyph3DMapper.js │ │ │ │ ├── testGlyph3DMapper.png │ │ │ │ ├── testGlyph3DMapper2.png │ │ │ │ ├── testGlyph3DMapperClip.js │ │ │ │ └── testGlyph3DMapperClip.png │ │ ├── HardwareSelector │ │ │ ├── example │ │ │ │ └── index.js │ │ │ ├── index.d.ts │ │ │ ├── index.js │ │ │ └── test │ │ │ │ ├── testHardwareSelector.js │ │ │ │ ├── testHardwareSelectorGlyph.js │ │ │ │ ├── testHardwareSelectorManyCells.js │ │ │ │ ├── testHardwareSelectorPoints.js │ │ │ │ └── testHardwareSelectorSpeed.js │ │ ├── ImageArrayMapper │ │ │ ├── index.d.ts │ │ │ ├── index.js │ │ │ └── test │ │ │ │ ├── testImageArrayMapper.js │ │ │ │ ├── testImageArrayMapperColorTF.js │ │ │ │ ├── testImageArrayMapperFunctions.js │ │ │ │ └── testImageArrayMapperNN.js │ │ ├── ImageCPRMapper │ │ │ ├── Constants.d.ts │ │ │ ├── Constants.js │ │ │ ├── example │ │ │ │ ├── aorta_centerline.json │ │ │ │ ├── controller.html │ │ │ │ ├── index.js │ │ │ │ └── spine_centerline.json │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── ImageMapper │ │ │ ├── Constants.d.ts │ │ │ ├── Constants.js │ │ │ ├── example │ │ │ │ └── index.js │ │ │ ├── index.d.ts │ │ │ ├── index.js │ │ │ └── test │ │ │ │ ├── testImage.js │ │ │ │ ├── testImage.png │ │ │ │ ├── testImageColorTransferFunction.js │ │ │ │ ├── testImageColorTransferFunction.png │ │ │ │ ├── testImageLabelOutline.js │ │ │ │ ├── testImageLabelOutline_I.png │ │ │ │ ├── testImageLabelOutline_J.png │ │ │ │ ├── testImageLabelOutline_K.png │ │ │ │ ├── testImageNearestNeighbor.js │ │ │ │ ├── testImageNearestNeighbor.png │ │ │ │ └── testSlicingModePosition.js │ │ ├── ImageProperty │ │ │ ├── Constants.d.ts │ │ │ ├── Constants.js │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── ImageResliceMapper │ │ │ ├── Constants.d.ts │ │ │ ├── Constants.js │ │ │ ├── example │ │ │ │ └── index.js │ │ │ ├── index.d.ts │ │ │ ├── index.js │ │ │ └── test │ │ │ │ ├── testImageResliceMapper.js │ │ │ │ ├── testImageResliceMapper.png │ │ │ │ ├── testImageResliceMapperBorderRendering.js │ │ │ │ ├── testImageResliceMapperBorderRenderingOblique.png │ │ │ │ ├── testImageResliceMapperBorderRenderingOrtho.png │ │ │ │ ├── testImageResliceMapperPolyData.js │ │ │ │ ├── testImageResliceMapperPolyData.png │ │ │ │ ├── testImageResliceMapperShareOpenGLTexture.js │ │ │ │ ├── testImageResliceMapperShareOpenGLTexture.png │ │ │ │ ├── testImageResliceMapperSlabTypes.js │ │ │ │ └── testImageResliceMapperSlabTypes.png │ │ ├── ImageSlice │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── InteractorObserver │ │ │ ├── api.md │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── InteractorStyle │ │ │ ├── Constants.d.ts │ │ │ ├── Constants.js │ │ │ ├── api.md │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── Light │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── Mapper │ │ │ ├── CoincidentTopologyHelper.d.ts │ │ │ ├── CoincidentTopologyHelper.js │ │ │ ├── Constants.d.ts │ │ │ ├── Constants.js │ │ │ ├── Static.js │ │ │ ├── index.d.ts │ │ │ ├── index.js │ │ │ └── test │ │ │ │ ├── testCellData.js │ │ │ │ ├── testCellData.png │ │ │ │ ├── testCoincidentTopologyHelper.js │ │ │ │ ├── testEdgeVisibility.js │ │ │ │ ├── testEdgeVisibility.png │ │ │ │ ├── testInterpolateScalarsBeforeMapping.js │ │ │ │ ├── testInterpolateScalarsBeforeMapping.png │ │ │ │ ├── testVectorComponent.js │ │ │ │ ├── testVectorComponent.png │ │ │ │ └── testVectorComponent2.png │ │ ├── Mapper2D │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── Picker │ │ │ ├── index.d.ts │ │ │ ├── index.js │ │ │ └── test │ │ │ │ └── testPicker.js │ │ ├── PixelSpaceCallbackMapper │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── PointPicker │ │ │ ├── example │ │ │ │ └── index.js │ │ │ ├── index.d.ts │ │ │ ├── index.js │ │ │ └── test │ │ │ │ └── testPointPicker.js │ │ ├── Prop │ │ │ ├── Constants.d.ts │ │ │ ├── Constants.js │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── Prop3D │ │ │ ├── index.d.ts │ │ │ ├── index.js │ │ │ └── test │ │ │ │ ├── testUserMatrix.js │ │ │ │ └── testUserMatrix.png │ │ ├── Property │ │ │ ├── Constants.d.ts │ │ │ ├── Constants.js │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── Property2D │ │ │ ├── Constants.d.ts │ │ │ ├── Constants.js │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── RenderWindow │ │ │ ├── index.d.ts │ │ │ ├── index.js │ │ │ └── test │ │ │ │ ├── testMultipleRenderers.js │ │ │ │ ├── testMultipleRenderers.png │ │ │ │ └── testMultipleRenderers2.png │ │ ├── RenderWindowInteractor │ │ │ ├── Constants.d.ts │ │ │ ├── Constants.js │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── Renderer │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── ScalarBarActor │ │ │ ├── Constants.js │ │ │ ├── example │ │ │ │ └── index.js │ │ │ ├── index.d.ts │ │ │ ├── index.js │ │ │ └── test │ │ │ │ ├── testScalarBar.js │ │ │ │ ├── testScalarBar.png │ │ │ │ ├── testScalarBar2.png │ │ │ │ ├── testScalarBarNoExtras.js │ │ │ │ ├── testScalarBarNoExtras.png │ │ │ │ ├── testScalarBarSetGenerateTicks.js │ │ │ │ ├── testScalarBarSetGenerateTicks.png │ │ │ │ └── testScalarBarSetGenerateTicks2.png │ │ ├── Skybox │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── SphereMapper │ │ │ ├── example │ │ │ │ └── index.js │ │ │ ├── index.d.ts │ │ │ ├── index.js │ │ │ └── test │ │ │ │ ├── testDisableScalarColoring.js │ │ │ │ ├── testDisableScalarColoring.png │ │ │ │ ├── testSphere.js │ │ │ │ ├── testSphere.png │ │ │ │ └── testSphere2.png │ │ ├── StickMapper │ │ │ ├── example │ │ │ │ └── index.js │ │ │ ├── index.d.ts │ │ │ ├── index.js │ │ │ └── test │ │ │ │ ├── testStick.js │ │ │ │ └── testStick.png │ │ ├── SurfaceLICInterface │ │ │ ├── Constants.js │ │ │ └── index.js │ │ ├── SurfaceLICMapper │ │ │ └── index.js │ │ ├── TextActor │ │ │ ├── example │ │ │ │ └── index.js │ │ │ ├── index.d.ts │ │ │ ├── index.js │ │ │ └── test │ │ │ │ ├── testTextActor.js │ │ │ │ └── testTextActor.png │ │ ├── TextProperty │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── Texture │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── VectorText │ │ │ ├── Utils.js │ │ │ ├── example │ │ │ │ └── index.js │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── Viewport │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── Volume │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── VolumeMapper │ │ │ ├── Constants.d.ts │ │ │ ├── Constants.js │ │ │ ├── example │ │ │ │ ├── controller.html │ │ │ │ └── index.js │ │ │ ├── index.d.ts │ │ │ ├── index.js │ │ │ └── test │ │ │ │ ├── testAverageIntensityProjection.js │ │ │ │ ├── testAverageIntensityProjection.png │ │ │ │ ├── testColorMix.js │ │ │ │ ├── testColorMixAdditive.png │ │ │ │ ├── testColorMixColorize.png │ │ │ │ ├── testColorMixCustom.png │ │ │ │ ├── testComposite.js │ │ │ │ ├── testComposite.png │ │ │ │ ├── testComposite16Bit.js │ │ │ │ ├── testComposite16Bit.png │ │ │ │ ├── testComposite16Bit_2.png │ │ │ │ ├── testCompositeParallelProjection.js │ │ │ │ ├── testCompositeParallelProjection.png │ │ │ │ ├── testComposite_2.png │ │ │ │ ├── testIntermixed.js │ │ │ │ ├── testIntermixed.png │ │ │ │ ├── testIntermixedImage.js │ │ │ │ ├── testIntermixedImage.png │ │ │ │ ├── testIntermixed_2.png │ │ │ │ ├── testMaximumIntensityProjection.js │ │ │ │ ├── testMaximumIntensityProjection.png │ │ │ │ ├── testMinimumIntensityProjection.js │ │ │ │ └── testMinimumIntensityProjection.png │ │ ├── VolumeProperty │ │ │ ├── Constants.d.ts │ │ │ ├── Constants.js │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ └── index.js │ ├── Misc │ │ ├── CanvasView │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── FullScreenRenderWindow │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── GenericRenderWindow │ │ │ ├── index.d.ts │ │ │ ├── index.js │ │ │ └── test │ │ │ │ └── testGenericRenderWindowCreateDelete.js │ │ ├── RemoteView │ │ │ ├── example │ │ │ │ ├── index.js │ │ │ │ ├── index.md │ │ │ │ ├── pv-server.py │ │ │ │ └── vtk-server.py │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── RenderWindowWithControlBar │ │ │ ├── RenderWindowWithControlBar.module.css │ │ │ ├── example │ │ │ │ └── index.js │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── RenderingAPIs │ │ │ └── index.js │ │ ├── SynchronizableRenderWindow │ │ │ ├── BehaviorManager │ │ │ │ ├── CameraSynchronizer.js │ │ │ │ └── index.js │ │ │ ├── ObjectManager │ │ │ │ ├── index.d.ts │ │ │ │ └── index.js │ │ │ ├── example │ │ │ │ ├── SynchronizableRenderWindow.module.css │ │ │ │ ├── drop.jpg │ │ │ │ └── index.js │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── TextureLODsDownloader │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ └── index.js │ ├── OpenGL │ │ ├── Actor │ │ │ ├── api.md │ │ │ └── index.js │ │ ├── Actor2D │ │ │ ├── api.md │ │ │ └── index.js │ │ ├── BufferObject │ │ │ ├── Constants.d.ts │ │ │ ├── Constants.js │ │ │ ├── api.md │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── Camera │ │ │ ├── api.md │ │ │ └── index.js │ │ ├── CellArrayBufferObject │ │ │ ├── api.md │ │ │ ├── helpers.js │ │ │ └── index.js │ │ ├── Convolution2DPass │ │ │ └── index.js │ │ ├── CubeAxesActor │ │ │ └── index.js │ │ ├── ForwardPass │ │ │ └── index.js │ │ ├── Framebuffer │ │ │ └── index.js │ │ ├── Glyph3DMapper │ │ │ └── index.js │ │ ├── HardwareSelector │ │ │ ├── Constants.d.ts │ │ │ ├── Constants.js │ │ │ ├── api.md │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── Helper │ │ │ ├── api.md │ │ │ └── index.js │ │ ├── ImageCPRMapper │ │ │ └── index.js │ │ ├── ImageMapper │ │ │ ├── api.md │ │ │ ├── index.js │ │ │ └── test │ │ │ │ ├── testImageCroppingPlanes.js │ │ │ │ ├── testImageCroppingPlanesNoRotation.png │ │ │ │ ├── testImageCroppingPlanesRotation.png │ │ │ │ ├── testImageCroppingPlanesRotationClipPlane.png │ │ │ │ ├── testImageIntermediateZSlice.js │ │ │ │ ├── testImageIntermediateZSlice.png │ │ │ │ ├── testImageWindowLevel.js │ │ │ │ ├── testImageWindowLevel.png │ │ │ │ ├── testLargeScalarImage.js │ │ │ │ └── testLargeScalarImage.png │ │ ├── ImageResliceMapper │ │ │ ├── api.md │ │ │ └── index.js │ │ ├── ImageSlice │ │ │ ├── index.js │ │ │ └── test │ │ │ │ ├── testForceOpaque.png │ │ │ │ ├── testForceRenderPass.js │ │ │ │ └── testForceTranslucent.png │ │ ├── OrderIndependentTranslucentPass │ │ │ └── index.js │ │ ├── PixelSpaceCallbackMapper │ │ │ └── index.js │ │ ├── PolyDataMapper │ │ │ ├── api.md │ │ │ ├── index.js │ │ │ └── test │ │ │ │ ├── testAddShaderReplacement.png │ │ │ │ ├── testAddShaderReplacements.js │ │ │ │ ├── testClearShaderReplacement.png │ │ │ │ ├── testClearShaderReplacements.js │ │ │ │ ├── testClippingPlanes.js │ │ │ │ ├── testClippingPlanes.png │ │ │ │ ├── testMoreClippingPlanes.js │ │ │ │ └── testMoreClippingPlanes.png │ │ ├── PolyDataMapper2D │ │ │ ├── api.md │ │ │ └── index.js │ │ ├── Profiles │ │ │ ├── All.js │ │ │ ├── Geometry.js │ │ │ ├── Glyph.js │ │ │ ├── LIC.js │ │ │ ├── Molecule.js │ │ │ └── Volume.js │ │ ├── RadialDistortionPass │ │ │ └── index.js │ │ ├── RenderWindow │ │ │ ├── ContextProxy.js │ │ │ ├── index.d.ts │ │ │ ├── index.js │ │ │ ├── resourceSharingHelper.d.ts │ │ │ └── resourceSharingHelper.js │ │ ├── Renderer │ │ │ ├── api.md │ │ │ └── index.js │ │ ├── ReplacementShaderMapper │ │ │ └── index.js │ │ ├── ScalarBarActor │ │ │ └── index.js │ │ ├── Shader │ │ │ ├── api.md │ │ │ └── index.js │ │ ├── ShaderCache │ │ │ ├── api.md │ │ │ └── index.js │ │ ├── ShaderProgram │ │ │ ├── api.md │ │ │ ├── index.js │ │ │ └── test │ │ │ │ └── testSubstitute.js │ │ ├── Skybox │ │ │ ├── index.js │ │ │ └── test │ │ │ │ ├── testSkybox.js │ │ │ │ ├── testSkybox.png │ │ │ │ ├── testSkyboxBackground.js │ │ │ │ └── testSkyboxBackground.png │ │ ├── SphereMapper │ │ │ ├── api.md │ │ │ ├── index.js │ │ │ └── test │ │ │ │ ├── testLargeCoordinates.js │ │ │ │ ├── testLargeCoordinates1.png │ │ │ │ └── testLargeCoordinates2.png │ │ ├── StickMapper │ │ │ ├── api.md │ │ │ └── index.js │ │ ├── SurfaceLIC │ │ │ ├── LineIntegralConvolution2D │ │ │ │ ├── index.js │ │ │ │ └── pingpong.js │ │ │ ├── SurfaceLICInterface │ │ │ │ └── index.js │ │ │ ├── SurfaceLICMapper │ │ │ │ ├── example │ │ │ │ │ ├── controller.html │ │ │ │ │ └── index.js │ │ │ │ └── index.js │ │ │ ├── glsl │ │ │ │ ├── vtkLineIntegralConvolution2D_AAH.glsl │ │ │ │ ├── vtkLineIntegralConvolution2D_AAV.glsl │ │ │ │ ├── vtkLineIntegralConvolution2D_CE.glsl │ │ │ │ ├── vtkLineIntegralConvolution2D_EE.glsl │ │ │ │ ├── vtkLineIntegralConvolution2D_LIC0.glsl │ │ │ │ ├── vtkLineIntegralConvolution2D_LICI.glsl │ │ │ │ ├── vtkLineIntegralConvolution2D_LICN.glsl │ │ │ │ ├── vtkLineIntegralConvolution2D_SC.glsl │ │ │ │ ├── vtkLineIntegralConvolution2D_VT.glsl │ │ │ │ ├── vtkLineIntegralConvolution2D_quadVS.glsl │ │ │ │ ├── vtkSurfaceLICInterface_CE.glsl │ │ │ │ └── vtkSurfaceLICInterface_DCpy.glsl │ │ │ └── index.js │ │ ├── Texture │ │ │ ├── Constants.d.ts │ │ │ ├── Constants.js │ │ │ ├── api.md │ │ │ ├── index.d.ts │ │ │ ├── index.js │ │ │ ├── supportsNorm16Linear.js │ │ │ └── test │ │ │ │ ├── testCreateCubeFromRawTexture.js │ │ │ │ └── testCreateCubeFromRawTexture.png │ │ ├── TextureUnitManager │ │ │ └── index.js │ │ ├── VertexArrayObject │ │ │ ├── api.md │ │ │ └── index.js │ │ ├── ViewNodeFactory │ │ │ ├── api.md │ │ │ └── index.js │ │ ├── Volume │ │ │ ├── api.md │ │ │ └── index.js │ │ ├── VolumeMapper │ │ │ ├── api.md │ │ │ ├── index.js │ │ │ └── test │ │ │ │ ├── testLabelmapOutlineManyRenderer.js │ │ │ │ ├── testLabelmapOutlineManyRenderer.png │ │ │ │ ├── testLargeScalarVolume.js │ │ │ │ ├── testLargeScalars.png │ │ │ │ ├── testLighting.js │ │ │ │ ├── testLighting.png │ │ │ │ ├── testLighting_2.png │ │ │ │ ├── testProportionalComponents.js │ │ │ │ ├── testProportionalComponents.png │ │ │ │ ├── testUpdatedExtents.js │ │ │ │ ├── testUpdatedExtents.png │ │ │ │ ├── testVolumeMapperBounds.js │ │ │ │ ├── testVolumeMapperBounds.png │ │ │ │ ├── testVolumeMapperClip.js │ │ │ │ ├── testVolumeMapperClip.png │ │ │ │ ├── testVolumeMapperShadowClip.js │ │ │ │ └── testVolumeMapperShadowClip.png │ │ ├── glsl │ │ │ ├── readme.txt │ │ │ ├── vtkImageResliceMapperFS.glsl │ │ │ ├── vtkImageResliceMapperVS.glsl │ │ │ ├── vtkPolyData2DFS.glsl │ │ │ ├── vtkPolyData2DVS.glsl │ │ │ ├── vtkPolyDataFS.glsl │ │ │ ├── vtkPolyDataVS.glsl │ │ │ ├── vtkSphereMapperVS.glsl │ │ │ ├── vtkStickMapperVS.glsl │ │ │ ├── vtkVolumeFS.glsl │ │ │ └── vtkVolumeVS.glsl │ │ └── index.js │ ├── Profiles │ │ ├── All.js │ │ ├── Geometry.js │ │ ├── Glyph.js │ │ ├── LIC.js │ │ ├── Molecule.js │ │ └── Volume.js │ ├── SceneGraph │ │ ├── RenderPass │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── RenderWindowViewNode │ │ │ └── index.js │ │ ├── ViewNode │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── ViewNodeFactory │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ └── index.js │ ├── WebGPU │ │ ├── Actor │ │ │ └── index.js │ │ ├── Actor2D │ │ │ └── index.js │ │ ├── BindGroup │ │ │ └── index.js │ │ ├── Buffer │ │ │ └── index.js │ │ ├── BufferManager │ │ │ ├── Constants.js │ │ │ └── index.js │ │ ├── Camera │ │ │ └── index.js │ │ ├── CellArrayMapper │ │ │ └── index.js │ │ ├── CubeAxesActor │ │ │ └── index.js │ │ ├── Device │ │ │ └── index.js │ │ ├── ForwardPass │ │ │ └── index.js │ │ ├── FullScreenQuad │ │ │ └── index.js │ │ ├── Glyph3DMapper │ │ │ └── index.js │ │ ├── HardwareSelectionPass │ │ │ └── index.js │ │ ├── HardwareSelector │ │ │ └── index.js │ │ ├── ImageMapper │ │ │ └── index.js │ │ ├── ImageSlice │ │ │ └── index.js │ │ ├── IndexBuffer │ │ │ └── index.js │ │ ├── OpaquePass │ │ │ └── index.js │ │ ├── OrderIndependentTranslucentPass │ │ │ └── index.js │ │ ├── Pipeline │ │ │ └── index.js │ │ ├── PixelSpaceCallbackMapper │ │ │ └── index.js │ │ ├── PolyDataMapper │ │ │ └── index.js │ │ ├── PolyDataMapper2D │ │ │ └── index.js │ │ ├── Profiles │ │ │ ├── All.js │ │ │ ├── Geometry.js │ │ │ ├── Glyph.js │ │ │ ├── LIC.js │ │ │ ├── Molecule.js │ │ │ └── Volume.js │ │ ├── README.md │ │ ├── RenderEncoder │ │ │ └── index.js │ │ ├── RenderWindow │ │ │ ├── api.md │ │ │ └── index.js │ │ ├── Renderer │ │ │ └── index.js │ │ ├── Sampler │ │ │ └── index.js │ │ ├── ScalarBarActor │ │ │ └── index.js │ │ ├── ShaderCache │ │ │ ├── api.md │ │ │ └── index.js │ │ ├── ShaderDescription │ │ │ └── index.js │ │ ├── ShaderModule │ │ │ └── index.js │ │ ├── SimpleMapper │ │ │ └── index.js │ │ ├── SphereMapper │ │ │ └── index.js │ │ ├── StickMapper │ │ │ └── index.js │ │ ├── StorageBuffer │ │ │ └── index.js │ │ ├── Texture │ │ │ └── index.js │ │ ├── TextureManager │ │ │ └── index.js │ │ ├── TextureView │ │ │ └── index.js │ │ ├── Types │ │ │ └── index.js │ │ ├── UniformBuffer │ │ │ └── index.js │ │ ├── VertexInput │ │ │ └── index.js │ │ ├── ViewNodeFactory │ │ │ └── index.js │ │ ├── Volume │ │ │ └── index.js │ │ ├── VolumePass │ │ │ └── index.js │ │ ├── VolumePassFSQ │ │ │ └── index.js │ │ └── index.js │ ├── WebXR │ │ ├── RenderWindowHelper │ │ │ ├── Constants.d.ts │ │ │ ├── Constants.js │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ └── index.js │ └── index.js ├── Testing │ ├── Examples │ │ ├── ActorSerialization │ │ │ └── example │ │ │ │ ├── actor.json │ │ │ │ ├── index.js │ │ │ │ └── index.md │ │ ├── PipelineExecution │ │ │ └── example │ │ │ │ ├── controller.html │ │ │ │ └── index.js │ │ ├── PolyDataSerialization │ │ │ └── example │ │ │ │ └── index.js │ │ ├── StandaloneSceneLoader │ │ │ └── example │ │ │ │ ├── SceneControllerWidget.js │ │ │ │ ├── SceneLoader.module.css │ │ │ │ ├── index.js │ │ │ │ └── index.md │ │ └── WindTunnel │ │ │ ├── controller.html │ │ │ ├── index.js │ │ │ └── windtunnel.module.css │ ├── index.js │ ├── setupTestEnv.js │ ├── testAlgorithm.js │ ├── testIf.js │ ├── testMacro.js │ ├── testProxy.js │ ├── testSerialization.js │ └── testUtils.js ├── Widgets │ ├── Core │ │ ├── AbstractWidget │ │ │ ├── Constants.js │ │ │ ├── api.md │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── AbstractWidgetFactory │ │ │ ├── api.md │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── StateBuilder │ │ │ ├── api.md │ │ │ ├── boundsMixin.js │ │ │ ├── color3Mixin.js │ │ │ ├── colorMixin.js │ │ │ ├── cornerMixin.js │ │ │ ├── directionMixin.js │ │ │ ├── index.d.ts │ │ │ ├── index.js │ │ │ ├── manipulatorMixin.js │ │ │ ├── nameMixin.js │ │ │ ├── orientationMixin.js │ │ │ ├── originMixin.js │ │ │ ├── scale1Mixin.js │ │ │ ├── scale3Mixin.js │ │ │ ├── shapeMixin.js │ │ │ ├── textMixin.js │ │ │ └── visibleMixin.js │ │ ├── WidgetManager │ │ │ ├── Constants.d.ts │ │ │ ├── Constants.js │ │ │ ├── api.md │ │ │ ├── example │ │ │ │ └── index.js │ │ │ ├── index.d.ts │ │ │ ├── index.js │ │ │ └── test │ │ │ │ ├── testNoScaleInPixelsWithParallelBaseline.png │ │ │ │ ├── testNoScaleInPixelsWithPerspectiveBaseline.png │ │ │ │ ├── testScaleInPixelsWithParallelBaseline.png │ │ │ │ ├── testScaleInPixelsWithPerspectiveBaseline.png │ │ │ │ └── testWidgetManager.js │ │ ├── WidgetState │ │ │ ├── api.md │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ └── index.js │ ├── Manipulators │ │ ├── AbstractManipulator │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── CPRManipulator │ │ │ └── index.js │ │ ├── LineManipulator │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── PickerManipulator │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── PlaneManipulator │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ ├── TrackballManipulator │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ └── index.js │ ├── Representations │ │ ├── ArrowHandleRepresentation │ │ │ └── index.js │ │ ├── CircleContextRepresentation │ │ │ └── index.js │ │ ├── ContextRepresentation │ │ │ └── index.js │ │ ├── ConvexFaceContextRepresentation │ │ │ └── index.js │ │ ├── CroppingOutlineRepresentation │ │ │ └── index.js │ │ ├── CubeHandleRepresentation │ │ │ └── index.js │ │ ├── GlyphRepresentation │ │ │ └── index.js │ │ ├── HandleRepresentation │ │ │ └── index.js │ │ ├── ImplicitPlaneRepresentation │ │ │ ├── example │ │ │ │ └── index.js │ │ │ └── index.js │ │ ├── LineHandleRepresentation │ │ │ └── index.js │ │ ├── OutlineContextRepresentation │ │ │ └── index.js │ │ ├── PolyLineRepresentation │ │ │ └── index.js │ │ ├── RectangleContextRepresentation │ │ │ └── index.js │ │ ├── RotateTransformHandleRepresentation │ │ │ └── index.js │ │ ├── ScaleTransformHandleRepresentation │ │ │ └── index.js │ │ ├── SphereContextRepresentation │ │ │ └── index.js │ │ ├── SphereHandleRepresentation │ │ │ └── index.js │ │ ├── SplineContextRepresentation │ │ │ └── index.js │ │ ├── TranslateTransformHandleRepresentation │ │ │ ├── TransformHandleSource.js │ │ │ └── index.js │ │ ├── WidgetRepresentation │ │ │ ├── Constants.js │ │ │ ├── api.md │ │ │ ├── example │ │ │ │ └── index.js │ │ │ ├── index.d.ts │ │ │ └── index.js │ │ └── index.js │ ├── Widgets3D │ │ ├── AngleWidget │ │ │ ├── behavior.js │ │ │ ├── example │ │ │ │ └── index.js │ │ │ ├── index.js │ │ │ └── state.js │ │ ├── EllipseWidget │ │ │ ├── behavior.js │ │ │ ├── index.js │ │ │ └── state.js │ │ ├── ImageCroppingWidget │ │ │ ├── behavior.js │ │ │ ├── example │ │ │ │ └── index.js │ │ │ ├── helpers.js │ │ │ ├── index.js │ │ │ └── state.js │ │ ├── ImplicitPlaneWidget │ │ │ ├── api.md │ │ │ ├── example │ │ │ │ └── index.js │ │ │ └── index.js │ │ ├── InteractiveOrientationWidget │ │ │ ├── behavior.js │ │ │ ├── example │ │ │ │ └── index.js │ │ │ ├── helpers.d.ts │ │ │ ├── helpers.js │ │ │ ├── index.d.ts │ │ │ ├── index.js │ │ │ └── state.js │ │ ├── LabelWidget │ │ │ ├── behavior.js │ │ │ ├── example │ │ │ │ └── index.js │ │ │ ├── index.js │ │ │ └── state.js │ │ ├── LineWidget │ │ │ ├── Constants.js │ │ │ ├── api.md │ │ │ ├── behavior.js │ │ │ ├── example │ │ │ │ ├── controlPanel.html │ │ │ │ └── index.js │ │ │ ├── helpers.js │ │ │ ├── index.js │ │ │ └── state.js │ │ ├── PaintWidget │ │ │ ├── behavior.js │ │ │ ├── example │ │ │ │ └── index.js │ │ │ ├── index.js │ │ │ └── state.js │ │ ├── PolyLineWidget │ │ │ ├── behavior.js │ │ │ ├── example │ │ │ │ └── index.js │ │ │ ├── index.js │ │ │ └── state.js │ │ ├── RectangleWidget │ │ │ ├── behavior.js │ │ │ ├── index.js │ │ │ └── state.js │ │ ├── ResliceCursorWidget │ │ │ ├── Constants.d.ts │ │ │ ├── Constants.js │ │ │ ├── api.md │ │ │ ├── behavior.d.ts │ │ │ ├── behavior.js │ │ │ ├── cprBehavior.js │ │ │ ├── example │ │ │ │ ├── controlPanel.html │ │ │ │ ├── index.js │ │ │ │ └── index.md │ │ │ ├── helpers.js │ │ │ ├── index.d.ts │ │ │ ├── index.js │ │ │ ├── state.js │ │ │ └── test │ │ │ │ ├── testBoundPlane.js │ │ │ │ ├── testHelper.js │ │ │ │ ├── testMultipleRotationPlanes.js │ │ │ │ └── testRotateVector.js │ │ ├── SeedWidget │ │ │ ├── behavior.js │ │ │ ├── example │ │ │ │ └── index.js │ │ │ ├── index.d.ts │ │ │ ├── index.js │ │ │ └── state.js │ │ ├── ShapeWidget │ │ │ ├── Constants.js │ │ │ ├── behavior.js │ │ │ ├── example │ │ │ │ └── index.js │ │ │ └── index.js │ │ ├── SphereWidget │ │ │ ├── behavior.js │ │ │ ├── example │ │ │ │ └── index.js │ │ │ ├── index.d.ts │ │ │ ├── index.js │ │ │ └── state.js │ │ ├── SplineWidget │ │ │ ├── behavior.js │ │ │ ├── example │ │ │ │ └── index.js │ │ │ ├── index.js │ │ │ ├── state.js │ │ │ └── test │ │ │ │ ├── testSplineWidget.js │ │ │ │ └── testSplineWidget.png │ │ ├── TransformControlsWidget │ │ │ ├── behavior.js │ │ │ ├── constants.js │ │ │ ├── example │ │ │ │ └── index.js │ │ │ ├── index.js │ │ │ └── state.js │ │ └── index.js │ └── index.js ├── favicon.js ├── index.js ├── interfaces.d.ts ├── macros.d.ts ├── macros.js ├── types.d.ts ├── vtk.d.ts └── vtk.js ├── Utilities ├── DataGenerator │ ├── convert-cli.js │ └── vtk-data-converter.py ├── ExampleRunner │ ├── .gitignore │ ├── example-runner-cli.js │ ├── template-config.js │ └── template.html ├── Icons │ └── vtkjs.sketch ├── Karma │ ├── reporting-template.html │ ├── tape-html-reporter.js │ └── tape-object-stream │ │ ├── adapter.js │ │ └── index.js ├── ParaView │ ├── apply-materials.py │ ├── export-scene-macro.py │ ├── export-skybox-macro.py │ └── obj-mtl-importer.py ├── XMLConverter │ ├── chemistry-mapper │ │ ├── README.md │ │ ├── elements.json │ │ └── post-process.js │ ├── chemistry │ │ ├── README.md │ │ ├── elements.json │ │ ├── elements.xml │ │ └── post-process.js │ └── xml2json-cli.js ├── build │ ├── macro-shim.d.ts │ ├── macro-shim.js │ └── rewrite-imports.js ├── ci │ ├── reset-gh-pages-history.sh │ └── run-tests-in-docker.sh ├── config │ ├── chainWebpack.js │ ├── dependency.js │ ├── rules-examples.js │ ├── rules-tests.js │ └── rules-vtk.js ├── prepare.js └── rollup │ ├── plugin-generate-references.js │ └── plugin-rewrite-filenames.js ├── dist └── index.html ├── karma.conf.js ├── package.json ├── patches ├── dox+1.0.0.patch ├── rollup-plugin-copy+3.4.0.patch └── rollup-plugin-web-worker-loader+1.6.1.patch ├── postcss.config.js ├── prettier.config.js ├── rollup.config.js ├── tsconfig.esm-check.json ├── tsconfig.json ├── tsconfig.umd-check.json ├── webpack.common.js ├── webpack.dev.js ├── webpack.prod.js └── webpack.settings.js /.babelrc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/.babelrc.json -------------------------------------------------------------------------------- /.browserslistrc: -------------------------------------------------------------------------------- 1 | defaults 2 | -------------------------------------------------------------------------------- /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/.editorconfig -------------------------------------------------------------------------------- /.eslintrc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/.eslintrc.js -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- 1 | *.js text eol=lf 2 | -------------------------------------------------------------------------------- /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/bug_report.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/.github/ISSUE_TEMPLATE/bug_report.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/.github/ISSUE_TEMPLATE/config.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature_request.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/.github/ISSUE_TEMPLATE/feature_request.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/performance_issue.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/.github/ISSUE_TEMPLATE/performance_issue.yml -------------------------------------------------------------------------------- /.github/pull_request_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/.github/pull_request_template.md -------------------------------------------------------------------------------- /.github/workflows/build-test.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/.github/workflows/build-test.yml -------------------------------------------------------------------------------- /.github/workflows/pr-checks.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/.github/workflows/pr-checks.yml -------------------------------------------------------------------------------- /.github/workflows/publish.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/.github/workflows/publish.yml -------------------------------------------------------------------------------- /.github/workflows/test-only-check.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/.github/workflows/test-only-check.sh -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/.gitignore -------------------------------------------------------------------------------- /.husky/commit-msg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/.husky/commit-msg -------------------------------------------------------------------------------- /.mailmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/.mailmap -------------------------------------------------------------------------------- /.npmignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/.npmignore -------------------------------------------------------------------------------- /.nvmrc: -------------------------------------------------------------------------------- 1 | lts/* 2 | -------------------------------------------------------------------------------- /BREAKING_CHANGES.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/BREAKING_CHANGES.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /Copyright.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Copyright.txt -------------------------------------------------------------------------------- /Data/StanfordDragon.vtkjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Data/StanfordDragon.vtkjs -------------------------------------------------------------------------------- /Data/cow.vtp/index.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Data/cow.vtp/index.json -------------------------------------------------------------------------------- /Data/elevation/dem.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Data/elevation/dem.csv -------------------------------------------------------------------------------- /Data/elevation/dem.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Data/elevation/dem.jpg -------------------------------------------------------------------------------- /Data/legacy/sphere.vtk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Data/legacy/sphere.vtk -------------------------------------------------------------------------------- /Data/molecule/pdb/2LYZ.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Data/molecule/pdb/2LYZ.pdb -------------------------------------------------------------------------------- /Data/molecule/pdb/caffeine.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Data/molecule/pdb/caffeine.pdb -------------------------------------------------------------------------------- /Data/molecule/test-multiple-bonds.cjson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Data/molecule/test-multiple-bonds.cjson -------------------------------------------------------------------------------- /Data/obj/space-shuttle-orbiter/spstob_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Data/obj/space-shuttle-orbiter/spstob_1.jpg -------------------------------------------------------------------------------- /Data/obj/space-shuttle-orbiter/spstob_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Data/obj/space-shuttle-orbiter/spstob_2.jpg -------------------------------------------------------------------------------- /Data/obj/space-shuttle-orbiter/spstob_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Data/obj/space-shuttle-orbiter/spstob_3.jpg -------------------------------------------------------------------------------- /Data/pbr/ao.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Data/pbr/ao.jpg -------------------------------------------------------------------------------- /Data/pbr/diffuse.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Data/pbr/diffuse.jpg -------------------------------------------------------------------------------- /Data/pbr/emission.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Data/pbr/emission.jpg -------------------------------------------------------------------------------- /Data/pbr/helmet.mtl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Data/pbr/helmet.mtl -------------------------------------------------------------------------------- /Data/pbr/helmet.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Data/pbr/helmet.obj -------------------------------------------------------------------------------- /Data/pbr/kiara_dawn_4k.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Data/pbr/kiara_dawn_4k.jpg -------------------------------------------------------------------------------- /Data/pbr/metallic.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Data/pbr/metallic.jpg -------------------------------------------------------------------------------- /Data/pbr/normal.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Data/pbr/normal.jpg -------------------------------------------------------------------------------- /Data/pbr/roughness.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Data/pbr/roughness.jpg -------------------------------------------------------------------------------- /Data/scene/0/index.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Data/scene/0/index.json -------------------------------------------------------------------------------- /Data/scene/1/index.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Data/scene/1/index.json -------------------------------------------------------------------------------- /Data/scene/2/index.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Data/scene/2/index.json -------------------------------------------------------------------------------- /Data/scene/index.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Data/scene/index.json -------------------------------------------------------------------------------- /Data/skybox/mountains/back.jpg/index.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Data/skybox/mountains/back.jpg/index.json -------------------------------------------------------------------------------- /Data/skybox/mountains/bottom.jpg/index.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Data/skybox/mountains/bottom.jpg/index.json -------------------------------------------------------------------------------- /Data/skybox/mountains/front.jpg/index.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Data/skybox/mountains/front.jpg/index.json -------------------------------------------------------------------------------- /Data/skybox/mountains/left.jpg/index.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Data/skybox/mountains/left.jpg/index.json -------------------------------------------------------------------------------- /Data/skybox/mountains/right.jpg/index.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Data/skybox/mountains/right.jpg/index.json -------------------------------------------------------------------------------- /Data/skybox/mountains/top.jpg/index.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Data/skybox/mountains/top.jpg/index.json -------------------------------------------------------------------------------- /Data/volume/LIDC2.vti/index.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Data/volume/LIDC2.vti/index.json -------------------------------------------------------------------------------- /Data/volume/headsq.vti/index.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Data/volume/headsq.vti/index.json -------------------------------------------------------------------------------- /Documentation/.gitignore: -------------------------------------------------------------------------------- 1 | build-tmp 2 | -------------------------------------------------------------------------------- /Documentation/api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Documentation/api.md -------------------------------------------------------------------------------- /Documentation/config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Documentation/config.js -------------------------------------------------------------------------------- /Documentation/content/api/books_VTK_textbook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Documentation/content/api/books_VTK_textbook.png -------------------------------------------------------------------------------- /Documentation/content/api/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Documentation/content/api/index.md -------------------------------------------------------------------------------- /Documentation/content/coverage/home.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Documentation/content/coverage/home.md -------------------------------------------------------------------------------- /Documentation/content/docs/concepts_widgets.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Documentation/content/docs/concepts_widgets.md -------------------------------------------------------------------------------- /Documentation/content/docs/develop_build.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Documentation/content/docs/develop_build.md -------------------------------------------------------------------------------- /Documentation/content/docs/develop_class.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Documentation/content/docs/develop_class.md -------------------------------------------------------------------------------- /Documentation/content/docs/develop_example.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Documentation/content/docs/develop_example.md -------------------------------------------------------------------------------- /Documentation/content/docs/develop_requirement.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Documentation/content/docs/develop_requirement.md -------------------------------------------------------------------------------- /Documentation/content/docs/develop_test.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Documentation/content/docs/develop_test.md -------------------------------------------------------------------------------- /Documentation/content/docs/develop_webgpu.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Documentation/content/docs/develop_webgpu.md -------------------------------------------------------------------------------- /Documentation/content/docs/develop_webxr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Documentation/content/docs/develop_webxr.md -------------------------------------------------------------------------------- /Documentation/content/docs/develop_widget.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Documentation/content/docs/develop_widget.md -------------------------------------------------------------------------------- /Documentation/content/docs/gallery/Actor2D.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Documentation/content/docs/gallery/Actor2D.jpg -------------------------------------------------------------------------------- /Documentation/content/docs/gallery/ArCone.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Documentation/content/docs/gallery/ArCone.jpg -------------------------------------------------------------------------------- /Documentation/content/docs/gallery/ArcSource.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Documentation/content/docs/gallery/ArcSource.jpg -------------------------------------------------------------------------------- /Documentation/content/docs/gallery/BloodCell.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Documentation/content/docs/gallery/BloodCell.jpg -------------------------------------------------------------------------------- /Documentation/content/docs/gallery/Box.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Documentation/content/docs/gallery/Box.jpg -------------------------------------------------------------------------------- /Documentation/content/docs/gallery/Calculator.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Documentation/content/docs/gallery/Calculator.jpg -------------------------------------------------------------------------------- /Documentation/content/docs/gallery/CellPicker.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Documentation/content/docs/gallery/CellPicker.jpg -------------------------------------------------------------------------------- /Documentation/content/docs/gallery/Cone.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Documentation/content/docs/gallery/Cone.jpg -------------------------------------------------------------------------------- /Documentation/content/docs/gallery/ConeSource.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Documentation/content/docs/gallery/ConeSource.jpg -------------------------------------------------------------------------------- /Documentation/content/docs/gallery/CubeAxes.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Documentation/content/docs/gallery/CubeAxes.jpg -------------------------------------------------------------------------------- /Documentation/content/docs/gallery/CubeSource.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Documentation/content/docs/gallery/CubeSource.jpg -------------------------------------------------------------------------------- /Documentation/content/docs/gallery/Cursor3D.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Documentation/content/docs/gallery/Cursor3D.gif -------------------------------------------------------------------------------- /Documentation/content/docs/gallery/Cutter.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Documentation/content/docs/gallery/Cutter.jpg -------------------------------------------------------------------------------- /Documentation/content/docs/gallery/DepthTest.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Documentation/content/docs/gallery/DepthTest.jpg -------------------------------------------------------------------------------- /Documentation/content/docs/gallery/LineSource.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Documentation/content/docs/gallery/LineSource.jpg -------------------------------------------------------------------------------- /Documentation/content/docs/gallery/LineWidget.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Documentation/content/docs/gallery/LineWidget.png -------------------------------------------------------------------------------- /Documentation/content/docs/gallery/OBBTree.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Documentation/content/docs/gallery/OBBTree.jpg -------------------------------------------------------------------------------- /Documentation/content/docs/gallery/OBJReader.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Documentation/content/docs/gallery/OBJReader.jpg -------------------------------------------------------------------------------- /Documentation/content/docs/gallery/PDBReader.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Documentation/content/docs/gallery/PDBReader.jpg -------------------------------------------------------------------------------- /Documentation/content/docs/gallery/QuadView.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Documentation/content/docs/gallery/QuadView.jpg -------------------------------------------------------------------------------- /Documentation/content/docs/gallery/Reactor.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Documentation/content/docs/gallery/Reactor.jpg -------------------------------------------------------------------------------- /Documentation/content/docs/gallery/SLICSource.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Documentation/content/docs/gallery/SLICSource.jpg -------------------------------------------------------------------------------- /Documentation/content/docs/gallery/Texture.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Documentation/content/docs/gallery/Texture.jpg -------------------------------------------------------------------------------- /Documentation/content/docs/gallery/TimeSeries.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Documentation/content/docs/gallery/TimeSeries.gif -------------------------------------------------------------------------------- /Documentation/content/docs/gallery/TubeFilter.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Documentation/content/docs/gallery/TubeFilter.jpg -------------------------------------------------------------------------------- /Documentation/content/docs/gallery/VrCone.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Documentation/content/docs/gallery/VrCone.jpg -------------------------------------------------------------------------------- /Documentation/content/docs/gallery/WarpScalar.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Documentation/content/docs/gallery/WarpScalar.gif -------------------------------------------------------------------------------- /Documentation/content/docs/gallery/WarpScalar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Documentation/content/docs/gallery/WarpScalar.jpg -------------------------------------------------------------------------------- /Documentation/content/docs/gallery/bike.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Documentation/content/docs/gallery/bike.jpg -------------------------------------------------------------------------------- /Documentation/content/docs/gallery/earth.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Documentation/content/docs/gallery/earth.jpg -------------------------------------------------------------------------------- /Documentation/content/docs/gallery/lidar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Documentation/content/docs/gallery/lidar.jpg -------------------------------------------------------------------------------- /Documentation/content/docs/gallery/molecule.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Documentation/content/docs/gallery/molecule.jpg -------------------------------------------------------------------------------- /Documentation/content/docs/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Documentation/content/docs/index.md -------------------------------------------------------------------------------- /Documentation/content/docs/misc_contributing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Documentation/content/docs/misc_contributing.md -------------------------------------------------------------------------------- /Documentation/content/docs/misc_tools.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Documentation/content/docs/misc_tools.md -------------------------------------------------------------------------------- /Documentation/content/docs/old_intro_vtk_es6.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Documentation/content/docs/old_intro_vtk_es6.md -------------------------------------------------------------------------------- /Documentation/content/docs/structures.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Documentation/content/docs/structures.md -------------------------------------------------------------------------------- /Documentation/content/docs/structures_PolyData.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Documentation/content/docs/structures_PolyData.md -------------------------------------------------------------------------------- /Documentation/content/docs/structures_Table.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Documentation/content/docs/structures_Table.md -------------------------------------------------------------------------------- /Documentation/content/docs/tutorial.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Documentation/content/docs/tutorial.md -------------------------------------------------------------------------------- /Documentation/content/docs/vtk-js-demo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Documentation/content/docs/vtk-js-demo.html -------------------------------------------------------------------------------- /Documentation/content/docs/vtk_react.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Documentation/content/docs/vtk_react.md -------------------------------------------------------------------------------- /Documentation/content/docs/vtk_vanilla.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Documentation/content/docs/vtk_vanilla.md -------------------------------------------------------------------------------- /Documentation/content/docs/vtk_vue.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Documentation/content/docs/vtk_vue.md -------------------------------------------------------------------------------- /Documentation/content/examples/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Documentation/content/examples/index.md -------------------------------------------------------------------------------- /Documentation/content/icon/favicon-160x160.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Documentation/content/icon/favicon-160x160.png -------------------------------------------------------------------------------- /Documentation/content/icon/favicon-16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Documentation/content/icon/favicon-16x16.png -------------------------------------------------------------------------------- /Documentation/content/icon/favicon-196x196.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Documentation/content/icon/favicon-196x196.png -------------------------------------------------------------------------------- /Documentation/content/icon/favicon-32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Documentation/content/icon/favicon-32x32.png -------------------------------------------------------------------------------- /Documentation/content/icon/favicon-96x96.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Documentation/content/icon/favicon-96x96.png -------------------------------------------------------------------------------- /Documentation/content/index.pug: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Documentation/content/index.pug -------------------------------------------------------------------------------- /Documentation/content/logo-wide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Documentation/content/logo-wide.png -------------------------------------------------------------------------------- /Documentation/content/logo-wide.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Documentation/content/logo-wide.svg -------------------------------------------------------------------------------- /Documentation/content/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Documentation/content/logo.png -------------------------------------------------------------------------------- /Documentation/content/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Documentation/content/logo.svg -------------------------------------------------------------------------------- /Documentation/data/menu.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Documentation/data/menu.yml -------------------------------------------------------------------------------- /Documentation/generate-api-docs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Documentation/generate-api-docs.js -------------------------------------------------------------------------------- /Documentation/tpl/__en__: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Documentation/tpl/__en__ -------------------------------------------------------------------------------- /Documentation/tpl/__sidebar__: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Documentation/tpl/__sidebar__ -------------------------------------------------------------------------------- /Examples/Applications/GeometryViewer/dropBG.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Examples/Applications/GeometryViewer/dropBG.jpg -------------------------------------------------------------------------------- /Examples/Applications/GeometryViewer/dropBG.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Examples/Applications/GeometryViewer/dropBG.svg -------------------------------------------------------------------------------- /Examples/Applications/GeometryViewer/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Examples/Applications/GeometryViewer/index.js -------------------------------------------------------------------------------- /Examples/Applications/GeometryViewer/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Examples/Applications/GeometryViewer/index.md -------------------------------------------------------------------------------- /Examples/Applications/ImageViewer/controlPanel.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Examples/Applications/ImageViewer/dropBG.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Examples/Applications/ImageViewer/dropBG.jpg -------------------------------------------------------------------------------- /Examples/Applications/ImageViewer/dropBG.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Examples/Applications/ImageViewer/dropBG.svg -------------------------------------------------------------------------------- /Examples/Applications/ImageViewer/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Examples/Applications/ImageViewer/index.js -------------------------------------------------------------------------------- /Examples/Applications/ImageViewer/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Examples/Applications/ImageViewer/index.md -------------------------------------------------------------------------------- /Examples/Applications/OBJViewer/dropOBJ.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Examples/Applications/OBJViewer/dropOBJ.jpg -------------------------------------------------------------------------------- /Examples/Applications/OBJViewer/dropOBJ.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Examples/Applications/OBJViewer/dropOBJ.svg -------------------------------------------------------------------------------- /Examples/Applications/OBJViewer/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Examples/Applications/OBJViewer/index.js -------------------------------------------------------------------------------- /Examples/Applications/OBJViewer/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Examples/Applications/OBJViewer/index.md -------------------------------------------------------------------------------- /Examples/Applications/OctreeViewer/dropBG.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Examples/Applications/OctreeViewer/dropBG.jpg -------------------------------------------------------------------------------- /Examples/Applications/OctreeViewer/dropBG.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Examples/Applications/OctreeViewer/dropBG.svg -------------------------------------------------------------------------------- /Examples/Applications/OctreeViewer/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Examples/Applications/OctreeViewer/index.js -------------------------------------------------------------------------------- /Examples/Applications/OfflineLocalView/dropBG.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Examples/Applications/OfflineLocalView/dropBG.jpg -------------------------------------------------------------------------------- /Examples/Applications/OfflineLocalView/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Examples/Applications/OfflineLocalView/index.js -------------------------------------------------------------------------------- /Examples/Applications/OfflineLocalView/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Examples/Applications/OfflineLocalView/index.md -------------------------------------------------------------------------------- /Examples/Applications/SceneExplorer/dropBG.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Examples/Applications/SceneExplorer/dropBG.jpg -------------------------------------------------------------------------------- /Examples/Applications/SceneExplorer/dropBG.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Examples/Applications/SceneExplorer/dropBG.svg -------------------------------------------------------------------------------- /Examples/Applications/SceneExplorer/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Examples/Applications/SceneExplorer/index.js -------------------------------------------------------------------------------- /Examples/Applications/SceneExplorer/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Examples/Applications/SceneExplorer/index.md -------------------------------------------------------------------------------- /Examples/Applications/SkyboxViewer/dropBG.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Examples/Applications/SkyboxViewer/dropBG.jpg -------------------------------------------------------------------------------- /Examples/Applications/SkyboxViewer/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Examples/Applications/SkyboxViewer/index.js -------------------------------------------------------------------------------- /Examples/Applications/SkyboxViewer/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Examples/Applications/SkyboxViewer/index.md -------------------------------------------------------------------------------- /Examples/Applications/TubesViewer/dropBG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Examples/Applications/TubesViewer/dropBG.png -------------------------------------------------------------------------------- /Examples/Applications/TubesViewer/dropBG.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Examples/Applications/TubesViewer/dropBG.svg -------------------------------------------------------------------------------- /Examples/Applications/TubesViewer/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Examples/Applications/TubesViewer/index.js -------------------------------------------------------------------------------- /Examples/Applications/VolumeViewer/dropBG.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Examples/Applications/VolumeViewer/dropBG.jpg -------------------------------------------------------------------------------- /Examples/Applications/VolumeViewer/dropBG.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Examples/Applications/VolumeViewer/dropBG.svg -------------------------------------------------------------------------------- /Examples/Applications/VolumeViewer/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Examples/Applications/VolumeViewer/index.js -------------------------------------------------------------------------------- /Examples/Applications/VolumeViewer/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Examples/Applications/VolumeViewer/index.md -------------------------------------------------------------------------------- /Examples/Geometry/AR/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Examples/Geometry/AR/index.js -------------------------------------------------------------------------------- /Examples/Geometry/AR/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Examples/Geometry/AR/index.md -------------------------------------------------------------------------------- /Examples/Geometry/AxesActor/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Examples/Geometry/AxesActor/index.js -------------------------------------------------------------------------------- /Examples/Geometry/Cone/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Examples/Geometry/Cone/index.js -------------------------------------------------------------------------------- /Examples/Geometry/CubeAxes/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Examples/Geometry/CubeAxes/index.js -------------------------------------------------------------------------------- /Examples/Geometry/DepthTest/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Examples/Geometry/DepthTest/index.js -------------------------------------------------------------------------------- /Examples/Geometry/DepthTest/style.module.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Examples/Geometry/DepthTest/style.module.css -------------------------------------------------------------------------------- /Examples/Geometry/GlyphRotation/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Examples/Geometry/GlyphRotation/index.js -------------------------------------------------------------------------------- /Examples/Geometry/ItkWasmGeometry/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Examples/Geometry/ItkWasmGeometry/index.js -------------------------------------------------------------------------------- /Examples/Geometry/LookingGlass/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Examples/Geometry/LookingGlass/index.js -------------------------------------------------------------------------------- /Examples/Geometry/LookingGlass/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Examples/Geometry/LookingGlass/index.md -------------------------------------------------------------------------------- /Examples/Geometry/Picking/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Examples/Geometry/Picking/index.js -------------------------------------------------------------------------------- /Examples/Geometry/SimpleCone/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Examples/Geometry/SimpleCone/index.js -------------------------------------------------------------------------------- /Examples/Geometry/SpheresAndLabels/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Examples/Geometry/SpheresAndLabels/index.js -------------------------------------------------------------------------------- /Examples/Geometry/Texture/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Examples/Geometry/Texture/index.js -------------------------------------------------------------------------------- /Examples/Geometry/TimeSeries/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Examples/Geometry/TimeSeries/index.js -------------------------------------------------------------------------------- /Examples/Geometry/VR/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Examples/Geometry/VR/index.js -------------------------------------------------------------------------------- /Examples/Geometry/VR/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Examples/Geometry/VR/index.md -------------------------------------------------------------------------------- /Examples/Rendering/Actor2D/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Examples/Rendering/Actor2D/index.js -------------------------------------------------------------------------------- /Examples/Rendering/Convolution2DPass/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Examples/Rendering/Convolution2DPass/index.js -------------------------------------------------------------------------------- /Examples/Rendering/CustomWebGPUCone/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Examples/Rendering/CustomWebGPUCone/index.js -------------------------------------------------------------------------------- /Examples/Rendering/ImageLabelOutline/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Examples/Rendering/ImageLabelOutline/index.js -------------------------------------------------------------------------------- /Examples/Rendering/KeyPressEvents/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Examples/Rendering/KeyPressEvents/index.js -------------------------------------------------------------------------------- /Examples/Rendering/ManyRenderWindows/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Examples/Rendering/ManyRenderWindows/index.js -------------------------------------------------------------------------------- /Examples/Rendering/ManyRenderers/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Examples/Rendering/ManyRenderers/index.js -------------------------------------------------------------------------------- /Examples/Rendering/PBR/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Examples/Rendering/PBR/index.js -------------------------------------------------------------------------------- /Examples/Rendering/QuadView/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Examples/Rendering/QuadView/index.js -------------------------------------------------------------------------------- /Examples/Rendering/SphereArray/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Examples/Rendering/SphereArray/index.js -------------------------------------------------------------------------------- /Examples/Volume/ItkWasmVolume/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Examples/Volume/ItkWasmVolume/index.js -------------------------------------------------------------------------------- /Examples/Volume/MultiSliceImageMapper/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Examples/Volume/MultiSliceImageMapper/index.js -------------------------------------------------------------------------------- /Examples/Volume/Scrolling2DMixedImages/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Examples/Volume/Scrolling2DMixedImages/index.js -------------------------------------------------------------------------------- /Examples/Volume/TestVolumeTypes/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Examples/Volume/TestVolumeTypes/index.js -------------------------------------------------------------------------------- /Examples/Volume/VolumeClipPlane/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Examples/Volume/VolumeClipPlane/index.js -------------------------------------------------------------------------------- /Examples/Volume/VolumeContour/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Examples/Volume/VolumeContour/index.js -------------------------------------------------------------------------------- /Examples/Volume/VolumeMapperBlendModes/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Examples/Volume/VolumeMapperBlendModes/index.js -------------------------------------------------------------------------------- /Examples/Volume/VolumeOutline/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Examples/Volume/VolumeOutline/index.js -------------------------------------------------------------------------------- /Examples/Volume/VolumePicker/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Examples/Volume/VolumePicker/index.js -------------------------------------------------------------------------------- /Examples/Volume/WebXRChestCTBlendedCVR/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Examples/Volume/WebXRChestCTBlendedCVR/index.js -------------------------------------------------------------------------------- /Examples/Volume/WebXRChestCTBlendedCVR/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Examples/Volume/WebXRChestCTBlendedCVR/index.md -------------------------------------------------------------------------------- /Examples/Volume/WebXRHeadFullVolumeCVR/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Examples/Volume/WebXRHeadFullVolumeCVR/index.js -------------------------------------------------------------------------------- /Examples/Volume/WebXRHeadFullVolumeCVR/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Examples/Volume/WebXRHeadFullVolumeCVR/index.md -------------------------------------------------------------------------------- /Examples/Volume/WebXRHeadGradientCVR/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Examples/Volume/WebXRHeadGradientCVR/index.js -------------------------------------------------------------------------------- /Examples/Volume/WebXRHeadGradientCVR/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Examples/Volume/WebXRHeadGradientCVR/index.md -------------------------------------------------------------------------------- /Examples/Volume/WebXRVolume/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Examples/Volume/WebXRVolume/index.js -------------------------------------------------------------------------------- /Examples/Volume/WebXRVolume/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Examples/Volume/WebXRVolume/index.md -------------------------------------------------------------------------------- /Examples/Volume/ZipHttpReader/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Examples/Volume/ZipHttpReader/index.js -------------------------------------------------------------------------------- /Examples/Widgets/Box/BoxWidget.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Examples/Widgets/Box/BoxWidget.js -------------------------------------------------------------------------------- /Examples/Widgets/Box/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Examples/Widgets/Box/index.js -------------------------------------------------------------------------------- /Examples/Widgets/Utilities/SVGHelpers.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Examples/Widgets/Utilities/SVGHelpers.js -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/README.md -------------------------------------------------------------------------------- /Sources/Common/Core/Base64/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/Core/Base64/index.d.ts -------------------------------------------------------------------------------- /Sources/Common/Core/Base64/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/Core/Base64/index.js -------------------------------------------------------------------------------- /Sources/Common/Core/CellArray/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/Core/CellArray/index.d.ts -------------------------------------------------------------------------------- /Sources/Common/Core/CellArray/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/Core/CellArray/index.js -------------------------------------------------------------------------------- /Sources/Common/Core/ClassHierarchy/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/Core/ClassHierarchy/index.js -------------------------------------------------------------------------------- /Sources/Common/Core/DataArray/Constants.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/Core/DataArray/Constants.js -------------------------------------------------------------------------------- /Sources/Common/Core/DataArray/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/Core/DataArray/index.d.ts -------------------------------------------------------------------------------- /Sources/Common/Core/DataArray/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/Core/DataArray/index.js -------------------------------------------------------------------------------- /Sources/Common/Core/Endian/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/Core/Endian/index.d.ts -------------------------------------------------------------------------------- /Sources/Common/Core/Endian/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/Core/Endian/index.js -------------------------------------------------------------------------------- /Sources/Common/Core/HalfFloat/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/Core/HalfFloat/index.d.ts -------------------------------------------------------------------------------- /Sources/Common/Core/HalfFloat/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/Core/HalfFloat/index.js -------------------------------------------------------------------------------- /Sources/Common/Core/ImageHelper/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/Core/ImageHelper/index.d.ts -------------------------------------------------------------------------------- /Sources/Common/Core/ImageHelper/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/Core/ImageHelper/index.js -------------------------------------------------------------------------------- /Sources/Common/Core/LookupTable/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/Core/LookupTable/index.d.ts -------------------------------------------------------------------------------- /Sources/Common/Core/LookupTable/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/Core/LookupTable/index.js -------------------------------------------------------------------------------- /Sources/Common/Core/Math/Constants.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/Core/Math/Constants.js -------------------------------------------------------------------------------- /Sources/Common/Core/Math/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/Core/Math/index.d.ts -------------------------------------------------------------------------------- /Sources/Common/Core/Math/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/Core/Math/index.js -------------------------------------------------------------------------------- /Sources/Common/Core/Math/test/testMath.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/Core/Math/test/testMath.js -------------------------------------------------------------------------------- /Sources/Common/Core/MatrixBuilder/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/Core/MatrixBuilder/index.d.ts -------------------------------------------------------------------------------- /Sources/Common/Core/MatrixBuilder/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/Core/MatrixBuilder/index.js -------------------------------------------------------------------------------- /Sources/Common/Core/Points/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/Core/Points/index.d.ts -------------------------------------------------------------------------------- /Sources/Common/Core/Points/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/Core/Points/index.js -------------------------------------------------------------------------------- /Sources/Common/Core/Points/test/testPoints.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/Core/Points/test/testPoints.js -------------------------------------------------------------------------------- /Sources/Common/Core/PriorityQueue/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/Core/PriorityQueue/index.d.ts -------------------------------------------------------------------------------- /Sources/Common/Core/PriorityQueue/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/Core/PriorityQueue/index.js -------------------------------------------------------------------------------- /Sources/Common/Core/ProgressHandler/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/Core/ProgressHandler/index.d.ts -------------------------------------------------------------------------------- /Sources/Common/Core/ProgressHandler/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/Core/ProgressHandler/index.js -------------------------------------------------------------------------------- /Sources/Common/Core/ScalarsToColors/Constants.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/Core/ScalarsToColors/Constants.js -------------------------------------------------------------------------------- /Sources/Common/Core/ScalarsToColors/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/Core/ScalarsToColors/index.d.ts -------------------------------------------------------------------------------- /Sources/Common/Core/ScalarsToColors/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/Core/ScalarsToColors/index.js -------------------------------------------------------------------------------- /Sources/Common/Core/StringArray/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/Core/StringArray/index.d.ts -------------------------------------------------------------------------------- /Sources/Common/Core/StringArray/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/Core/StringArray/index.js -------------------------------------------------------------------------------- /Sources/Common/Core/URLExtract/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/Core/URLExtract/index.d.ts -------------------------------------------------------------------------------- /Sources/Common/Core/URLExtract/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/Core/URLExtract/index.js -------------------------------------------------------------------------------- /Sources/Common/Core/VariantArray/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/Core/VariantArray/index.d.ts -------------------------------------------------------------------------------- /Sources/Common/Core/VariantArray/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/Core/VariantArray/index.js -------------------------------------------------------------------------------- /Sources/Common/Core/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/Core/index.js -------------------------------------------------------------------------------- /Sources/Common/DataModel/BoundingBox/api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/DataModel/BoundingBox/api.md -------------------------------------------------------------------------------- /Sources/Common/DataModel/BoundingBox/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/DataModel/BoundingBox/index.d.ts -------------------------------------------------------------------------------- /Sources/Common/DataModel/BoundingBox/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/DataModel/BoundingBox/index.js -------------------------------------------------------------------------------- /Sources/Common/DataModel/Box/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/DataModel/Box/index.d.ts -------------------------------------------------------------------------------- /Sources/Common/DataModel/Box/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/DataModel/Box/index.js -------------------------------------------------------------------------------- /Sources/Common/DataModel/Box/test/testBox.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/DataModel/Box/test/testBox.js -------------------------------------------------------------------------------- /Sources/Common/DataModel/Cell/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/DataModel/Cell/index.d.ts -------------------------------------------------------------------------------- /Sources/Common/DataModel/Cell/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/DataModel/Cell/index.js -------------------------------------------------------------------------------- /Sources/Common/DataModel/Cell/test/testCell.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/DataModel/Cell/test/testCell.js -------------------------------------------------------------------------------- /Sources/Common/DataModel/CellLinks/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/DataModel/CellLinks/index.js -------------------------------------------------------------------------------- /Sources/Common/DataModel/CellTypes/Constants.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/DataModel/CellTypes/Constants.js -------------------------------------------------------------------------------- /Sources/Common/DataModel/CellTypes/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/DataModel/CellTypes/index.js -------------------------------------------------------------------------------- /Sources/Common/DataModel/Collection/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/DataModel/Collection/index.d.ts -------------------------------------------------------------------------------- /Sources/Common/DataModel/Collection/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/DataModel/Collection/index.js -------------------------------------------------------------------------------- /Sources/Common/DataModel/Cone/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/DataModel/Cone/index.d.ts -------------------------------------------------------------------------------- /Sources/Common/DataModel/Cone/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/DataModel/Cone/index.js -------------------------------------------------------------------------------- /Sources/Common/DataModel/Cylinder/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/DataModel/Cylinder/index.d.ts -------------------------------------------------------------------------------- /Sources/Common/DataModel/Cylinder/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/DataModel/Cylinder/index.js -------------------------------------------------------------------------------- /Sources/Common/DataModel/DataSet/Constants.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/DataModel/DataSet/Constants.d.ts -------------------------------------------------------------------------------- /Sources/Common/DataModel/DataSet/Constants.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/DataModel/DataSet/Constants.js -------------------------------------------------------------------------------- /Sources/Common/DataModel/DataSet/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/DataModel/DataSet/index.d.ts -------------------------------------------------------------------------------- /Sources/Common/DataModel/DataSet/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/DataModel/DataSet/index.js -------------------------------------------------------------------------------- /Sources/Common/DataModel/EdgeLocator/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/DataModel/EdgeLocator/index.d.ts -------------------------------------------------------------------------------- /Sources/Common/DataModel/EdgeLocator/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/DataModel/EdgeLocator/index.js -------------------------------------------------------------------------------- /Sources/Common/DataModel/ITKHelper/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/DataModel/ITKHelper/index.d.ts -------------------------------------------------------------------------------- /Sources/Common/DataModel/ITKHelper/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/DataModel/ITKHelper/index.js -------------------------------------------------------------------------------- /Sources/Common/DataModel/ImageData/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/DataModel/ImageData/index.d.ts -------------------------------------------------------------------------------- /Sources/Common/DataModel/ImageData/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/DataModel/ImageData/index.js -------------------------------------------------------------------------------- /Sources/Common/DataModel/ImplicitBoolean/api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/DataModel/ImplicitBoolean/api.md -------------------------------------------------------------------------------- /Sources/Common/DataModel/ImplicitBoolean/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/DataModel/ImplicitBoolean/index.js -------------------------------------------------------------------------------- /Sources/Common/DataModel/Line/Constants.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/DataModel/Line/Constants.js -------------------------------------------------------------------------------- /Sources/Common/DataModel/Line/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/DataModel/Line/index.d.ts -------------------------------------------------------------------------------- /Sources/Common/DataModel/Line/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/DataModel/Line/index.js -------------------------------------------------------------------------------- /Sources/Common/DataModel/Line/test/testLine.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/DataModel/Line/test/testLine.js -------------------------------------------------------------------------------- /Sources/Common/DataModel/Locator/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/DataModel/Locator/index.d.ts -------------------------------------------------------------------------------- /Sources/Common/DataModel/Locator/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/DataModel/Locator/index.js -------------------------------------------------------------------------------- /Sources/Common/DataModel/MergePoints/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/DataModel/MergePoints/index.d.ts -------------------------------------------------------------------------------- /Sources/Common/DataModel/MergePoints/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/DataModel/MergePoints/index.js -------------------------------------------------------------------------------- /Sources/Common/DataModel/Molecule/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/DataModel/Molecule/index.js -------------------------------------------------------------------------------- /Sources/Common/DataModel/Plane/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/DataModel/Plane/index.d.ts -------------------------------------------------------------------------------- /Sources/Common/DataModel/Plane/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/DataModel/Plane/index.js -------------------------------------------------------------------------------- /Sources/Common/DataModel/Plane/test/testPlane.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/DataModel/Plane/test/testPlane.js -------------------------------------------------------------------------------- /Sources/Common/DataModel/Planes/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/DataModel/Planes/index.d.ts -------------------------------------------------------------------------------- /Sources/Common/DataModel/Planes/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/DataModel/Planes/index.js -------------------------------------------------------------------------------- /Sources/Common/DataModel/PointLocator/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/DataModel/PointLocator/index.d.ts -------------------------------------------------------------------------------- /Sources/Common/DataModel/PointLocator/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/DataModel/PointLocator/index.js -------------------------------------------------------------------------------- /Sources/Common/DataModel/PointSet/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/DataModel/PointSet/index.d.ts -------------------------------------------------------------------------------- /Sources/Common/DataModel/PointSet/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/DataModel/PointSet/index.js -------------------------------------------------------------------------------- /Sources/Common/DataModel/PolyData/Constants.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/DataModel/PolyData/Constants.d.ts -------------------------------------------------------------------------------- /Sources/Common/DataModel/PolyData/Constants.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/DataModel/PolyData/Constants.js -------------------------------------------------------------------------------- /Sources/Common/DataModel/PolyData/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/DataModel/PolyData/index.d.ts -------------------------------------------------------------------------------- /Sources/Common/DataModel/PolyData/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/DataModel/PolyData/index.js -------------------------------------------------------------------------------- /Sources/Common/DataModel/PolyLine/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/DataModel/PolyLine/index.d.ts -------------------------------------------------------------------------------- /Sources/Common/DataModel/PolyLine/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/DataModel/PolyLine/index.js -------------------------------------------------------------------------------- /Sources/Common/DataModel/Polygon/Constants.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/DataModel/Polygon/Constants.js -------------------------------------------------------------------------------- /Sources/Common/DataModel/Polygon/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/DataModel/Polygon/index.d.ts -------------------------------------------------------------------------------- /Sources/Common/DataModel/Polygon/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/DataModel/Polygon/index.js -------------------------------------------------------------------------------- /Sources/Common/DataModel/Quad/Constants.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/DataModel/Quad/Constants.js -------------------------------------------------------------------------------- /Sources/Common/DataModel/Quad/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/DataModel/Quad/index.d.ts -------------------------------------------------------------------------------- /Sources/Common/DataModel/Quad/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/DataModel/Quad/index.js -------------------------------------------------------------------------------- /Sources/Common/DataModel/Quad/test/testQuad.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/DataModel/Quad/test/testQuad.js -------------------------------------------------------------------------------- /Sources/Common/DataModel/SelectionNode/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/DataModel/SelectionNode/index.d.ts -------------------------------------------------------------------------------- /Sources/Common/DataModel/SelectionNode/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/DataModel/SelectionNode/index.js -------------------------------------------------------------------------------- /Sources/Common/DataModel/Sphere/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/DataModel/Sphere/index.d.ts -------------------------------------------------------------------------------- /Sources/Common/DataModel/Sphere/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/DataModel/Sphere/index.js -------------------------------------------------------------------------------- /Sources/Common/DataModel/Spline1D/Constants.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/DataModel/Spline1D/Constants.js -------------------------------------------------------------------------------- /Sources/Common/DataModel/Spline1D/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/DataModel/Spline1D/index.d.ts -------------------------------------------------------------------------------- /Sources/Common/DataModel/Spline1D/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/DataModel/Spline1D/index.js -------------------------------------------------------------------------------- /Sources/Common/DataModel/Spline3D/Constants.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/DataModel/Spline3D/Constants.d.ts -------------------------------------------------------------------------------- /Sources/Common/DataModel/Spline3D/Constants.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/DataModel/Spline3D/Constants.js -------------------------------------------------------------------------------- /Sources/Common/DataModel/Spline3D/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/DataModel/Spline3D/index.d.ts -------------------------------------------------------------------------------- /Sources/Common/DataModel/Spline3D/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/DataModel/Spline3D/index.js -------------------------------------------------------------------------------- /Sources/Common/DataModel/StructuredData/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/DataModel/StructuredData/index.js -------------------------------------------------------------------------------- /Sources/Common/DataModel/Triangle/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/DataModel/Triangle/index.d.ts -------------------------------------------------------------------------------- /Sources/Common/DataModel/Triangle/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/DataModel/Triangle/index.js -------------------------------------------------------------------------------- /Sources/Common/DataModel/TriangleStrip/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/DataModel/TriangleStrip/index.d.ts -------------------------------------------------------------------------------- /Sources/Common/DataModel/TriangleStrip/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/DataModel/TriangleStrip/index.js -------------------------------------------------------------------------------- /Sources/Common/DataModel/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/DataModel/index.js -------------------------------------------------------------------------------- /Sources/Common/System/MobileVR/dpdb.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/System/MobileVR/dpdb.json -------------------------------------------------------------------------------- /Sources/Common/System/MobileVR/fetchDatabase.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/System/MobileVR/fetchDatabase.sh -------------------------------------------------------------------------------- /Sources/Common/System/MobileVR/headsets.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/System/MobileVR/headsets.js -------------------------------------------------------------------------------- /Sources/Common/System/MobileVR/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/System/MobileVR/index.js -------------------------------------------------------------------------------- /Sources/Common/System/TimerLog/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/System/TimerLog/index.js -------------------------------------------------------------------------------- /Sources/Common/System/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/System/index.js -------------------------------------------------------------------------------- /Sources/Common/Transform/Transform/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/Transform/Transform/index.d.ts -------------------------------------------------------------------------------- /Sources/Common/Transform/Transform/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/Transform/Transform/index.js -------------------------------------------------------------------------------- /Sources/Common/Transform/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/Transform/index.js -------------------------------------------------------------------------------- /Sources/Common/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Common/index.js -------------------------------------------------------------------------------- /Sources/Filters/Core/CleanPolyData/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Filters/Core/CleanPolyData/index.d.ts -------------------------------------------------------------------------------- /Sources/Filters/Core/CleanPolyData/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Filters/Core/CleanPolyData/index.js -------------------------------------------------------------------------------- /Sources/Filters/Core/Cutter/example/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Filters/Core/Cutter/example/index.js -------------------------------------------------------------------------------- /Sources/Filters/Core/Cutter/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Filters/Core/Cutter/index.js -------------------------------------------------------------------------------- /Sources/Filters/Core/Cutter/test/testCutter.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Filters/Core/Cutter/test/testCutter.js -------------------------------------------------------------------------------- /Sources/Filters/Core/PolyDataNormals/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Filters/Core/PolyDataNormals/index.js -------------------------------------------------------------------------------- /Sources/Filters/Core/ThresholdPoints/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Filters/Core/ThresholdPoints/index.d.ts -------------------------------------------------------------------------------- /Sources/Filters/Core/ThresholdPoints/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Filters/Core/ThresholdPoints/index.js -------------------------------------------------------------------------------- /Sources/Filters/Core/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Filters/Core/index.js -------------------------------------------------------------------------------- /Sources/Filters/Cornerstone/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Filters/Cornerstone/index.js -------------------------------------------------------------------------------- /Sources/Filters/General/AppendPolyData/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Filters/General/AppendPolyData/index.d.ts -------------------------------------------------------------------------------- /Sources/Filters/General/AppendPolyData/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Filters/General/AppendPolyData/index.js -------------------------------------------------------------------------------- /Sources/Filters/General/Calculator/api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Filters/General/Calculator/api.md -------------------------------------------------------------------------------- /Sources/Filters/General/Calculator/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Filters/General/Calculator/index.js -------------------------------------------------------------------------------- /Sources/Filters/General/ImageCropFilter/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Filters/General/ImageCropFilter/index.js -------------------------------------------------------------------------------- /Sources/Filters/General/ImageMarchingCubes/api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Filters/General/ImageMarchingCubes/api.md -------------------------------------------------------------------------------- /Sources/Filters/General/ImageSliceFilter/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Filters/General/ImageSliceFilter/index.js -------------------------------------------------------------------------------- /Sources/Filters/General/ImageStreamline/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Filters/General/ImageStreamline/index.js -------------------------------------------------------------------------------- /Sources/Filters/General/LineFilter/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Filters/General/LineFilter/index.d.ts -------------------------------------------------------------------------------- /Sources/Filters/General/LineFilter/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Filters/General/LineFilter/index.js -------------------------------------------------------------------------------- /Sources/Filters/General/OBBTree/OBBNode.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Filters/General/OBBTree/OBBNode.js -------------------------------------------------------------------------------- /Sources/Filters/General/OBBTree/example/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Filters/General/OBBTree/example/index.js -------------------------------------------------------------------------------- /Sources/Filters/General/OBBTree/helper.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Filters/General/OBBTree/helper.js -------------------------------------------------------------------------------- /Sources/Filters/General/OBBTree/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Filters/General/OBBTree/index.js -------------------------------------------------------------------------------- /Sources/Filters/General/OutlineFilter/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Filters/General/OutlineFilter/index.d.ts -------------------------------------------------------------------------------- /Sources/Filters/General/OutlineFilter/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Filters/General/OutlineFilter/index.js -------------------------------------------------------------------------------- /Sources/Filters/General/PaintFilter/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Filters/General/PaintFilter/index.js -------------------------------------------------------------------------------- /Sources/Filters/General/ScalarToRGBA/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Filters/General/ScalarToRGBA/index.js -------------------------------------------------------------------------------- /Sources/Filters/General/TubeFilter/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Filters/General/TubeFilter/index.d.ts -------------------------------------------------------------------------------- /Sources/Filters/General/TubeFilter/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Filters/General/TubeFilter/index.js -------------------------------------------------------------------------------- /Sources/Filters/General/WarpScalar/api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Filters/General/WarpScalar/api.md -------------------------------------------------------------------------------- /Sources/Filters/General/WarpScalar/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Filters/General/WarpScalar/index.js -------------------------------------------------------------------------------- /Sources/Filters/General/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Filters/General/index.js -------------------------------------------------------------------------------- /Sources/Filters/Sources/ArcSource/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Filters/Sources/ArcSource/index.d.ts -------------------------------------------------------------------------------- /Sources/Filters/Sources/ArcSource/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Filters/Sources/ArcSource/index.js -------------------------------------------------------------------------------- /Sources/Filters/Sources/Arrow2DSource/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Filters/Sources/Arrow2DSource/index.js -------------------------------------------------------------------------------- /Sources/Filters/Sources/ArrowSource/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Filters/Sources/ArrowSource/index.d.ts -------------------------------------------------------------------------------- /Sources/Filters/Sources/ArrowSource/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Filters/Sources/ArrowSource/index.js -------------------------------------------------------------------------------- /Sources/Filters/Sources/CircleSource/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Filters/Sources/CircleSource/index.js -------------------------------------------------------------------------------- /Sources/Filters/Sources/ConeSource/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Filters/Sources/ConeSource/index.d.ts -------------------------------------------------------------------------------- /Sources/Filters/Sources/ConeSource/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Filters/Sources/ConeSource/index.js -------------------------------------------------------------------------------- /Sources/Filters/Sources/CubeSource/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Filters/Sources/CubeSource/index.d.ts -------------------------------------------------------------------------------- /Sources/Filters/Sources/CubeSource/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Filters/Sources/CubeSource/index.js -------------------------------------------------------------------------------- /Sources/Filters/Sources/Cursor3D/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Filters/Sources/Cursor3D/index.d.ts -------------------------------------------------------------------------------- /Sources/Filters/Sources/Cursor3D/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Filters/Sources/Cursor3D/index.js -------------------------------------------------------------------------------- /Sources/Filters/Sources/DiskSource/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Filters/Sources/DiskSource/index.d.ts -------------------------------------------------------------------------------- /Sources/Filters/Sources/DiskSource/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Filters/Sources/DiskSource/index.js -------------------------------------------------------------------------------- /Sources/Filters/Sources/FrustumSource/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Filters/Sources/FrustumSource/index.js -------------------------------------------------------------------------------- /Sources/Filters/Sources/ImageGridSource/api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Filters/Sources/ImageGridSource/api.md -------------------------------------------------------------------------------- /Sources/Filters/Sources/LineSource/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Filters/Sources/LineSource/index.d.ts -------------------------------------------------------------------------------- /Sources/Filters/Sources/LineSource/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Filters/Sources/LineSource/index.js -------------------------------------------------------------------------------- /Sources/Filters/Sources/PlaneSource/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Filters/Sources/PlaneSource/index.d.ts -------------------------------------------------------------------------------- /Sources/Filters/Sources/PlaneSource/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Filters/Sources/PlaneSource/index.js -------------------------------------------------------------------------------- /Sources/Filters/Sources/PointSource/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Filters/Sources/PointSource/index.d.ts -------------------------------------------------------------------------------- /Sources/Filters/Sources/PointSource/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Filters/Sources/PointSource/index.js -------------------------------------------------------------------------------- /Sources/Filters/Sources/SLICSource/api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Filters/Sources/SLICSource/api.md -------------------------------------------------------------------------------- /Sources/Filters/Sources/SLICSource/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Filters/Sources/SLICSource/index.js -------------------------------------------------------------------------------- /Sources/Filters/Sources/SphereSource/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Filters/Sources/SphereSource/index.js -------------------------------------------------------------------------------- /Sources/Filters/Sources/TorusSource/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Filters/Sources/TorusSource/index.js -------------------------------------------------------------------------------- /Sources/Filters/Sources/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Filters/Sources/index.js -------------------------------------------------------------------------------- /Sources/Filters/Texture/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Filters/Texture/index.js -------------------------------------------------------------------------------- /Sources/Filters/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Filters/index.js -------------------------------------------------------------------------------- /Sources/IO/Core/BinaryHelper/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/Core/BinaryHelper/index.js -------------------------------------------------------------------------------- /Sources/IO/Core/DataAccessHelper/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/Core/DataAccessHelper/index.d.ts -------------------------------------------------------------------------------- /Sources/IO/Core/DataAccessHelper/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/Core/DataAccessHelper/index.js -------------------------------------------------------------------------------- /Sources/IO/Core/HttpDataSetReader/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/Core/HttpDataSetReader/index.d.ts -------------------------------------------------------------------------------- /Sources/IO/Core/HttpDataSetReader/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/Core/HttpDataSetReader/index.js -------------------------------------------------------------------------------- /Sources/IO/Core/HttpDataSetSeriesReader/api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/Core/HttpDataSetSeriesReader/api.md -------------------------------------------------------------------------------- /Sources/IO/Core/HttpSceneLoader/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/Core/HttpSceneLoader/index.d.ts -------------------------------------------------------------------------------- /Sources/IO/Core/HttpSceneLoader/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/Core/HttpSceneLoader/index.js -------------------------------------------------------------------------------- /Sources/IO/Core/ImageStream/DefaultProtocol.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/Core/ImageStream/DefaultProtocol.js -------------------------------------------------------------------------------- /Sources/IO/Core/ImageStream/ViewStream.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/Core/ImageStream/ViewStream.d.ts -------------------------------------------------------------------------------- /Sources/IO/Core/ImageStream/ViewStream.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/Core/ImageStream/ViewStream.js -------------------------------------------------------------------------------- /Sources/IO/Core/ImageStream/example/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/Core/ImageStream/example/index.js -------------------------------------------------------------------------------- /Sources/IO/Core/ImageStream/example/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/Core/ImageStream/example/index.md -------------------------------------------------------------------------------- /Sources/IO/Core/ImageStream/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/Core/ImageStream/index.d.ts -------------------------------------------------------------------------------- /Sources/IO/Core/ImageStream/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/Core/ImageStream/index.js -------------------------------------------------------------------------------- /Sources/IO/Core/ResourceLoader/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/Core/ResourceLoader/index.js -------------------------------------------------------------------------------- /Sources/IO/Core/Serializer/ArraySerializer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/Core/Serializer/ArraySerializer.js -------------------------------------------------------------------------------- /Sources/IO/Core/Serializer/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/Core/Serializer/index.js -------------------------------------------------------------------------------- /Sources/IO/Core/WSLinkClient/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/Core/WSLinkClient/index.d.ts -------------------------------------------------------------------------------- /Sources/IO/Core/WSLinkClient/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/Core/WSLinkClient/index.js -------------------------------------------------------------------------------- /Sources/IO/Core/ZipMultiDataSetReader/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/Core/ZipMultiDataSetReader/index.js -------------------------------------------------------------------------------- /Sources/IO/Core/ZipMultiDataSetWriter/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/Core/ZipMultiDataSetWriter/index.js -------------------------------------------------------------------------------- /Sources/IO/Core/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/Core/index.js -------------------------------------------------------------------------------- /Sources/IO/Geometry/DracoReader/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/Geometry/DracoReader/index.d.ts -------------------------------------------------------------------------------- /Sources/IO/Geometry/DracoReader/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/Geometry/DracoReader/index.js -------------------------------------------------------------------------------- /Sources/IO/Geometry/GLTFImporter/Animations.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/Geometry/GLTFImporter/Animations.js -------------------------------------------------------------------------------- /Sources/IO/Geometry/GLTFImporter/Constants.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/Geometry/GLTFImporter/Constants.js -------------------------------------------------------------------------------- /Sources/IO/Geometry/GLTFImporter/Decoder.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/Geometry/GLTFImporter/Decoder.js -------------------------------------------------------------------------------- /Sources/IO/Geometry/GLTFImporter/Extensions.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/Geometry/GLTFImporter/Extensions.js -------------------------------------------------------------------------------- /Sources/IO/Geometry/GLTFImporter/Parser.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/Geometry/GLTFImporter/Parser.js -------------------------------------------------------------------------------- /Sources/IO/Geometry/GLTFImporter/Reader.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/Geometry/GLTFImporter/Reader.js -------------------------------------------------------------------------------- /Sources/IO/Geometry/GLTFImporter/Utils.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/Geometry/GLTFImporter/Utils.js -------------------------------------------------------------------------------- /Sources/IO/Geometry/GLTFImporter/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/Geometry/GLTFImporter/index.d.ts -------------------------------------------------------------------------------- /Sources/IO/Geometry/GLTFImporter/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/Geometry/GLTFImporter/index.js -------------------------------------------------------------------------------- /Sources/IO/Geometry/IFCImporter/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/Geometry/IFCImporter/index.d.ts -------------------------------------------------------------------------------- /Sources/IO/Geometry/IFCImporter/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/Geometry/IFCImporter/index.js -------------------------------------------------------------------------------- /Sources/IO/Geometry/PLYReader/example/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/Geometry/PLYReader/example/index.js -------------------------------------------------------------------------------- /Sources/IO/Geometry/PLYReader/example/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/Geometry/PLYReader/example/index.md -------------------------------------------------------------------------------- /Sources/IO/Geometry/PLYReader/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/Geometry/PLYReader/index.d.ts -------------------------------------------------------------------------------- /Sources/IO/Geometry/PLYReader/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/Geometry/PLYReader/index.js -------------------------------------------------------------------------------- /Sources/IO/Geometry/PLYWriter/Constants.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/Geometry/PLYWriter/Constants.js -------------------------------------------------------------------------------- /Sources/IO/Geometry/PLYWriter/example/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/Geometry/PLYWriter/example/index.js -------------------------------------------------------------------------------- /Sources/IO/Geometry/PLYWriter/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/Geometry/PLYWriter/index.d.ts -------------------------------------------------------------------------------- /Sources/IO/Geometry/PLYWriter/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/Geometry/PLYWriter/index.js -------------------------------------------------------------------------------- /Sources/IO/Geometry/STLReader/example/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/Geometry/STLReader/example/index.js -------------------------------------------------------------------------------- /Sources/IO/Geometry/STLReader/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/Geometry/STLReader/index.d.ts -------------------------------------------------------------------------------- /Sources/IO/Geometry/STLReader/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/Geometry/STLReader/index.js -------------------------------------------------------------------------------- /Sources/IO/Geometry/STLWriter/Constants.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/Geometry/STLWriter/Constants.js -------------------------------------------------------------------------------- /Sources/IO/Geometry/STLWriter/example/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/Geometry/STLWriter/example/index.js -------------------------------------------------------------------------------- /Sources/IO/Geometry/STLWriter/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/Geometry/STLWriter/index.d.ts -------------------------------------------------------------------------------- /Sources/IO/Geometry/STLWriter/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/Geometry/STLWriter/index.js -------------------------------------------------------------------------------- /Sources/IO/Geometry/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/Geometry/index.js -------------------------------------------------------------------------------- /Sources/IO/Image/HDRReader/Utils.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/Image/HDRReader/Utils.js -------------------------------------------------------------------------------- /Sources/IO/Image/HDRReader/example/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/Image/HDRReader/example/index.js -------------------------------------------------------------------------------- /Sources/IO/Image/HDRReader/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/Image/HDRReader/index.d.ts -------------------------------------------------------------------------------- /Sources/IO/Image/HDRReader/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/Image/HDRReader/index.js -------------------------------------------------------------------------------- /Sources/IO/Image/TGAReader/Constants.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/Image/TGAReader/Constants.js -------------------------------------------------------------------------------- /Sources/IO/Image/TGAReader/example/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/Image/TGAReader/example/index.js -------------------------------------------------------------------------------- /Sources/IO/Image/TGAReader/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/Image/TGAReader/index.d.ts -------------------------------------------------------------------------------- /Sources/IO/Image/TGAReader/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/Image/TGAReader/index.js -------------------------------------------------------------------------------- /Sources/IO/Image/TIFFReader/example/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/Image/TIFFReader/example/index.js -------------------------------------------------------------------------------- /Sources/IO/Image/TIFFReader/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/Image/TIFFReader/index.d.ts -------------------------------------------------------------------------------- /Sources/IO/Image/TIFFReader/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/Image/TIFFReader/index.js -------------------------------------------------------------------------------- /Sources/IO/Image/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/Image/index.js -------------------------------------------------------------------------------- /Sources/IO/Legacy/LegacyAsciiParser/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/Legacy/LegacyAsciiParser/index.js -------------------------------------------------------------------------------- /Sources/IO/Legacy/PolyDataReader/api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/Legacy/PolyDataReader/api.md -------------------------------------------------------------------------------- /Sources/IO/Legacy/PolyDataReader/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/Legacy/PolyDataReader/index.js -------------------------------------------------------------------------------- /Sources/IO/Legacy/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/Legacy/index.js -------------------------------------------------------------------------------- /Sources/IO/Misc/ElevationReader/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/Misc/ElevationReader/index.d.ts -------------------------------------------------------------------------------- /Sources/IO/Misc/ElevationReader/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/Misc/ElevationReader/index.js -------------------------------------------------------------------------------- /Sources/IO/Misc/GCodeReader/example/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/Misc/GCodeReader/example/index.js -------------------------------------------------------------------------------- /Sources/IO/Misc/GCodeReader/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/Misc/GCodeReader/index.d.ts -------------------------------------------------------------------------------- /Sources/IO/Misc/GCodeReader/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/Misc/GCodeReader/index.js -------------------------------------------------------------------------------- /Sources/IO/Misc/HttpDataSetLODsLoader/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/Misc/HttpDataSetLODsLoader/index.js -------------------------------------------------------------------------------- /Sources/IO/Misc/ITKImageReader/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/Misc/ITKImageReader/index.d.ts -------------------------------------------------------------------------------- /Sources/IO/Misc/ITKImageReader/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/Misc/ITKImageReader/index.js -------------------------------------------------------------------------------- /Sources/IO/Misc/ITKPolyDataReader/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/Misc/ITKPolyDataReader/index.d.ts -------------------------------------------------------------------------------- /Sources/IO/Misc/ITKPolyDataReader/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/Misc/ITKPolyDataReader/index.js -------------------------------------------------------------------------------- /Sources/IO/Misc/JSONNucleoReader/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/Misc/JSONNucleoReader/index.d.ts -------------------------------------------------------------------------------- /Sources/IO/Misc/JSONNucleoReader/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/Misc/JSONNucleoReader/index.js -------------------------------------------------------------------------------- /Sources/IO/Misc/JSONReader/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/Misc/JSONReader/index.d.ts -------------------------------------------------------------------------------- /Sources/IO/Misc/JSONReader/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/Misc/JSONReader/index.js -------------------------------------------------------------------------------- /Sources/IO/Misc/MTLReader/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/Misc/MTLReader/index.d.ts -------------------------------------------------------------------------------- /Sources/IO/Misc/MTLReader/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/Misc/MTLReader/index.js -------------------------------------------------------------------------------- /Sources/IO/Misc/OBJReader/example/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/Misc/OBJReader/example/index.js -------------------------------------------------------------------------------- /Sources/IO/Misc/OBJReader/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/Misc/OBJReader/index.d.ts -------------------------------------------------------------------------------- /Sources/IO/Misc/OBJReader/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/Misc/OBJReader/index.js -------------------------------------------------------------------------------- /Sources/IO/Misc/OBJWriter/example/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/Misc/OBJWriter/example/index.js -------------------------------------------------------------------------------- /Sources/IO/Misc/OBJWriter/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/Misc/OBJWriter/index.d.ts -------------------------------------------------------------------------------- /Sources/IO/Misc/OBJWriter/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/Misc/OBJWriter/index.js -------------------------------------------------------------------------------- /Sources/IO/Misc/PDBReader/example/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/Misc/PDBReader/example/index.js -------------------------------------------------------------------------------- /Sources/IO/Misc/PDBReader/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/Misc/PDBReader/index.d.ts -------------------------------------------------------------------------------- /Sources/IO/Misc/PDBReader/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/Misc/PDBReader/index.js -------------------------------------------------------------------------------- /Sources/IO/Misc/PDBReader/test/testMolecule.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/Misc/PDBReader/test/testMolecule.js -------------------------------------------------------------------------------- /Sources/IO/Misc/SkyboxReader/api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/Misc/SkyboxReader/api.md -------------------------------------------------------------------------------- /Sources/IO/Misc/SkyboxReader/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/Misc/SkyboxReader/index.js -------------------------------------------------------------------------------- /Sources/IO/Misc/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/Misc/index.js -------------------------------------------------------------------------------- /Sources/IO/XML/XMLImageDataReader/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/XML/XMLImageDataReader/index.d.ts -------------------------------------------------------------------------------- /Sources/IO/XML/XMLImageDataReader/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/XML/XMLImageDataReader/index.js -------------------------------------------------------------------------------- /Sources/IO/XML/XMLImageDataWriter/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/XML/XMLImageDataWriter/index.js -------------------------------------------------------------------------------- /Sources/IO/XML/XMLPolyDataReader/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/XML/XMLPolyDataReader/index.d.ts -------------------------------------------------------------------------------- /Sources/IO/XML/XMLPolyDataReader/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/XML/XMLPolyDataReader/index.js -------------------------------------------------------------------------------- /Sources/IO/XML/XMLPolyDataWriter/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/XML/XMLPolyDataWriter/index.js -------------------------------------------------------------------------------- /Sources/IO/XML/XMLReader/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/XML/XMLReader/index.d.ts -------------------------------------------------------------------------------- /Sources/IO/XML/XMLReader/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/XML/XMLReader/index.js -------------------------------------------------------------------------------- /Sources/IO/XML/XMLWriter/Constants.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/XML/XMLWriter/Constants.js -------------------------------------------------------------------------------- /Sources/IO/XML/XMLWriter/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/XML/XMLWriter/index.js -------------------------------------------------------------------------------- /Sources/IO/XML/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/XML/index.js -------------------------------------------------------------------------------- /Sources/IO/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/IO/index.js -------------------------------------------------------------------------------- /Sources/Imaging/Core/ImageReslice/Constants.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Imaging/Core/ImageReslice/Constants.js -------------------------------------------------------------------------------- /Sources/Imaging/Core/ImageReslice/api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Imaging/Core/ImageReslice/api.md -------------------------------------------------------------------------------- /Sources/Imaging/Core/ImageReslice/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Imaging/Core/ImageReslice/index.d.ts -------------------------------------------------------------------------------- /Sources/Imaging/Core/ImageReslice/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Imaging/Core/ImageReslice/index.js -------------------------------------------------------------------------------- /Sources/Imaging/Core/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Imaging/Core/index.js -------------------------------------------------------------------------------- /Sources/Imaging/Hybrid/SampleFunction/api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Imaging/Hybrid/SampleFunction/api.md -------------------------------------------------------------------------------- /Sources/Imaging/Hybrid/SampleFunction/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Imaging/Hybrid/SampleFunction/index.js -------------------------------------------------------------------------------- /Sources/Imaging/Hybrid/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Imaging/Hybrid/index.js -------------------------------------------------------------------------------- /Sources/Imaging/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Imaging/index.js -------------------------------------------------------------------------------- /Sources/Interaction/Manipulators/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Interaction/Manipulators/index.js -------------------------------------------------------------------------------- /Sources/Interaction/Misc/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Interaction/Misc/index.js -------------------------------------------------------------------------------- /Sources/Interaction/Style/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Interaction/Style/index.js -------------------------------------------------------------------------------- /Sources/Interaction/UI/FPSMonitor/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Interaction/UI/FPSMonitor/index.js -------------------------------------------------------------------------------- /Sources/Interaction/UI/Icons/Contrast.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Interaction/UI/Icons/Contrast.svg -------------------------------------------------------------------------------- /Sources/Interaction/UI/Icons/Logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Interaction/UI/Icons/Logo.svg -------------------------------------------------------------------------------- /Sources/Interaction/UI/Icons/Spacing.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Interaction/UI/Icons/Spacing.svg -------------------------------------------------------------------------------- /Sources/Interaction/UI/Icons/Tint.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Interaction/UI/Icons/Tint.svg -------------------------------------------------------------------------------- /Sources/Interaction/UI/Icons/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Interaction/UI/Icons/index.js -------------------------------------------------------------------------------- /Sources/Interaction/UI/Slider/Constants.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Interaction/UI/Slider/Constants.js -------------------------------------------------------------------------------- /Sources/Interaction/UI/Slider/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Interaction/UI/Slider/index.js -------------------------------------------------------------------------------- /Sources/Interaction/UI/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Interaction/UI/index.js -------------------------------------------------------------------------------- /Sources/Interaction/Widgets/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Interaction/Widgets/index.js -------------------------------------------------------------------------------- /Sources/Interaction/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Interaction/index.js -------------------------------------------------------------------------------- /Sources/Proxy/Core/LookupTableProxy/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Proxy/Core/LookupTableProxy/index.d.ts -------------------------------------------------------------------------------- /Sources/Proxy/Core/LookupTableProxy/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Proxy/Core/LookupTableProxy/index.js -------------------------------------------------------------------------------- /Sources/Proxy/Core/ProxyManager/core.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Proxy/Core/ProxyManager/core.js -------------------------------------------------------------------------------- /Sources/Proxy/Core/ProxyManager/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Proxy/Core/ProxyManager/index.d.ts -------------------------------------------------------------------------------- /Sources/Proxy/Core/ProxyManager/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Proxy/Core/ProxyManager/index.js -------------------------------------------------------------------------------- /Sources/Proxy/Core/ProxyManager/properties.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Proxy/Core/ProxyManager/properties.js -------------------------------------------------------------------------------- /Sources/Proxy/Core/ProxyManager/state.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Proxy/Core/ProxyManager/state.js -------------------------------------------------------------------------------- /Sources/Proxy/Core/ProxyManager/view.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Proxy/Core/ProxyManager/view.js -------------------------------------------------------------------------------- /Sources/Proxy/Core/SourceProxy/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Proxy/Core/SourceProxy/index.d.ts -------------------------------------------------------------------------------- /Sources/Proxy/Core/SourceProxy/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Proxy/Core/SourceProxy/index.js -------------------------------------------------------------------------------- /Sources/Proxy/Core/View2DProxy/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Proxy/Core/View2DProxy/index.d.ts -------------------------------------------------------------------------------- /Sources/Proxy/Core/View2DProxy/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Proxy/Core/View2DProxy/index.js -------------------------------------------------------------------------------- /Sources/Proxy/Core/ViewProxy/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Proxy/Core/ViewProxy/index.d.ts -------------------------------------------------------------------------------- /Sources/Proxy/Core/ViewProxy/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Proxy/Core/ViewProxy/index.js -------------------------------------------------------------------------------- /Sources/Proxy/Core/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Proxy/Core/index.js -------------------------------------------------------------------------------- /Sources/Proxy/Representations/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Proxy/Representations/index.js -------------------------------------------------------------------------------- /Sources/Proxy/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Proxy/index.js -------------------------------------------------------------------------------- /Sources/Rendering/Core/AbstractMapper/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/Core/AbstractMapper/index.js -------------------------------------------------------------------------------- /Sources/Rendering/Core/AbstractPicker/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/Core/AbstractPicker/index.js -------------------------------------------------------------------------------- /Sources/Rendering/Core/Actor/example_/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/Core/Actor/example_/index.js -------------------------------------------------------------------------------- /Sources/Rendering/Core/Actor/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/Core/Actor/index.d.ts -------------------------------------------------------------------------------- /Sources/Rendering/Core/Actor/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/Core/Actor/index.js -------------------------------------------------------------------------------- /Sources/Rendering/Core/Actor2D/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/Core/Actor2D/index.d.ts -------------------------------------------------------------------------------- /Sources/Rendering/Core/Actor2D/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/Core/Actor2D/index.js -------------------------------------------------------------------------------- /Sources/Rendering/Core/AxesActor/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/Core/AxesActor/index.d.ts -------------------------------------------------------------------------------- /Sources/Rendering/Core/AxesActor/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/Core/AxesActor/index.js -------------------------------------------------------------------------------- /Sources/Rendering/Core/Camera/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/Core/Camera/index.d.ts -------------------------------------------------------------------------------- /Sources/Rendering/Core/Camera/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/Core/Camera/index.js -------------------------------------------------------------------------------- /Sources/Rendering/Core/CellPicker/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/Core/CellPicker/index.d.ts -------------------------------------------------------------------------------- /Sources/Rendering/Core/CellPicker/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/Core/CellPicker/index.js -------------------------------------------------------------------------------- /Sources/Rendering/Core/Coordinate/Constants.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/Core/Coordinate/Constants.js -------------------------------------------------------------------------------- /Sources/Rendering/Core/Coordinate/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/Core/Coordinate/index.d.ts -------------------------------------------------------------------------------- /Sources/Rendering/Core/Coordinate/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/Core/Coordinate/index.js -------------------------------------------------------------------------------- /Sources/Rendering/Core/CubeAxesActor/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/Core/CubeAxesActor/index.js -------------------------------------------------------------------------------- /Sources/Rendering/Core/Follower/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/Core/Follower/index.d.ts -------------------------------------------------------------------------------- /Sources/Rendering/Core/Follower/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/Core/Follower/index.js -------------------------------------------------------------------------------- /Sources/Rendering/Core/Glyph3DMapper/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/Core/Glyph3DMapper/index.js -------------------------------------------------------------------------------- /Sources/Rendering/Core/ImageCPRMapper/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/Core/ImageCPRMapper/index.js -------------------------------------------------------------------------------- /Sources/Rendering/Core/ImageMapper/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/Core/ImageMapper/index.d.ts -------------------------------------------------------------------------------- /Sources/Rendering/Core/ImageMapper/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/Core/ImageMapper/index.js -------------------------------------------------------------------------------- /Sources/Rendering/Core/ImageProperty/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/Core/ImageProperty/index.js -------------------------------------------------------------------------------- /Sources/Rendering/Core/ImageSlice/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/Core/ImageSlice/index.d.ts -------------------------------------------------------------------------------- /Sources/Rendering/Core/ImageSlice/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/Core/ImageSlice/index.js -------------------------------------------------------------------------------- /Sources/Rendering/Core/InteractorStyle/api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/Core/InteractorStyle/api.md -------------------------------------------------------------------------------- /Sources/Rendering/Core/Light/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/Core/Light/index.d.ts -------------------------------------------------------------------------------- /Sources/Rendering/Core/Light/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/Core/Light/index.js -------------------------------------------------------------------------------- /Sources/Rendering/Core/Mapper/Constants.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/Core/Mapper/Constants.d.ts -------------------------------------------------------------------------------- /Sources/Rendering/Core/Mapper/Constants.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/Core/Mapper/Constants.js -------------------------------------------------------------------------------- /Sources/Rendering/Core/Mapper/Static.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/Core/Mapper/Static.js -------------------------------------------------------------------------------- /Sources/Rendering/Core/Mapper/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/Core/Mapper/index.d.ts -------------------------------------------------------------------------------- /Sources/Rendering/Core/Mapper/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/Core/Mapper/index.js -------------------------------------------------------------------------------- /Sources/Rendering/Core/Mapper2D/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/Core/Mapper2D/index.d.ts -------------------------------------------------------------------------------- /Sources/Rendering/Core/Mapper2D/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/Core/Mapper2D/index.js -------------------------------------------------------------------------------- /Sources/Rendering/Core/Picker/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/Core/Picker/index.d.ts -------------------------------------------------------------------------------- /Sources/Rendering/Core/Picker/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/Core/Picker/index.js -------------------------------------------------------------------------------- /Sources/Rendering/Core/PointPicker/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/Core/PointPicker/index.d.ts -------------------------------------------------------------------------------- /Sources/Rendering/Core/PointPicker/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/Core/PointPicker/index.js -------------------------------------------------------------------------------- /Sources/Rendering/Core/Prop/Constants.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/Core/Prop/Constants.d.ts -------------------------------------------------------------------------------- /Sources/Rendering/Core/Prop/Constants.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/Core/Prop/Constants.js -------------------------------------------------------------------------------- /Sources/Rendering/Core/Prop/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/Core/Prop/index.d.ts -------------------------------------------------------------------------------- /Sources/Rendering/Core/Prop/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/Core/Prop/index.js -------------------------------------------------------------------------------- /Sources/Rendering/Core/Prop3D/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/Core/Prop3D/index.d.ts -------------------------------------------------------------------------------- /Sources/Rendering/Core/Prop3D/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/Core/Prop3D/index.js -------------------------------------------------------------------------------- /Sources/Rendering/Core/Property/Constants.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/Core/Property/Constants.d.ts -------------------------------------------------------------------------------- /Sources/Rendering/Core/Property/Constants.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/Core/Property/Constants.js -------------------------------------------------------------------------------- /Sources/Rendering/Core/Property/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/Core/Property/index.d.ts -------------------------------------------------------------------------------- /Sources/Rendering/Core/Property/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/Core/Property/index.js -------------------------------------------------------------------------------- /Sources/Rendering/Core/Property2D/Constants.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/Core/Property2D/Constants.js -------------------------------------------------------------------------------- /Sources/Rendering/Core/Property2D/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/Core/Property2D/index.d.ts -------------------------------------------------------------------------------- /Sources/Rendering/Core/Property2D/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/Core/Property2D/index.js -------------------------------------------------------------------------------- /Sources/Rendering/Core/RenderWindow/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/Core/RenderWindow/index.d.ts -------------------------------------------------------------------------------- /Sources/Rendering/Core/RenderWindow/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/Core/RenderWindow/index.js -------------------------------------------------------------------------------- /Sources/Rendering/Core/Renderer/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/Core/Renderer/index.d.ts -------------------------------------------------------------------------------- /Sources/Rendering/Core/Renderer/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/Core/Renderer/index.js -------------------------------------------------------------------------------- /Sources/Rendering/Core/ScalarBarActor/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/Core/ScalarBarActor/index.js -------------------------------------------------------------------------------- /Sources/Rendering/Core/Skybox/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/Core/Skybox/index.d.ts -------------------------------------------------------------------------------- /Sources/Rendering/Core/Skybox/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/Core/Skybox/index.js -------------------------------------------------------------------------------- /Sources/Rendering/Core/SphereMapper/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/Core/SphereMapper/index.d.ts -------------------------------------------------------------------------------- /Sources/Rendering/Core/SphereMapper/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/Core/SphereMapper/index.js -------------------------------------------------------------------------------- /Sources/Rendering/Core/StickMapper/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/Core/StickMapper/index.d.ts -------------------------------------------------------------------------------- /Sources/Rendering/Core/StickMapper/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/Core/StickMapper/index.js -------------------------------------------------------------------------------- /Sources/Rendering/Core/TextActor/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/Core/TextActor/index.d.ts -------------------------------------------------------------------------------- /Sources/Rendering/Core/TextActor/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/Core/TextActor/index.js -------------------------------------------------------------------------------- /Sources/Rendering/Core/TextProperty/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/Core/TextProperty/index.d.ts -------------------------------------------------------------------------------- /Sources/Rendering/Core/TextProperty/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/Core/TextProperty/index.js -------------------------------------------------------------------------------- /Sources/Rendering/Core/Texture/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/Core/Texture/index.d.ts -------------------------------------------------------------------------------- /Sources/Rendering/Core/Texture/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/Core/Texture/index.js -------------------------------------------------------------------------------- /Sources/Rendering/Core/VectorText/Utils.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/Core/VectorText/Utils.js -------------------------------------------------------------------------------- /Sources/Rendering/Core/VectorText/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/Core/VectorText/index.d.ts -------------------------------------------------------------------------------- /Sources/Rendering/Core/VectorText/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/Core/VectorText/index.js -------------------------------------------------------------------------------- /Sources/Rendering/Core/Viewport/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/Core/Viewport/index.d.ts -------------------------------------------------------------------------------- /Sources/Rendering/Core/Viewport/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/Core/Viewport/index.js -------------------------------------------------------------------------------- /Sources/Rendering/Core/Volume/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/Core/Volume/index.d.ts -------------------------------------------------------------------------------- /Sources/Rendering/Core/Volume/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/Core/Volume/index.js -------------------------------------------------------------------------------- /Sources/Rendering/Core/VolumeMapper/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/Core/VolumeMapper/index.d.ts -------------------------------------------------------------------------------- /Sources/Rendering/Core/VolumeMapper/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/Core/VolumeMapper/index.js -------------------------------------------------------------------------------- /Sources/Rendering/Core/VolumeProperty/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/Core/VolumeProperty/index.js -------------------------------------------------------------------------------- /Sources/Rendering/Core/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/Core/index.js -------------------------------------------------------------------------------- /Sources/Rendering/Misc/CanvasView/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/Misc/CanvasView/index.d.ts -------------------------------------------------------------------------------- /Sources/Rendering/Misc/CanvasView/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/Misc/CanvasView/index.js -------------------------------------------------------------------------------- /Sources/Rendering/Misc/RemoteView/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/Misc/RemoteView/index.d.ts -------------------------------------------------------------------------------- /Sources/Rendering/Misc/RemoteView/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/Misc/RemoteView/index.js -------------------------------------------------------------------------------- /Sources/Rendering/Misc/RenderingAPIs/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/Misc/RenderingAPIs/index.js -------------------------------------------------------------------------------- /Sources/Rendering/Misc/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/Misc/index.js -------------------------------------------------------------------------------- /Sources/Rendering/OpenGL/Actor/api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/OpenGL/Actor/api.md -------------------------------------------------------------------------------- /Sources/Rendering/OpenGL/Actor/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/OpenGL/Actor/index.js -------------------------------------------------------------------------------- /Sources/Rendering/OpenGL/Actor2D/api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/OpenGL/Actor2D/api.md -------------------------------------------------------------------------------- /Sources/Rendering/OpenGL/Actor2D/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/OpenGL/Actor2D/index.js -------------------------------------------------------------------------------- /Sources/Rendering/OpenGL/BufferObject/api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/OpenGL/BufferObject/api.md -------------------------------------------------------------------------------- /Sources/Rendering/OpenGL/BufferObject/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/OpenGL/BufferObject/index.js -------------------------------------------------------------------------------- /Sources/Rendering/OpenGL/Camera/api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/OpenGL/Camera/api.md -------------------------------------------------------------------------------- /Sources/Rendering/OpenGL/Camera/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/OpenGL/Camera/index.js -------------------------------------------------------------------------------- /Sources/Rendering/OpenGL/ForwardPass/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/OpenGL/ForwardPass/index.js -------------------------------------------------------------------------------- /Sources/Rendering/OpenGL/Framebuffer/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/OpenGL/Framebuffer/index.js -------------------------------------------------------------------------------- /Sources/Rendering/OpenGL/Helper/api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/OpenGL/Helper/api.md -------------------------------------------------------------------------------- /Sources/Rendering/OpenGL/Helper/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/OpenGL/Helper/index.js -------------------------------------------------------------------------------- /Sources/Rendering/OpenGL/ImageMapper/api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/OpenGL/ImageMapper/api.md -------------------------------------------------------------------------------- /Sources/Rendering/OpenGL/ImageMapper/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/OpenGL/ImageMapper/index.js -------------------------------------------------------------------------------- /Sources/Rendering/OpenGL/ImageSlice/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/OpenGL/ImageSlice/index.js -------------------------------------------------------------------------------- /Sources/Rendering/OpenGL/PolyDataMapper/api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/OpenGL/PolyDataMapper/api.md -------------------------------------------------------------------------------- /Sources/Rendering/OpenGL/Profiles/All.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/OpenGL/Profiles/All.js -------------------------------------------------------------------------------- /Sources/Rendering/OpenGL/Profiles/Geometry.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/OpenGL/Profiles/Geometry.js -------------------------------------------------------------------------------- /Sources/Rendering/OpenGL/Profiles/Glyph.js: -------------------------------------------------------------------------------- 1 | // Geometry advanced 2 | import 'vtk.js/Sources/Rendering/OpenGL/Glyph3DMapper'; 3 | -------------------------------------------------------------------------------- /Sources/Rendering/OpenGL/Profiles/LIC.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/OpenGL/Profiles/LIC.js -------------------------------------------------------------------------------- /Sources/Rendering/OpenGL/Profiles/Molecule.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/OpenGL/Profiles/Molecule.js -------------------------------------------------------------------------------- /Sources/Rendering/OpenGL/Profiles/Volume.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/OpenGL/Profiles/Volume.js -------------------------------------------------------------------------------- /Sources/Rendering/OpenGL/RenderWindow/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/OpenGL/RenderWindow/index.js -------------------------------------------------------------------------------- /Sources/Rendering/OpenGL/Renderer/api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/OpenGL/Renderer/api.md -------------------------------------------------------------------------------- /Sources/Rendering/OpenGL/Renderer/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/OpenGL/Renderer/index.js -------------------------------------------------------------------------------- /Sources/Rendering/OpenGL/Shader/api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/OpenGL/Shader/api.md -------------------------------------------------------------------------------- /Sources/Rendering/OpenGL/Shader/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/OpenGL/Shader/index.js -------------------------------------------------------------------------------- /Sources/Rendering/OpenGL/ShaderCache/api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/OpenGL/ShaderCache/api.md -------------------------------------------------------------------------------- /Sources/Rendering/OpenGL/ShaderCache/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/OpenGL/ShaderCache/index.js -------------------------------------------------------------------------------- /Sources/Rendering/OpenGL/ShaderProgram/api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/OpenGL/ShaderProgram/api.md -------------------------------------------------------------------------------- /Sources/Rendering/OpenGL/Skybox/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/OpenGL/Skybox/index.js -------------------------------------------------------------------------------- /Sources/Rendering/OpenGL/SphereMapper/api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/OpenGL/SphereMapper/api.md -------------------------------------------------------------------------------- /Sources/Rendering/OpenGL/SphereMapper/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/OpenGL/SphereMapper/index.js -------------------------------------------------------------------------------- /Sources/Rendering/OpenGL/StickMapper/api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/OpenGL/StickMapper/api.md -------------------------------------------------------------------------------- /Sources/Rendering/OpenGL/StickMapper/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/OpenGL/StickMapper/index.js -------------------------------------------------------------------------------- /Sources/Rendering/OpenGL/SurfaceLIC/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/OpenGL/SurfaceLIC/index.js -------------------------------------------------------------------------------- /Sources/Rendering/OpenGL/Texture/Constants.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/OpenGL/Texture/Constants.js -------------------------------------------------------------------------------- /Sources/Rendering/OpenGL/Texture/api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/OpenGL/Texture/api.md -------------------------------------------------------------------------------- /Sources/Rendering/OpenGL/Texture/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/OpenGL/Texture/index.d.ts -------------------------------------------------------------------------------- /Sources/Rendering/OpenGL/Texture/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/OpenGL/Texture/index.js -------------------------------------------------------------------------------- /Sources/Rendering/OpenGL/Volume/api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/OpenGL/Volume/api.md -------------------------------------------------------------------------------- /Sources/Rendering/OpenGL/Volume/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/OpenGL/Volume/index.js -------------------------------------------------------------------------------- /Sources/Rendering/OpenGL/VolumeMapper/api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/OpenGL/VolumeMapper/api.md -------------------------------------------------------------------------------- /Sources/Rendering/OpenGL/VolumeMapper/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/OpenGL/VolumeMapper/index.js -------------------------------------------------------------------------------- /Sources/Rendering/OpenGL/glsl/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/OpenGL/glsl/readme.txt -------------------------------------------------------------------------------- /Sources/Rendering/OpenGL/glsl/vtkVolumeFS.glsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/OpenGL/glsl/vtkVolumeFS.glsl -------------------------------------------------------------------------------- /Sources/Rendering/OpenGL/glsl/vtkVolumeVS.glsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/OpenGL/glsl/vtkVolumeVS.glsl -------------------------------------------------------------------------------- /Sources/Rendering/OpenGL/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/OpenGL/index.js -------------------------------------------------------------------------------- /Sources/Rendering/Profiles/All.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/Profiles/All.js -------------------------------------------------------------------------------- /Sources/Rendering/Profiles/Geometry.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/Profiles/Geometry.js -------------------------------------------------------------------------------- /Sources/Rendering/Profiles/Glyph.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/Profiles/Glyph.js -------------------------------------------------------------------------------- /Sources/Rendering/Profiles/LIC.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/Profiles/LIC.js -------------------------------------------------------------------------------- /Sources/Rendering/Profiles/Molecule.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/Profiles/Molecule.js -------------------------------------------------------------------------------- /Sources/Rendering/Profiles/Volume.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/Profiles/Volume.js -------------------------------------------------------------------------------- /Sources/Rendering/SceneGraph/ViewNode/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/SceneGraph/ViewNode/index.js -------------------------------------------------------------------------------- /Sources/Rendering/SceneGraph/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/SceneGraph/index.js -------------------------------------------------------------------------------- /Sources/Rendering/WebGPU/Actor/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/WebGPU/Actor/index.js -------------------------------------------------------------------------------- /Sources/Rendering/WebGPU/Actor2D/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/WebGPU/Actor2D/index.js -------------------------------------------------------------------------------- /Sources/Rendering/WebGPU/BindGroup/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/WebGPU/BindGroup/index.js -------------------------------------------------------------------------------- /Sources/Rendering/WebGPU/Buffer/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/WebGPU/Buffer/index.js -------------------------------------------------------------------------------- /Sources/Rendering/WebGPU/Camera/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/WebGPU/Camera/index.js -------------------------------------------------------------------------------- /Sources/Rendering/WebGPU/Device/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/WebGPU/Device/index.js -------------------------------------------------------------------------------- /Sources/Rendering/WebGPU/ForwardPass/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/WebGPU/ForwardPass/index.js -------------------------------------------------------------------------------- /Sources/Rendering/WebGPU/ImageMapper/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/WebGPU/ImageMapper/index.js -------------------------------------------------------------------------------- /Sources/Rendering/WebGPU/ImageSlice/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/WebGPU/ImageSlice/index.js -------------------------------------------------------------------------------- /Sources/Rendering/WebGPU/IndexBuffer/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/WebGPU/IndexBuffer/index.js -------------------------------------------------------------------------------- /Sources/Rendering/WebGPU/OpaquePass/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/WebGPU/OpaquePass/index.js -------------------------------------------------------------------------------- /Sources/Rendering/WebGPU/Pipeline/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/WebGPU/Pipeline/index.js -------------------------------------------------------------------------------- /Sources/Rendering/WebGPU/Profiles/All.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/WebGPU/Profiles/All.js -------------------------------------------------------------------------------- /Sources/Rendering/WebGPU/Profiles/Geometry.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/WebGPU/Profiles/Geometry.js -------------------------------------------------------------------------------- /Sources/Rendering/WebGPU/Profiles/Glyph.js: -------------------------------------------------------------------------------- 1 | // Geometry advanced 2 | import 'vtk.js/Sources/Rendering/WebGPU/Glyph3DMapper'; 3 | -------------------------------------------------------------------------------- /Sources/Rendering/WebGPU/Profiles/LIC.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/WebGPU/Profiles/LIC.js -------------------------------------------------------------------------------- /Sources/Rendering/WebGPU/Profiles/Molecule.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/WebGPU/Profiles/Molecule.js -------------------------------------------------------------------------------- /Sources/Rendering/WebGPU/Profiles/Volume.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/WebGPU/Profiles/Volume.js -------------------------------------------------------------------------------- /Sources/Rendering/WebGPU/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/WebGPU/README.md -------------------------------------------------------------------------------- /Sources/Rendering/WebGPU/RenderWindow/api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/WebGPU/RenderWindow/api.md -------------------------------------------------------------------------------- /Sources/Rendering/WebGPU/RenderWindow/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/WebGPU/RenderWindow/index.js -------------------------------------------------------------------------------- /Sources/Rendering/WebGPU/Renderer/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/WebGPU/Renderer/index.js -------------------------------------------------------------------------------- /Sources/Rendering/WebGPU/Sampler/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/WebGPU/Sampler/index.js -------------------------------------------------------------------------------- /Sources/Rendering/WebGPU/ShaderCache/api.md: -------------------------------------------------------------------------------- 1 | manage Shader Programs within a context 2 | -------------------------------------------------------------------------------- /Sources/Rendering/WebGPU/ShaderCache/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/WebGPU/ShaderCache/index.js -------------------------------------------------------------------------------- /Sources/Rendering/WebGPU/ShaderModule/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/WebGPU/ShaderModule/index.js -------------------------------------------------------------------------------- /Sources/Rendering/WebGPU/SimpleMapper/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/WebGPU/SimpleMapper/index.js -------------------------------------------------------------------------------- /Sources/Rendering/WebGPU/SphereMapper/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/WebGPU/SphereMapper/index.js -------------------------------------------------------------------------------- /Sources/Rendering/WebGPU/StickMapper/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/WebGPU/StickMapper/index.js -------------------------------------------------------------------------------- /Sources/Rendering/WebGPU/Texture/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/WebGPU/Texture/index.js -------------------------------------------------------------------------------- /Sources/Rendering/WebGPU/TextureView/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/WebGPU/TextureView/index.js -------------------------------------------------------------------------------- /Sources/Rendering/WebGPU/Types/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/WebGPU/Types/index.js -------------------------------------------------------------------------------- /Sources/Rendering/WebGPU/VertexInput/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/WebGPU/VertexInput/index.js -------------------------------------------------------------------------------- /Sources/Rendering/WebGPU/Volume/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/WebGPU/Volume/index.js -------------------------------------------------------------------------------- /Sources/Rendering/WebGPU/VolumePass/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/WebGPU/VolumePass/index.js -------------------------------------------------------------------------------- /Sources/Rendering/WebGPU/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/WebGPU/index.js -------------------------------------------------------------------------------- /Sources/Rendering/WebXR/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/WebXR/index.js -------------------------------------------------------------------------------- /Sources/Rendering/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Rendering/index.js -------------------------------------------------------------------------------- /Sources/Testing/Examples/WindTunnel/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Testing/Examples/WindTunnel/index.js -------------------------------------------------------------------------------- /Sources/Testing/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Testing/index.js -------------------------------------------------------------------------------- /Sources/Testing/setupTestEnv.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Testing/setupTestEnv.js -------------------------------------------------------------------------------- /Sources/Testing/testAlgorithm.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Testing/testAlgorithm.js -------------------------------------------------------------------------------- /Sources/Testing/testIf.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Testing/testIf.js -------------------------------------------------------------------------------- /Sources/Testing/testMacro.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Testing/testMacro.js -------------------------------------------------------------------------------- /Sources/Testing/testProxy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Testing/testProxy.js -------------------------------------------------------------------------------- /Sources/Testing/testSerialization.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Testing/testSerialization.js -------------------------------------------------------------------------------- /Sources/Testing/testUtils.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Testing/testUtils.js -------------------------------------------------------------------------------- /Sources/Widgets/Core/AbstractWidget/api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Widgets/Core/AbstractWidget/api.md -------------------------------------------------------------------------------- /Sources/Widgets/Core/AbstractWidget/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Widgets/Core/AbstractWidget/index.d.ts -------------------------------------------------------------------------------- /Sources/Widgets/Core/AbstractWidget/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Widgets/Core/AbstractWidget/index.js -------------------------------------------------------------------------------- /Sources/Widgets/Core/StateBuilder/api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Widgets/Core/StateBuilder/api.md -------------------------------------------------------------------------------- /Sources/Widgets/Core/StateBuilder/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Widgets/Core/StateBuilder/index.d.ts -------------------------------------------------------------------------------- /Sources/Widgets/Core/StateBuilder/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Widgets/Core/StateBuilder/index.js -------------------------------------------------------------------------------- /Sources/Widgets/Core/StateBuilder/nameMixin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Widgets/Core/StateBuilder/nameMixin.js -------------------------------------------------------------------------------- /Sources/Widgets/Core/StateBuilder/textMixin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Widgets/Core/StateBuilder/textMixin.js -------------------------------------------------------------------------------- /Sources/Widgets/Core/WidgetManager/api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Widgets/Core/WidgetManager/api.md -------------------------------------------------------------------------------- /Sources/Widgets/Core/WidgetManager/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Widgets/Core/WidgetManager/index.d.ts -------------------------------------------------------------------------------- /Sources/Widgets/Core/WidgetManager/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Widgets/Core/WidgetManager/index.js -------------------------------------------------------------------------------- /Sources/Widgets/Core/WidgetState/api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Widgets/Core/WidgetState/api.md -------------------------------------------------------------------------------- /Sources/Widgets/Core/WidgetState/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Widgets/Core/WidgetState/index.d.ts -------------------------------------------------------------------------------- /Sources/Widgets/Core/WidgetState/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Widgets/Core/WidgetState/index.js -------------------------------------------------------------------------------- /Sources/Widgets/Core/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Widgets/Core/index.js -------------------------------------------------------------------------------- /Sources/Widgets/Manipulators/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Widgets/Manipulators/index.js -------------------------------------------------------------------------------- /Sources/Widgets/Representations/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Widgets/Representations/index.js -------------------------------------------------------------------------------- /Sources/Widgets/Widgets3D/AngleWidget/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Widgets/Widgets3D/AngleWidget/index.js -------------------------------------------------------------------------------- /Sources/Widgets/Widgets3D/AngleWidget/state.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Widgets/Widgets3D/AngleWidget/state.js -------------------------------------------------------------------------------- /Sources/Widgets/Widgets3D/LabelWidget/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Widgets/Widgets3D/LabelWidget/index.js -------------------------------------------------------------------------------- /Sources/Widgets/Widgets3D/LabelWidget/state.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Widgets/Widgets3D/LabelWidget/state.js -------------------------------------------------------------------------------- /Sources/Widgets/Widgets3D/LineWidget/api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Widgets/Widgets3D/LineWidget/api.md -------------------------------------------------------------------------------- /Sources/Widgets/Widgets3D/LineWidget/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Widgets/Widgets3D/LineWidget/index.js -------------------------------------------------------------------------------- /Sources/Widgets/Widgets3D/LineWidget/state.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Widgets/Widgets3D/LineWidget/state.js -------------------------------------------------------------------------------- /Sources/Widgets/Widgets3D/PaintWidget/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Widgets/Widgets3D/PaintWidget/index.js -------------------------------------------------------------------------------- /Sources/Widgets/Widgets3D/PaintWidget/state.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Widgets/Widgets3D/PaintWidget/state.js -------------------------------------------------------------------------------- /Sources/Widgets/Widgets3D/SeedWidget/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Widgets/Widgets3D/SeedWidget/index.js -------------------------------------------------------------------------------- /Sources/Widgets/Widgets3D/SeedWidget/state.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Widgets/Widgets3D/SeedWidget/state.js -------------------------------------------------------------------------------- /Sources/Widgets/Widgets3D/ShapeWidget/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Widgets/Widgets3D/ShapeWidget/index.js -------------------------------------------------------------------------------- /Sources/Widgets/Widgets3D/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Widgets/Widgets3D/index.js -------------------------------------------------------------------------------- /Sources/Widgets/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/Widgets/index.js -------------------------------------------------------------------------------- /Sources/favicon.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/favicon.js -------------------------------------------------------------------------------- /Sources/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/index.js -------------------------------------------------------------------------------- /Sources/interfaces.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/interfaces.d.ts -------------------------------------------------------------------------------- /Sources/macros.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/macros.d.ts -------------------------------------------------------------------------------- /Sources/macros.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/macros.js -------------------------------------------------------------------------------- /Sources/types.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/types.d.ts -------------------------------------------------------------------------------- /Sources/vtk.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/vtk.d.ts -------------------------------------------------------------------------------- /Sources/vtk.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Sources/vtk.js -------------------------------------------------------------------------------- /Utilities/DataGenerator/convert-cli.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Utilities/DataGenerator/convert-cli.js -------------------------------------------------------------------------------- /Utilities/DataGenerator/vtk-data-converter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Utilities/DataGenerator/vtk-data-converter.py -------------------------------------------------------------------------------- /Utilities/ExampleRunner/.gitignore: -------------------------------------------------------------------------------- 1 | webpack.config.js 2 | -------------------------------------------------------------------------------- /Utilities/ExampleRunner/example-runner-cli.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Utilities/ExampleRunner/example-runner-cli.js -------------------------------------------------------------------------------- /Utilities/ExampleRunner/template-config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Utilities/ExampleRunner/template-config.js -------------------------------------------------------------------------------- /Utilities/ExampleRunner/template.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Utilities/ExampleRunner/template.html -------------------------------------------------------------------------------- /Utilities/Icons/vtkjs.sketch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Utilities/Icons/vtkjs.sketch -------------------------------------------------------------------------------- /Utilities/Karma/reporting-template.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Utilities/Karma/reporting-template.html -------------------------------------------------------------------------------- /Utilities/Karma/tape-html-reporter.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Utilities/Karma/tape-html-reporter.js -------------------------------------------------------------------------------- /Utilities/Karma/tape-object-stream/adapter.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Utilities/Karma/tape-object-stream/adapter.js -------------------------------------------------------------------------------- /Utilities/Karma/tape-object-stream/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Utilities/Karma/tape-object-stream/index.js -------------------------------------------------------------------------------- /Utilities/ParaView/apply-materials.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Utilities/ParaView/apply-materials.py -------------------------------------------------------------------------------- /Utilities/ParaView/export-scene-macro.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Utilities/ParaView/export-scene-macro.py -------------------------------------------------------------------------------- /Utilities/ParaView/export-skybox-macro.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Utilities/ParaView/export-skybox-macro.py -------------------------------------------------------------------------------- /Utilities/ParaView/obj-mtl-importer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Utilities/ParaView/obj-mtl-importer.py -------------------------------------------------------------------------------- /Utilities/XMLConverter/chemistry/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Utilities/XMLConverter/chemistry/README.md -------------------------------------------------------------------------------- /Utilities/XMLConverter/chemistry/elements.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Utilities/XMLConverter/chemistry/elements.json -------------------------------------------------------------------------------- /Utilities/XMLConverter/chemistry/elements.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Utilities/XMLConverter/chemistry/elements.xml -------------------------------------------------------------------------------- /Utilities/XMLConverter/xml2json-cli.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Utilities/XMLConverter/xml2json-cli.js -------------------------------------------------------------------------------- /Utilities/build/macro-shim.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Utilities/build/macro-shim.d.ts -------------------------------------------------------------------------------- /Utilities/build/macro-shim.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Utilities/build/macro-shim.js -------------------------------------------------------------------------------- /Utilities/build/rewrite-imports.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Utilities/build/rewrite-imports.js -------------------------------------------------------------------------------- /Utilities/ci/reset-gh-pages-history.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Utilities/ci/reset-gh-pages-history.sh -------------------------------------------------------------------------------- /Utilities/ci/run-tests-in-docker.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Utilities/ci/run-tests-in-docker.sh -------------------------------------------------------------------------------- /Utilities/config/chainWebpack.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Utilities/config/chainWebpack.js -------------------------------------------------------------------------------- /Utilities/config/dependency.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Utilities/config/dependency.js -------------------------------------------------------------------------------- /Utilities/config/rules-examples.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Utilities/config/rules-examples.js -------------------------------------------------------------------------------- /Utilities/config/rules-tests.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Utilities/config/rules-tests.js -------------------------------------------------------------------------------- /Utilities/config/rules-vtk.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Utilities/config/rules-vtk.js -------------------------------------------------------------------------------- /Utilities/prepare.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Utilities/prepare.js -------------------------------------------------------------------------------- /Utilities/rollup/plugin-generate-references.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Utilities/rollup/plugin-generate-references.js -------------------------------------------------------------------------------- /Utilities/rollup/plugin-rewrite-filenames.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/Utilities/rollup/plugin-rewrite-filenames.js -------------------------------------------------------------------------------- /dist/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/dist/index.html -------------------------------------------------------------------------------- /karma.conf.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/karma.conf.js -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/package.json -------------------------------------------------------------------------------- /patches/dox+1.0.0.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/patches/dox+1.0.0.patch -------------------------------------------------------------------------------- /patches/rollup-plugin-copy+3.4.0.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/patches/rollup-plugin-copy+3.4.0.patch -------------------------------------------------------------------------------- /postcss.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/postcss.config.js -------------------------------------------------------------------------------- /prettier.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/prettier.config.js -------------------------------------------------------------------------------- /rollup.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/rollup.config.js -------------------------------------------------------------------------------- /tsconfig.esm-check.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/tsconfig.esm-check.json -------------------------------------------------------------------------------- /tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/tsconfig.json -------------------------------------------------------------------------------- /tsconfig.umd-check.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/tsconfig.umd-check.json -------------------------------------------------------------------------------- /webpack.common.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/webpack.common.js -------------------------------------------------------------------------------- /webpack.dev.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/webpack.dev.js -------------------------------------------------------------------------------- /webpack.prod.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/webpack.prod.js -------------------------------------------------------------------------------- /webpack.settings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/vtk-js/HEAD/webpack.settings.js --------------------------------------------------------------------------------