.gitignore
LICENSE
README.md
pyproject.toml
.github/workflows/cache-vcpkg.yml
.github/workflows/ci.yml
.github/workflows/release.yml
native/CMakeLists.txt
native/abi_bridge.cpp
native/cloud_viewer.cpp
native/cloud_viewer.h
native/pcl_dependencies.cpp
native/pcl_dependencies.h
native/surfinspect_native.h
native/types.h
native/vcpkg.json
scripts/build.ps1
scripts/build.sh
scripts/release.ps1
scripts/release.sh
src/svr_roughness/__init__.py
src/svr_roughness/__main__.py
src/svr_roughness/_display_grid.py
src/svr_roughness/_version.py
src/svr_roughness/algorithm.py
src/svr_roughness/analyze.py
src/svr_roughness/config.py
src/svr_roughness/io.py
src/svr_roughness/native.py
src/svr_roughness/py.typed
src/svr_roughness/result.py
src/svr_roughness/roughness.py
src/svr_roughness.egg-info/PKG-INFO
src/svr_roughness.egg-info/SOURCES.txt
src/svr_roughness.egg-info/dependency_links.txt
src/svr_roughness.egg-info/entry_points.txt
src/svr_roughness.egg-info/requires.txt
src/svr_roughness.egg-info/scm_file_list.json
src/svr_roughness.egg-info/scm_version.json
src/svr_roughness.egg-info/top_level.txt
tests/test_algorithm.py
tests/test_config.py
tests/test_io.py
tests/test_native.py