CMakeLists.txt
LICENSE
MANIFEST.in
README.md
dev-requirements.txt
requirements.txt
setup.py
bench/CMakeLists.txt
bench/hilbert_bench.cpp
bench/kd_bench.cpp
bench/run-bench.cpp
bench/s2_bench.cpp
cmake/Extras.cmake
cmake/GperftoolsConfig.cmake
examples/CMakeLists.txt
examples/cpp/CMakeLists.txt
examples/cpp/example_icochart.cpp
examples/cpp/example_kd.cpp
examples/cpp/example_nano.cpp
examples/cpp/example_s2.cpp
examples/python/run_ga.py
examples/python/run_hilbert.py
examples/python/run_ico.py
examples/python/run_meshes.py
examples/python/run_normals.py
examples/python/archive/run_normals copy.py
examples/python/paper/plot_hilbert.py
examples/python/paper/plot_linear_interp.py
examples/python/paper/plot_mesh.py
examples/python/paper/plot_mesh_beta.py
examples/python/paper/run_meshes_archive.py
examples/python/util/line_mesh.py
examples/python/util/mesh_util.py
include/FastGA.hpp
include/FastGA/FastBinarySearch.hpp
include/FastGA/FastGA.hpp
include/FastGA/Helper.hpp
include/FastGA/Ico.hpp
include/FastGA/NanoFlannAdaptors.hpp
include/Hilbert/Hilbert.hpp
include/NanoS2ID/NanoS2ID.hpp
scripts/make_release.sh
scripts/manage_versions.py
scripts/rename_project.py
src/CMakeLists.txt
src/version.txt
src/FastGA/CMakeLists.txt
src/FastGA/FastGA.cpp
src/FastGA/GAConfig.cpp
src/FastGA/GAConfig.hpp.in
src/Python/CMakeLists.txt
src/Python/MANIFEST.in
src/Python/README.md
src/Python/make_install_pip_package.cmake
src/Python/make_python_package.cmake
src/Python/requirements.txt
src/Python/setup.py
src/Python/fastgac/__init__.py
src/Python/fastgac/__main__.py
src/Python/fastgac/helper.py
src/Python/fastgac/o3d_util.py
src/Python/fastgac/peak_and_cluster.py
src/Python/fastgac.egg-info/PKG-INFO
src/Python/fastgac.egg-info/SOURCES.txt
src/Python/fastgac.egg-info/dependency_links.txt
src/Python/fastgac.egg-info/not-zip-safe
src/Python/fastgac.egg-info/requires.txt
src/Python/fastgac.egg-info/top_level.txt
src/Python/fastgac/scikit_image/LICENSE.txt
src/Python/fastgac/scikit_image/__init__.py
src/Python/fastgac/scikit_image/rank_order.py
src/Python/fastgac/scikit_image/skimage_feature_peak.py
src/Python/fastgac_pybind/fastgac_pybind.cpp
src/Python/fastgac_pybind/fastgac_pybind.hpp
src/Python/fastgac_pybind/docstring/docstring.cpp
src/Python/fastgac_pybind/docstring/docstring.hpp
src/Python/slowga/__init__.py
src/Python/slowga/__main__.py
src/Python/slowga/helper.py
src/Python/slowga/icosahedron.py
src/Python/slowga/peak_and_cluster.py
src/Python/slowga/projections.py
tests/CMakeLists.txt
tests/cpp/CMakeLists.txt
tests/cpp/run-tests.cpp
thirdparty/CMakeLists.txt
thirdparty/hclust-cpp/CMakeLists.txt
thirdparty/hclust-cpp/LICENSE.txt
thirdparty/hclust-cpp/fastcluster.cpp
thirdparty/hclust-cpp/fastcluster.h
thirdparty/hclust-cpp/fastcluster_R_dm.cpp
thirdparty/hclust-cpp/fastcluster_dm.cpp