LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
FastGeodis/__init__.py
FastGeodis/common.h
FastGeodis/fastgeodis.cpp
FastGeodis/fastgeodis.h
FastGeodis/fastgeodis_cpu.cpp
FastGeodis/fastgeodis_cuda.cu
FastGeodis/geodis_fastmarch.cpp
FastGeodis/geodis_pixelqueue.cpp
FastGeodis/geodis_toivanen.cpp
FastGeodis.egg-info/PKG-INFO
FastGeodis.egg-info/SOURCES.txt
FastGeodis.egg-info/dependency_links.txt
FastGeodis.egg-info/not-zip-safe
FastGeodis.egg-info/requires.txt
FastGeodis.egg-info/top_level.txt
dependency/fmm/.gitignore
dependency/fmm/CMakeLists.txt
dependency/fmm/CPPLINT.cfg
dependency/fmm/README.md
dependency/fmm/.github/workflows/cmake.yml
dependency/fmm/.github/workflows/cpplint.yml
dependency/fmm/bindings/python/CMakeLists.txt
dependency/fmm/bindings/python/py-fast-marching-method.cpp
dependency/fmm/examples/cpp/CMakeLists.txt
dependency/fmm/examples/cpp/minimal_example.cpp
dependency/fmm/examples/python/py-fast-marching-minimal-example.py
dependency/fmm/img/fmm_readme.pdf
dependency/fmm/img/fmm_readme_concept.png
dependency/fmm/img/fmm_readme_dilation_bands.png
dependency/fmm/img/fmm_readme_eikonal_solvers.png
dependency/fmm/img/fmm_readme_input_values.png
dependency/fmm/img/fmm_readme_inside_outside.png
dependency/fmm/img/fmm_readme_point_source_error.png
dependency/fmm/include/thinks/fast_marching_method/fast_marching_method.hpp
dependency/fmm/tests/CMakeLists.txt
dependency/fmm/tests/eikonal_solvers_test.cpp
dependency/fmm/tests/main.cpp
dependency/fmm/tests/py-bindings-test.py
dependency/fmm/tests/signed_arrival_time_test.cpp
dependency/fmm/tests/util.hpp