.gitattributes
.gitignore
CITATION.cff
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE.md
README.md
program.prof
pyproject.toml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/documentation-request.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/documentation.yml
.github/workflows/draft-pdf.yml
.github/workflows/release.yml
docs/README.md
docs/act_build.sh
docs/build.sh
docs/clean.sh
docs/source/api.rst
docs/source/conf.py
docs/source/dev.rst
docs/source/guide.rst
docs/source/index.rst
docs/source/perf.rst
docs/source/references.bib
docs/source/theory.rst
docs/source/_static/mymesh_logo.png
docs/source/_static/mymesh_logo.svg
docs/source/_static/switcher.json
docs/source/_static/css/mymesh.css
docs/source/_templates/autosummary/class.rst
docs/source/_templates/autosummary/module.rst
docs/source/dev/CHANGELOG.md
docs/source/dev/dev_guide.rst
docs/source/guide/connectivity.rst
docs/source/guide/csg.rst
docs/source/guide/elem_types.rst
docs/source/guide/getting_started.rst
docs/source/guide/image_meshing.rst
docs/source/guide/implicit_meshing.rst
docs/source/guide/installation.rst
docs/source/guide/io.rst
docs/source/guide/matlab.rst
docs/source/guide/mesh_class.rst
docs/source/guide/ref.rst
docs/source/guide/what_mesh.rst
docs/source/submodules/mymesh.demo_image.rst
docs/source/submodules/mymesh.demo_mesh.rst
docs/source/theory/contour.rst
docs/source/theory/curvature.rst
docs/source/theory/delaunay.rst
docs/source/theory/edgecontract.rst
docs/source/theory/flips23.rst
docs/source/theory/flipstri.rst
docs/source/theory/implicit.rst
docs/source/theory/improvement.rst
docs/source/theory/laplaciansmooth.rst
docs/source/theory/mesh.rst
docs/source/theory/octree.rst
docs/source/theory/rays.rst
docs/source/theory/register.rst
docs/source/theory/springsmooth.rst
docs/source/verification/contour.rst
docs/source/verification/curvature.rst
docs/source/verification/delaunay.rst
docs/source/verification/tree.rst
examples/GALLERY_HEADER.rst
examples/MeshAnalysis/GALLERY_HEADER.rst
examples/MeshAnalysis/demo_curvature.py
examples/MeshAnalysis/demo_pore-thickness.py
examples/MeshGeneration/GALLERY_HEADER.rst
examples/MeshGeneration/demo_heart.py
examples/MeshGeneration/demo_image-based.py
examples/MeshGeneration/demo_mixed-top.py
examples/MeshGeneration/demo_pasta.py
examples/MeshModification/GALLERY_HEADER.rst
examples/MeshModification/demo_coarsening.py
examples/MeshModification/demo_contouring.py
examples/MeshModification/demo_conversion.py
examples/MeshModification/demo_improvement.py
examples/MeshModification/demo_registration.py
examples/MeshModification/demo_smoothing.py
paper/build.sh
paper/paper.bib
paper/paper.md
paper/paper.pdf
paper/figures/bunny_S.png
paper/figures/bunny_coarse.png
paper/figures/bunny_curvature.png
paper/figures/bunny_img.png
paper/figures/bunny_surf.png
paper/figures/bunny_tet.png
paper/figures/bunny_tet_zoom.png
paper/figures/bunny_voxel.png
paper/figures/csg_box.png
paper/figures/features.jpg
paper/figures/features.svg
paper/figures/image.jpg
paper/figures/image.svg
paper/figures/implicit.jpg
paper/figures/implicit.svg
paper/figures/implicit_s.png
paper/figures/paper_figures.py
resources/mymesh_logo.png
resources/mymesh_logo.svg
src/mymesh/__init__.py
src/mymesh/booleans.py
src/mymesh/contour.py
src/mymesh/converter.py
src/mymesh/curvature.py
src/mymesh/delaunay.py
src/mymesh/image.py
src/mymesh/implicit.py
src/mymesh/improvement.py
src/mymesh/mesh.py
src/mymesh/primitives.py
src/mymesh/quality.py
src/mymesh/rays.py
src/mymesh/register.py
src/mymesh/tree.py
src/mymesh/utils.py
src/mymesh/visualize.py
src/mymesh.egg-info/PKG-INFO
src/mymesh.egg-info/SOURCES.txt
src/mymesh.egg-info/dependency_links.txt
src/mymesh.egg-info/requires.txt
src/mymesh.egg-info/top_level.txt
tests/__init__.py
tests/test_booleans.py
tests/test_contour.py
tests/test_converter.py
tests/test_curvature.py
tests/test_delaunay.py
tests/test_image.py
tests/test_implicit.py
tests/test_improvement.py
tests/test_mesh.py
tests/test_primitives.py
tests/test_quality.py
tests/test_rays.py
tests/test_tree.py
tests/test_utils.py