LICENSE
MANIFEST.in
README.rst
pyproject.toml
setup.py
pymeshfix/__init__.py
pymeshfix/_version.py
pymeshfix/meshfix.py
pymeshfix.egg-info/PKG-INFO
pymeshfix.egg-info/SOURCES.txt
pymeshfix.egg-info/dependency_links.txt
pymeshfix.egg-info/requires.txt
pymeshfix.egg-info/top_level.txt
pymeshfix/cython/_meshfix.pyx
pymeshfix/cython/checkAndRepair.cpp
pymeshfix/cython/coordinates.cpp
pymeshfix/cython/detectIntersections.cpp
pymeshfix/cython/edge.cpp
pymeshfix/cython/graph.cpp
pymeshfix/cython/heap.cpp
pymeshfix/cython/holeFilling.cpp
pymeshfix/cython/io.cpp
pymeshfix/cython/jqsort.cpp
pymeshfix/cython/list.cpp
pymeshfix/cython/marchIntersections.cpp
pymeshfix/cython/matrix.cpp
pymeshfix/cython/meshfix.cpp
pymeshfix/cython/orientation.c
pymeshfix/cython/point.cpp
pymeshfix/cython/tin.cpp
pymeshfix/cython/tmesh.cpp
pymeshfix/cython/triangle.cpp
pymeshfix/cython/vertex.cpp
pymeshfix/examples/StanfordBunny.ply
pymeshfix/examples/__init__.py
pymeshfix/examples/fix.py
pymeshfix/examples/planar_mesh.ply
pymeshfix/cython/_meshfix.cpp
pymeshfix/cython/basics.h
pymeshfix/cython/checkAndRepair.cpp
pymeshfix/cython/coordinates.cpp
pymeshfix/cython/coordinates.h
pymeshfix/cython/detectIntersections.cpp
pymeshfix/cython/detectIntersections.h
pymeshfix/cython/edge.cpp
pymeshfix/cython/edge.h
pymeshfix/cython/graph.cpp
pymeshfix/cython/graph.h
pymeshfix/cython/heap.cpp
pymeshfix/cython/heap.h
pymeshfix/cython/holeFilling.cpp
pymeshfix/cython/io.cpp
pymeshfix/cython/jqsort.cpp
pymeshfix/cython/jqsort.h
pymeshfix/cython/list.cpp
pymeshfix/cython/list.h
pymeshfix/cython/marchIntersections.cpp
pymeshfix/cython/marchIntersections.h
pymeshfix/cython/matrix.cpp
pymeshfix/cython/matrix.h
pymeshfix/cython/meshfix.cpp
pymeshfix/cython/meshfix.h
pymeshfix/cython/orientation.c
pymeshfix/cython/point.cpp
pymeshfix/cython/point.h
pymeshfix/cython/tin.cpp
pymeshfix/cython/tin.h
pymeshfix/cython/tmesh.cpp
pymeshfix/cython/tmesh.h
pymeshfix/cython/tmesh_kernel.h
pymeshfix/cython/triangle.cpp
pymeshfix/cython/triangle.h
pymeshfix/cython/vertex.cpp
pymeshfix/cython/vertex.h
pymeshfix/examples/StanfordBunny.ply
pymeshfix/examples/__init__.py
pymeshfix/examples/fix.py
pymeshfix/examples/planar_mesh.ply
tests/.coverage
tests/coverage.xml
tests/test-output.xml
tests/test_pyx_meshfix.py
tests/test_withvtk.py