Skip to content

Commit 846037c

Browse files
committed
doc(MeshFormats): Add SWC
1 parent 0103696 commit 846037c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/content/docs/mesh_formats.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ Read and write to and from [Mesh](../api/Mesh.html) is supported.
77
- [FreeSurfer surface file formats, binary and ASCII](http://www.grahamwideman.com/gw/brain/fs/surfacefileformats.htm)
88
- [OFF Object Format](https://en.wikipedia.org/wiki/OFF_%28file_format%29)
99
- [STL Stereolithography CAD software created by 3D Systems](https://en.wikipedia.org/wiki/STL_%28file_format%29)
10+
- [SWC Neuron Morphology](https://swc-specification.readthedocs.io/en/latest/)
1011
- [Wavefront OBJ geometry file format](https://en.wikipedia.org/wiki/Wavefront_.obj_file)
1112
- [VTK legacy file format for vtkPolyData](https://www.vtk.org/wp-content/uploads/2015/04/file-formats.pdf)
1213

13-
For visualization with [vtk.js](https://kitware.github.io/vtk-js/index.html), use itk-wasm `meshToPolyData` and [vtkITKHelper.convertItkToVtkPolyData](https://kitware.github.io/vtk-js/api/Common_DataModel_ITKHelper.html) ([example](https://kitware.github.io/vtk-js/examples/ItkWasmGeometry.html)).
14+
For visualization with [vtk.js](https://kitware.github.io/vtk-js/index.html), use itk-wasm `meshToPolyData` and [vtkITKHelper.convertItkToVtkPolyData](https://kitware.github.io/vtk-js/api/Common_DataModel_ITKHelper.html) ([example](https://kitware.github.io/vtk-js/examples/ItkWasmGeometry.html)).

0 commit comments

Comments
 (0)