.coveragerc
LICENSE.rst
MANIFEST.in
README.rst
setup.cfg
setup.py
tox.ini
docs/requirements.txt
docs/source/.gitignore
docs/source/cli.rst
docs/source/conf.py
docs/source/ex_1_basic.rst
docs/source/ex_2_quality.rst
docs/source/ex_2phase_3d.rst
docs/source/ex_3_size_shape.rst
docs/source/ex_4_oriented.rst
docs/source/ex_5_plotting.rst
docs/source/ex_6_culmination.rst
docs/source/ex_basalt.rst
docs/source/ex_elliptical_grains.rst
docs/source/ex_from_image.rst
docs/source/ex_grain_neighborhoods.rst
docs/source/ex_minimal.rst
docs/source/ex_standard_voronoi.rst
docs/source/ex_uniform_seeding.rst
docs/source/examples.rst
docs/source/getting_started.rst
docs/source/index.rst
docs/source/microstructpy.cli.rst
docs/source/microstructpy.geometry.box.rst
docs/source/microstructpy.geometry.circle.rst
docs/source/microstructpy.geometry.ellipse.rst
docs/source/microstructpy.geometry.ellipsoid.rst
docs/source/microstructpy.geometry.n_box.rst
docs/source/microstructpy.geometry.n_sphere.rst
docs/source/microstructpy.geometry.rectangle.rst
docs/source/microstructpy.geometry.rst
docs/source/microstructpy.geometry.sphere.rst
docs/source/microstructpy.meshing.polymesh.rst
docs/source/microstructpy.meshing.rst
docs/source/microstructpy.meshing.trimesh.rst
docs/source/microstructpy.rst
docs/source/microstructpy.seeding.rst
docs/source/microstructpy.seeding.seed.rst
docs/source/microstructpy.seeding.seedlist.rst
docs/source/microstructpy.verification.rst
docs/source/modules.rst
docs/source/package_guide.rst
docs/source/troubleshooting.rst
docs/source/sphinx_gallery/README.rst
docs/source/sphinx_gallery/plot_demos.py
examples/.gitignore
examples/aluminum_micro.png
examples/aphanitic_cdf.csv
examples/basalt_circle.xml
examples/docs_banner.py
examples/elliptical_grains.xml
examples/from_image.py
examples/grain_neighborhoods.py
examples/intro_1_basic.xml
examples/intro_2_quality.xml
examples/intro_3_size_shape.xml
examples/intro_4_oriented.xml
examples/intro_5_plotting.xml
examples/intro_6_culmination.xml
examples/minimal.xml
examples/minimal_paired.xml
examples/olivine_cdf.csv
examples/standard_voronoi.py
examples/two_phase_3D.xml
examples/uniform_seeding.py
src/microstructpy/__init__.py
src/microstructpy/_misc.py
src/microstructpy/cli.py
src/microstructpy/verification.py
src/microstructpy.egg-info/PKG-INFO
src/microstructpy.egg-info/SOURCES.txt
src/microstructpy.egg-info/dependency_links.txt
src/microstructpy.egg-info/entry_points.txt
src/microstructpy.egg-info/not-zip-safe
src/microstructpy.egg-info/requires.txt
src/microstructpy.egg-info/top_level.txt
src/microstructpy/geometry/__init__.py
src/microstructpy/geometry/box.py
src/microstructpy/geometry/circle.py
src/microstructpy/geometry/ellipse.py
src/microstructpy/geometry/ellipsoid.py
src/microstructpy/geometry/n_box.py
src/microstructpy/geometry/n_sphere.py
src/microstructpy/geometry/rectangle.py
src/microstructpy/geometry/sphere.py
src/microstructpy/meshing/__init__.py
src/microstructpy/meshing/polymesh.py
src/microstructpy/meshing/trimesh.py
src/microstructpy/seeding/__init__.py
src/microstructpy/seeding/seed.py
src/microstructpy/seeding/seedlist.py
tests/test_misc.py
tests/geometry/test_n_sphere.py
tests/meshing/test_polymesh.py