snappy 3.2__cp310-cp310-macosx_10_12_x86_64.whl
Sign up to get free protection for your applications and to get access to all the features.
- snappy/CyOpenGL.cpython-310-darwin.so +0 -0
- snappy/SnapPy.cpython-310-darwin.so +0 -0
- snappy/SnapPy.ico +0 -0
- snappy/SnapPy.png +0 -0
- snappy/SnapPyHP.cpython-310-darwin.so +0 -0
- snappy/__init__.py +760 -0
- snappy/app.py +605 -0
- snappy/app_menus.py +372 -0
- snappy/browser.py +998 -0
- snappy/cache.py +25 -0
- snappy/canonical.py +249 -0
- snappy/cusps/__init__.py +38 -0
- snappy/cusps/cusp_area_matrix.py +101 -0
- snappy/cusps/cusp_areas_from_matrix.py +173 -0
- snappy/cusps/maximal_cusp_area_matrix.py +136 -0
- snappy/cusps/test.py +21 -0
- snappy/cusps/trig_cusp_area_matrix.py +63 -0
- snappy/database.py +454 -0
- snappy/db_utilities.py +79 -0
- snappy/decorated_isosig.py +710 -0
- snappy/dev/__init__.py +0 -0
- snappy/dev/extended_ptolemy/__init__.py +8 -0
- snappy/dev/extended_ptolemy/closed.py +106 -0
- snappy/dev/extended_ptolemy/complexVolumesClosed.py +149 -0
- snappy/dev/extended_ptolemy/direct.py +42 -0
- snappy/dev/extended_ptolemy/extended.py +406 -0
- snappy/dev/extended_ptolemy/giac_helper.py +43 -0
- snappy/dev/extended_ptolemy/giac_rur.py +129 -0
- snappy/dev/extended_ptolemy/gluing.py +46 -0
- snappy/dev/extended_ptolemy/phc_wrapper.py +220 -0
- snappy/dev/extended_ptolemy/printMatrices.py +70 -0
- snappy/dev/vericlosed/__init__.py +1 -0
- snappy/dev/vericlosed/computeApproxHyperbolicStructureNew.py +159 -0
- snappy/dev/vericlosed/computeApproxHyperbolicStructureOrb.py +90 -0
- snappy/dev/vericlosed/computeVerifiedHyperbolicStructure.py +111 -0
- snappy/dev/vericlosed/gimbalLoopFinder.py +130 -0
- snappy/dev/vericlosed/hyperbolicStructure.py +313 -0
- snappy/dev/vericlosed/krawczykCertifiedEdgeLengthsEngine.py +165 -0
- snappy/dev/vericlosed/oneVertexTruncatedComplex.py +122 -0
- snappy/dev/vericlosed/orb/__init__.py +1 -0
- snappy/dev/vericlosed/orb/orb_solution_for_snappea_finite_triangulation_mac +0 -0
- snappy/dev/vericlosed/parseVertexGramMatrixFile.py +47 -0
- snappy/dev/vericlosed/polishApproxHyperbolicStructure.py +61 -0
- snappy/dev/vericlosed/test.py +54 -0
- snappy/dev/vericlosed/truncatedComplex.py +176 -0
- snappy/dev/vericlosed/verificationError.py +58 -0
- snappy/dev/vericlosed/verifyHyperbolicStructureEngine.py +177 -0
- snappy/doc/_images/SnapPy-196.png +0 -0
- snappy/doc/_images/geodesics.jpg +0 -0
- snappy/doc/_images/m004_paper_plane_on_systole.jpg +0 -0
- snappy/doc/_images/m125_paper_plane.jpg +0 -0
- snappy/doc/_images/mac.png +0 -0
- snappy/doc/_images/o9_00000_systole_paper_plane.jpg +0 -0
- snappy/doc/_images/o9_00000_systole_paper_plane_closer.jpg +0 -0
- snappy/doc/_images/plink-action.png +0 -0
- snappy/doc/_images/ubuntu.png +0 -0
- snappy/doc/_images/win7.png +0 -0
- snappy/doc/_sources/additional_classes.rst.txt +40 -0
- snappy/doc/_sources/bugs.rst.txt +14 -0
- snappy/doc/_sources/censuses.rst.txt +51 -0
- snappy/doc/_sources/credits.rst.txt +75 -0
- snappy/doc/_sources/development.rst.txt +259 -0
- snappy/doc/_sources/index.rst.txt +182 -0
- snappy/doc/_sources/installing.rst.txt +247 -0
- snappy/doc/_sources/manifold.rst.txt +6 -0
- snappy/doc/_sources/manifoldhp.rst.txt +46 -0
- snappy/doc/_sources/news.rst.txt +355 -0
- snappy/doc/_sources/other.rst.txt +25 -0
- snappy/doc/_sources/platonic_census.rst.txt +20 -0
- snappy/doc/_sources/plink.rst.txt +102 -0
- snappy/doc/_sources/ptolemy.rst.txt +66 -0
- snappy/doc/_sources/ptolemy_classes.rst.txt +42 -0
- snappy/doc/_sources/ptolemy_examples1.rst.txt +298 -0
- snappy/doc/_sources/ptolemy_examples2.rst.txt +363 -0
- snappy/doc/_sources/ptolemy_examples3.rst.txt +301 -0
- snappy/doc/_sources/ptolemy_examples4.rst.txt +61 -0
- snappy/doc/_sources/ptolemy_prelim.rst.txt +105 -0
- snappy/doc/_sources/screenshots.rst.txt +21 -0
- snappy/doc/_sources/snap.rst.txt +87 -0
- snappy/doc/_sources/snappy.rst.txt +28 -0
- snappy/doc/_sources/spherogram.rst.txt +103 -0
- snappy/doc/_sources/todo.rst.txt +47 -0
- snappy/doc/_sources/triangulation.rst.txt +11 -0
- snappy/doc/_sources/tutorial.rst.txt +49 -0
- snappy/doc/_sources/verify.rst.txt +210 -0
- snappy/doc/_sources/verify_internals.rst.txt +79 -0
- snappy/doc/_static/SnapPy-horizontal-128.png +0 -0
- snappy/doc/_static/SnapPy.ico +0 -0
- snappy/doc/_static/_sphinx_javascript_frameworks_compat.js +123 -0
- snappy/doc/_static/basic.css +925 -0
- snappy/doc/_static/css/badge_only.css +1 -0
- snappy/doc/_static/css/fonts/Roboto-Slab-Bold.woff +0 -0
- snappy/doc/_static/css/fonts/Roboto-Slab-Bold.woff2 +0 -0
- snappy/doc/_static/css/fonts/Roboto-Slab-Regular.woff +0 -0
- snappy/doc/_static/css/fonts/Roboto-Slab-Regular.woff2 +0 -0
- snappy/doc/_static/css/fonts/fontawesome-webfont.eot +0 -0
- snappy/doc/_static/css/fonts/fontawesome-webfont.svg +2671 -0
- snappy/doc/_static/css/fonts/fontawesome-webfont.ttf +0 -0
- snappy/doc/_static/css/fonts/fontawesome-webfont.woff +0 -0
- snappy/doc/_static/css/fonts/fontawesome-webfont.woff2 +0 -0
- snappy/doc/_static/css/fonts/lato-bold-italic.woff +0 -0
- snappy/doc/_static/css/fonts/lato-bold-italic.woff2 +0 -0
- snappy/doc/_static/css/fonts/lato-bold.woff +0 -0
- snappy/doc/_static/css/fonts/lato-bold.woff2 +0 -0
- snappy/doc/_static/css/fonts/lato-normal-italic.woff +0 -0
- snappy/doc/_static/css/fonts/lato-normal-italic.woff2 +0 -0
- snappy/doc/_static/css/fonts/lato-normal.woff +0 -0
- snappy/doc/_static/css/fonts/lato-normal.woff2 +0 -0
- snappy/doc/_static/css/theme.css +4 -0
- snappy/doc/_static/doctools.js +156 -0
- snappy/doc/_static/documentation_options.js +13 -0
- snappy/doc/_static/file.png +0 -0
- snappy/doc/_static/fonts/Lato/lato-bold.eot +0 -0
- snappy/doc/_static/fonts/Lato/lato-bold.ttf +0 -0
- snappy/doc/_static/fonts/Lato/lato-bold.woff +0 -0
- snappy/doc/_static/fonts/Lato/lato-bold.woff2 +0 -0
- snappy/doc/_static/fonts/Lato/lato-bolditalic.eot +0 -0
- snappy/doc/_static/fonts/Lato/lato-bolditalic.ttf +0 -0
- snappy/doc/_static/fonts/Lato/lato-bolditalic.woff +0 -0
- snappy/doc/_static/fonts/Lato/lato-bolditalic.woff2 +0 -0
- snappy/doc/_static/fonts/Lato/lato-italic.eot +0 -0
- snappy/doc/_static/fonts/Lato/lato-italic.ttf +0 -0
- snappy/doc/_static/fonts/Lato/lato-italic.woff +0 -0
- snappy/doc/_static/fonts/Lato/lato-italic.woff2 +0 -0
- snappy/doc/_static/fonts/Lato/lato-regular.eot +0 -0
- snappy/doc/_static/fonts/Lato/lato-regular.ttf +0 -0
- snappy/doc/_static/fonts/Lato/lato-regular.woff +0 -0
- snappy/doc/_static/fonts/Lato/lato-regular.woff2 +0 -0
- snappy/doc/_static/fonts/RobotoSlab/roboto-slab-v7-bold.eot +0 -0
- snappy/doc/_static/fonts/RobotoSlab/roboto-slab-v7-bold.ttf +0 -0
- snappy/doc/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff +0 -0
- snappy/doc/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff2 +0 -0
- snappy/doc/_static/fonts/RobotoSlab/roboto-slab-v7-regular.eot +0 -0
- snappy/doc/_static/fonts/RobotoSlab/roboto-slab-v7-regular.ttf +0 -0
- snappy/doc/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff +0 -0
- snappy/doc/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff2 +0 -0
- snappy/doc/_static/jquery.js +2 -0
- snappy/doc/_static/js/badge_only.js +1 -0
- snappy/doc/_static/js/theme.js +1 -0
- snappy/doc/_static/js/versions.js +228 -0
- snappy/doc/_static/language_data.js +199 -0
- snappy/doc/_static/minus.png +0 -0
- snappy/doc/_static/plus.png +0 -0
- snappy/doc/_static/pygments.css +75 -0
- snappy/doc/_static/searchtools.js +620 -0
- snappy/doc/_static/snappy_furo.css +33 -0
- snappy/doc/_static/snappy_sphinx_rtd_theme.css +42 -0
- snappy/doc/_static/sphinx_highlight.js +154 -0
- snappy/doc/additional_classes.html +1500 -0
- snappy/doc/bugs.html +132 -0
- snappy/doc/censuses.html +427 -0
- snappy/doc/credits.html +181 -0
- snappy/doc/development.html +384 -0
- snappy/doc/genindex.html +1331 -0
- snappy/doc/index.html +262 -0
- snappy/doc/installing.html +346 -0
- snappy/doc/manifold.html +3452 -0
- snappy/doc/manifoldhp.html +180 -0
- snappy/doc/news.html +388 -0
- snappy/doc/objects.inv +0 -0
- snappy/doc/other.html +161 -0
- snappy/doc/platonic_census.html +375 -0
- snappy/doc/plink.html +210 -0
- snappy/doc/ptolemy.html +254 -0
- snappy/doc/ptolemy_classes.html +1144 -0
- snappy/doc/ptolemy_examples1.html +409 -0
- snappy/doc/ptolemy_examples2.html +471 -0
- snappy/doc/ptolemy_examples3.html +414 -0
- snappy/doc/ptolemy_examples4.html +195 -0
- snappy/doc/ptolemy_prelim.html +248 -0
- snappy/doc/py-modindex.html +165 -0
- snappy/doc/screenshots.html +141 -0
- snappy/doc/search.html +135 -0
- snappy/doc/searchindex.js +1 -0
- snappy/doc/snap.html +202 -0
- snappy/doc/snappy.html +181 -0
- snappy/doc/spherogram.html +1211 -0
- snappy/doc/todo.html +166 -0
- snappy/doc/triangulation.html +1584 -0
- snappy/doc/tutorial.html +159 -0
- snappy/doc/verify.html +330 -0
- snappy/doc/verify_internals.html +1235 -0
- snappy/drilling/__init__.py +456 -0
- snappy/drilling/barycentric.py +103 -0
- snappy/drilling/constants.py +5 -0
- snappy/drilling/crush.py +270 -0
- snappy/drilling/cusps.py +125 -0
- snappy/drilling/debug.py +242 -0
- snappy/drilling/epsilons.py +6 -0
- snappy/drilling/exceptions.py +55 -0
- snappy/drilling/moves.py +620 -0
- snappy/drilling/peripheral_curves.py +210 -0
- snappy/drilling/perturb.py +188 -0
- snappy/drilling/shorten.py +36 -0
- snappy/drilling/subdivide.py +274 -0
- snappy/drilling/test.py +23 -0
- snappy/drilling/test_cases.py +126 -0
- snappy/drilling/tracing.py +351 -0
- snappy/exceptions.py +26 -0
- snappy/export_stl.py +120 -0
- snappy/exterior_to_link/__init__.py +2 -0
- snappy/exterior_to_link/barycentric_geometry.py +463 -0
- snappy/exterior_to_link/exceptions.py +6 -0
- snappy/exterior_to_link/geodesic_map.json +14408 -0
- snappy/exterior_to_link/hyp_utils.py +112 -0
- snappy/exterior_to_link/link_projection.py +323 -0
- snappy/exterior_to_link/main.py +197 -0
- snappy/exterior_to_link/mcomplex_with_expansion.py +261 -0
- snappy/exterior_to_link/mcomplex_with_link.py +687 -0
- snappy/exterior_to_link/mcomplex_with_memory.py +162 -0
- snappy/exterior_to_link/pl_utils.py +491 -0
- snappy/exterior_to_link/put_in_S3.py +156 -0
- snappy/exterior_to_link/rational_linear_algebra.py +123 -0
- snappy/exterior_to_link/rational_linear_algebra_wrapped.py +135 -0
- snappy/exterior_to_link/simplify_to_base_tri.py +114 -0
- snappy/exterior_to_link/stored_moves.py +475 -0
- snappy/exterior_to_link/test.py +31 -0
- snappy/filedialog.py +28 -0
- snappy/geometric_structure/__init__.py +212 -0
- snappy/geometric_structure/cusp_neighborhood/__init__.py +3 -0
- snappy/geometric_structure/cusp_neighborhood/complex_cusp_cross_section.py +697 -0
- snappy/geometric_structure/cusp_neighborhood/cusp_cross_section_base.py +484 -0
- snappy/geometric_structure/cusp_neighborhood/exceptions.py +42 -0
- snappy/geometric_structure/cusp_neighborhood/real_cusp_cross_section.py +298 -0
- snappy/geometric_structure/cusp_neighborhood/tiles_for_cusp_neighborhood.py +159 -0
- snappy/geometric_structure/cusp_neighborhood/vertices.py +32 -0
- snappy/geometric_structure/geodesic/__init__.py +0 -0
- snappy/geometric_structure/geodesic/add_core_curves.py +152 -0
- snappy/geometric_structure/geodesic/avoid_core_curves.py +369 -0
- snappy/geometric_structure/geodesic/canonical_keys.py +52 -0
- snappy/geometric_structure/geodesic/check_away_from_core_curve.py +60 -0
- snappy/geometric_structure/geodesic/constants.py +6 -0
- snappy/geometric_structure/geodesic/exceptions.py +22 -0
- snappy/geometric_structure/geodesic/fixed_points.py +93 -0
- snappy/geometric_structure/geodesic/geodesic_start_point_info.py +435 -0
- snappy/geometric_structure/geodesic/graph_trace_helper.py +67 -0
- snappy/geometric_structure/geodesic/line.py +30 -0
- snappy/geometric_structure/geodesic/multiplicity.py +127 -0
- snappy/geometric_structure/geodesic/tiles_for_geodesic.py +101 -0
- snappy/geometric_structure/test.py +22 -0
- snappy/gui.py +121 -0
- snappy/horoviewer.py +443 -0
- snappy/hyperboloid/__init__.py +212 -0
- snappy/hyperboloid/distances.py +245 -0
- snappy/hyperboloid/horoball.py +19 -0
- snappy/hyperboloid/line.py +35 -0
- snappy/hyperboloid/point.py +9 -0
- snappy/hyperboloid/triangle.py +29 -0
- snappy/info_icon.gif +0 -0
- snappy/infowindow.py +65 -0
- snappy/isometry_signature.py +382 -0
- snappy/len_spec/__init__.py +596 -0
- snappy/len_spec/geodesic_info.py +110 -0
- snappy/len_spec/geodesic_key_info_dict.py +117 -0
- snappy/len_spec/geodesic_piece.py +143 -0
- snappy/len_spec/geometric_structure.py +182 -0
- snappy/len_spec/geometry.py +80 -0
- snappy/len_spec/length_spectrum_geodesic_info.py +170 -0
- snappy/len_spec/spine.py +206 -0
- snappy/len_spec/test.py +24 -0
- snappy/len_spec/test_cases.py +69 -0
- snappy/len_spec/tile.py +275 -0
- snappy/len_spec/word.py +86 -0
- snappy/manifolds/HTWKnots/alternating.gz +0 -0
- snappy/manifolds/HTWKnots/nonalternating.gz +0 -0
- snappy/manifolds/__init__.py +3 -0
- snappy/math_basics.py +176 -0
- snappy/matrix.py +525 -0
- snappy/number.py +657 -0
- snappy/numeric_output_checker.py +345 -0
- snappy/pari.py +41 -0
- snappy/phone_home.py +57 -0
- snappy/polyviewer.py +259 -0
- snappy/ptolemy/__init__.py +17 -0
- snappy/ptolemy/component.py +103 -0
- snappy/ptolemy/coordinates.py +2290 -0
- snappy/ptolemy/fieldExtensions.py +153 -0
- snappy/ptolemy/findLoops.py +473 -0
- snappy/ptolemy/geometricRep.py +59 -0
- snappy/ptolemy/homology.py +165 -0
- snappy/ptolemy/magma/default.magma_template +229 -0
- snappy/ptolemy/magma/radicalsOfPrimaryDecomposition.magma_template +79 -0
- snappy/ptolemy/manifoldMethods.py +395 -0
- snappy/ptolemy/matrix.py +350 -0
- snappy/ptolemy/numericalSolutionsToGroebnerBasis.py +113 -0
- snappy/ptolemy/polynomial.py +857 -0
- snappy/ptolemy/processComponents.py +173 -0
- snappy/ptolemy/processFileBase.py +247 -0
- snappy/ptolemy/processFileDispatch.py +46 -0
- snappy/ptolemy/processMagmaFile.py +392 -0
- snappy/ptolemy/processRurFile.py +150 -0
- snappy/ptolemy/ptolemyGeneralizedObstructionClass.py +102 -0
- snappy/ptolemy/ptolemyObstructionClass.py +64 -0
- snappy/ptolemy/ptolemyVariety.py +1029 -0
- snappy/ptolemy/ptolemyVarietyPrimeIdealGroebnerBasis.py +140 -0
- snappy/ptolemy/reginaWrapper.py +698 -0
- snappy/ptolemy/regina_testing_files/DT_mcbbiceaibjklmdfgh__sl2_c0.magma_out.bz2 +0 -0
- snappy/ptolemy/regina_testing_files/DT_mcbbiceaibjklmdfgh__sl2_c1.magma_out.bz2 +0 -0
- snappy/ptolemy/regina_testing_files/DT_mcbbiceaibjklmdfgh__sl2_c2.magma_out.bz2 +0 -0
- snappy/ptolemy/regina_testing_files/DT_mcbbiceaibjklmdfgh__sl2_c3.magma_out.bz2 +0 -0
- snappy/ptolemy/regina_testing_files/DT_mcbbiceaibjklmdfgh__sl2_c4.magma_out.bz2 +0 -0
- snappy/ptolemy/regina_testing_files/DT_mcbbiceaibjklmdfgh__sl2_c5.magma_out.bz2 +0 -0
- snappy/ptolemy/regina_testing_files/DT_mcbbiceaibjklmdfgh__sl2_c6.magma_out.bz2 +0 -0
- snappy/ptolemy/regina_testing_files/DT_mcbbiceaibjklmdfgh__sl2_c7.magma_out.bz2 +0 -0
- snappy/ptolemy/regina_testing_files_generalized/m003__sl3_c0.magma_out.bz2 +0 -0
- snappy/ptolemy/regina_testing_files_generalized/m003__sl3_c1.magma_out.bz2 +0 -0
- snappy/ptolemy/regina_testing_files_generalized/m015__sl2_c0.magma_out.bz2 +0 -0
- snappy/ptolemy/regina_testing_files_generalized/m015__sl2_c1.magma_out.bz2 +0 -0
- snappy/ptolemy/regina_testing_files_generalized/m015__sl3_c0.magma_out.bz2 +0 -0
- snappy/ptolemy/regina_testing_files_generalized/m015__sl3_c1.magma_out.bz2 +0 -0
- snappy/ptolemy/rur.py +545 -0
- snappy/ptolemy/solutionsToPrimeIdealGroebnerBasis.py +277 -0
- snappy/ptolemy/test.py +1126 -0
- snappy/ptolemy/testing_files/3_1__sl2_c0.magma_out.bz2 +0 -0
- snappy/ptolemy/testing_files/3_1__sl2_c1.magma_out.bz2 +0 -0
- snappy/ptolemy/testing_files/4_1__sl2_c0.magma_out.bz2 +0 -0
- snappy/ptolemy/testing_files/4_1__sl2_c1.magma_out.bz2 +0 -0
- snappy/ptolemy/testing_files/4_1__sl3_c0.magma_out.bz2 +0 -0
- snappy/ptolemy/testing_files/4_1__sl4_c0.magma_out.bz2 +0 -0
- snappy/ptolemy/testing_files/4_1__sl4_c1.magma_out.bz2 +0 -0
- snappy/ptolemy/testing_files/5_2__sl2_c0.magma_out.bz2 +0 -0
- snappy/ptolemy/testing_files/5_2__sl2_c1.magma_out.bz2 +0 -0
- snappy/ptolemy/testing_files/DT_mcbbiceaibjklmdfgh__sl2_c0.magma_out.bz2 +0 -0
- snappy/ptolemy/testing_files/DT_mcbbiceaibjklmdfgh__sl2_c1.magma_out.bz2 +0 -0
- snappy/ptolemy/testing_files/DT_mcbbiceaibjklmdfgh__sl2_c2.magma_out.bz2 +0 -0
- snappy/ptolemy/testing_files/DT_mcbbiceaibjklmdfgh__sl2_c3.magma_out.bz2 +0 -0
- snappy/ptolemy/testing_files/DT_mcbbiceaibjklmdfgh__sl2_c4.magma_out.bz2 +0 -0
- snappy/ptolemy/testing_files/DT_mcbbiceaibjklmdfgh__sl2_c5.magma_out.bz2 +0 -0
- snappy/ptolemy/testing_files/DT_mcbbiceaibjklmdfgh__sl2_c6.magma_out.bz2 +0 -0
- snappy/ptolemy/testing_files/DT_mcbbiceaibjklmdfgh__sl2_c7.magma_out.bz2 +0 -0
- snappy/ptolemy/testing_files/data/pgl2/OrientableCuspedCensus/03_tetrahedra/m019__sl2_c0.magma_out +95 -0
- snappy/ptolemy/testing_files/data/pgl2/OrientableCuspedCensus/03_tetrahedra/m019__sl2_c1.magma_out +95 -0
- snappy/ptolemy/testing_files/m015__sl3_c0.magma_out.bz2 +0 -0
- snappy/ptolemy/testing_files/m135__sl2_c0.magma_out.bz2 +0 -0
- snappy/ptolemy/testing_files/m135__sl2_c1.magma_out.bz2 +0 -0
- snappy/ptolemy/testing_files/m135__sl2_c2.magma_out.bz2 +0 -0
- snappy/ptolemy/testing_files/m135__sl2_c3.magma_out.bz2 +0 -0
- snappy/ptolemy/testing_files/m135__sl2_c4.magma_out.bz2 +0 -0
- snappy/ptolemy/testing_files/m135__sl2_c5.magma_out.bz2 +0 -0
- snappy/ptolemy/testing_files/m135__sl2_c6.magma_out.bz2 +0 -0
- snappy/ptolemy/testing_files/m135__sl2_c7.magma_out.bz2 +0 -0
- snappy/ptolemy/testing_files/s000__sl2_c0.magma_out.bz2 +0 -0
- snappy/ptolemy/testing_files/s000__sl2_c1.magma_out.bz2 +0 -0
- snappy/ptolemy/testing_files/t00000__sl2_c0.magma_out.bz2 +0 -0
- snappy/ptolemy/testing_files/t00000__sl2_c1.magma_out.bz2 +0 -0
- snappy/ptolemy/testing_files/v0000__sl2_c0.magma_out.bz2 +0 -0
- snappy/ptolemy/testing_files/v0000__sl2_c1.magma_out.bz2 +0 -0
- snappy/ptolemy/testing_files/v0000__sl2_c2.magma_out.bz2 +0 -0
- snappy/ptolemy/testing_files/v0000__sl2_c3.magma_out.bz2 +0 -0
- snappy/ptolemy/testing_files_generalized/m003__sl2_c0.magma_out.bz2 +0 -0
- snappy/ptolemy/testing_files_generalized/m003__sl2_c1.magma_out.bz2 +0 -0
- snappy/ptolemy/testing_files_generalized/m003__sl3_c0.magma_out.bz2 +0 -0
- snappy/ptolemy/testing_files_generalized/m003__sl3_c1.magma_out.bz2 +0 -0
- snappy/ptolemy/testing_files_generalized/m004__sl2_c0.magma_out.bz2 +0 -0
- snappy/ptolemy/testing_files_generalized/m004__sl2_c1.magma_out.bz2 +0 -0
- snappy/ptolemy/testing_files_generalized/m015__sl2_c1.magma_out.bz2 +0 -0
- snappy/ptolemy/testing_files_generalized/m015__sl3_c0.magma_out.bz2 +0 -0
- snappy/ptolemy/testing_files_rur/m052__sl3_c0.rur.bz2 +0 -0
- snappy/ptolemy/utilities.py +236 -0
- snappy/raytracing/__init__.py +64 -0
- snappy/raytracing/additional_horospheres.py +64 -0
- snappy/raytracing/additional_len_spec_choices.py +63 -0
- snappy/raytracing/cohomology_fractal.py +197 -0
- snappy/raytracing/eyeball.py +123 -0
- snappy/raytracing/finite_raytracing_data.py +237 -0
- snappy/raytracing/finite_viewer.py +590 -0
- snappy/raytracing/geodesic_tube_info.py +174 -0
- snappy/raytracing/geodesics.py +246 -0
- snappy/raytracing/geodesics_window.py +258 -0
- snappy/raytracing/gui_utilities.py +293 -0
- snappy/raytracing/hyperboloid_navigation.py +556 -0
- snappy/raytracing/hyperboloid_utilities.py +234 -0
- snappy/raytracing/ideal_raytracing_data.py +592 -0
- snappy/raytracing/inside_viewer.py +974 -0
- snappy/raytracing/pack.py +22 -0
- snappy/raytracing/raytracing_data.py +126 -0
- snappy/raytracing/raytracing_view.py +454 -0
- snappy/raytracing/shaders/Eye.png +0 -0
- snappy/raytracing/shaders/NonGeometric.png +0 -0
- snappy/raytracing/shaders/__init__.py +101 -0
- snappy/raytracing/shaders/fragment.glsl +1744 -0
- snappy/raytracing/test.py +29 -0
- snappy/raytracing/tooltip.py +146 -0
- snappy/raytracing/upper_halfspace_utilities.py +98 -0
- snappy/raytracing/view_scale_controller.py +98 -0
- snappy/raytracing/zoom_slider/__init__.py +263 -0
- snappy/raytracing/zoom_slider/inward.png +0 -0
- snappy/raytracing/zoom_slider/inward18.png +0 -0
- snappy/raytracing/zoom_slider/outward.png +0 -0
- snappy/raytracing/zoom_slider/outward18.png +0 -0
- snappy/raytracing/zoom_slider/test.py +20 -0
- snappy/sage_helper.py +117 -0
- snappy/settings.py +409 -0
- snappy/shell.py +53 -0
- snappy/snap/__init__.py +114 -0
- snappy/snap/character_varieties.py +375 -0
- snappy/snap/find_field.py +372 -0
- snappy/snap/fundamental_polyhedron.py +569 -0
- snappy/snap/generators.py +39 -0
- snappy/snap/interval_reps.py +81 -0
- snappy/snap/kernel_structures.py +128 -0
- snappy/snap/mcomplex_base.py +18 -0
- snappy/snap/nsagetools.py +702 -0
- snappy/snap/peripheral/__init__.py +1 -0
- snappy/snap/peripheral/dual_cellulation.py +219 -0
- snappy/snap/peripheral/link.py +127 -0
- snappy/snap/peripheral/peripheral.py +159 -0
- snappy/snap/peripheral/surface.py +522 -0
- snappy/snap/peripheral/test.py +35 -0
- snappy/snap/polished_reps.py +335 -0
- snappy/snap/shapes.py +152 -0
- snappy/snap/slice_obs_HKL.py +668 -0
- snappy/snap/t3mlite/__init__.py +2 -0
- snappy/snap/t3mlite/arrow.py +243 -0
- snappy/snap/t3mlite/corner.py +22 -0
- snappy/snap/t3mlite/edge.py +172 -0
- snappy/snap/t3mlite/face.py +37 -0
- snappy/snap/t3mlite/files.py +211 -0
- snappy/snap/t3mlite/homology.py +53 -0
- snappy/snap/t3mlite/linalg.py +419 -0
- snappy/snap/t3mlite/mcomplex.py +1499 -0
- snappy/snap/t3mlite/perm4.py +320 -0
- snappy/snap/t3mlite/setup.py +12 -0
- snappy/snap/t3mlite/simplex.py +199 -0
- snappy/snap/t3mlite/spun.py +297 -0
- snappy/snap/t3mlite/surface.py +519 -0
- snappy/snap/t3mlite/test.py +20 -0
- snappy/snap/t3mlite/test_vs_regina.py +86 -0
- snappy/snap/t3mlite/tetrahedron.py +109 -0
- snappy/snap/t3mlite/vertex.py +42 -0
- snappy/snap/test.py +134 -0
- snappy/snap/utilities.py +288 -0
- snappy/test.py +209 -0
- snappy/test_cases.py +263 -0
- snappy/testing.py +131 -0
- snappy/tiling/__init__.py +2 -0
- snappy/tiling/canonical_key_dict.py +59 -0
- snappy/tiling/dict_based_set.py +79 -0
- snappy/tiling/floor.py +49 -0
- snappy/tiling/hyperboloid_dict.py +54 -0
- snappy/tiling/iter_utils.py +78 -0
- snappy/tiling/lifted_tetrahedron.py +22 -0
- snappy/tiling/lifted_tetrahedron_set.py +54 -0
- snappy/tiling/real_hash_dict.py +164 -0
- snappy/tiling/test.py +23 -0
- snappy/tiling/tile.py +215 -0
- snappy/tiling/triangle.py +33 -0
- snappy/tkterminal.py +920 -0
- snappy/twister/__init__.py +20 -0
- snappy/twister/main.py +646 -0
- snappy/twister/surfaces/S_0_1 +3 -0
- snappy/twister/surfaces/S_0_2 +3 -0
- snappy/twister/surfaces/S_0_4 +7 -0
- snappy/twister/surfaces/S_0_4_Lantern +8 -0
- snappy/twister/surfaces/S_1 +3 -0
- snappy/twister/surfaces/S_1_1 +4 -0
- snappy/twister/surfaces/S_1_2 +5 -0
- snappy/twister/surfaces/S_1_2_5 +6 -0
- snappy/twister/surfaces/S_2 +6 -0
- snappy/twister/surfaces/S_2_1 +8 -0
- snappy/twister/surfaces/S_2_heeg +10 -0
- snappy/twister/surfaces/S_3 +8 -0
- snappy/twister/surfaces/S_3_1 +10 -0
- snappy/twister/surfaces/S_4_1 +12 -0
- snappy/twister/surfaces/S_5_1 +14 -0
- snappy/twister/surfaces/heeg_fig8 +9 -0
- snappy/twister/twister_core.cpython-310-darwin.so +0 -0
- snappy/upper_halfspace/__init__.py +146 -0
- snappy/upper_halfspace/ideal_point.py +26 -0
- snappy/verify/__init__.py +13 -0
- snappy/verify/canonical.py +542 -0
- snappy/verify/complex_volume/__init__.py +18 -0
- snappy/verify/complex_volume/adjust_torsion.py +86 -0
- snappy/verify/complex_volume/closed.py +168 -0
- snappy/verify/complex_volume/compute_ptolemys.py +90 -0
- snappy/verify/complex_volume/cusped.py +56 -0
- snappy/verify/complex_volume/extended_bloch.py +201 -0
- snappy/verify/cusp_translations.py +85 -0
- snappy/verify/edge_equations.py +80 -0
- snappy/verify/exceptions.py +254 -0
- snappy/verify/hyperbolicity.py +224 -0
- snappy/verify/interval_newton_shapes_engine.py +523 -0
- snappy/verify/interval_tree.py +400 -0
- snappy/verify/krawczyk_shapes_engine.py +518 -0
- snappy/verify/maximal_cusp_area_matrix/__init__.py +46 -0
- snappy/verify/maximal_cusp_area_matrix/cusp_tiling_engine.py +419 -0
- snappy/verify/maximal_cusp_area_matrix/cusp_translate_engine.py +153 -0
- snappy/verify/real_algebra.py +286 -0
- snappy/verify/shapes.py +25 -0
- snappy/verify/short_slopes.py +200 -0
- snappy/verify/square_extensions.py +1005 -0
- snappy/verify/test.py +78 -0
- snappy/verify/upper_halfspace/__init__.py +9 -0
- snappy/verify/upper_halfspace/extended_matrix.py +100 -0
- snappy/verify/upper_halfspace/finite_point.py +283 -0
- snappy/verify/upper_halfspace/ideal_point.py +426 -0
- snappy/verify/volume.py +128 -0
- snappy/version.py +2 -0
- snappy-3.2.dist-info/METADATA +58 -0
- snappy-3.2.dist-info/RECORD +503 -0
- snappy-3.2.dist-info/WHEEL +5 -0
- snappy-3.2.dist-info/entry_points.txt +2 -0
- snappy-3.2.dist-info/top_level.txt +28 -0
@@ -0,0 +1,974 @@
|
|
1
|
+
import tkinter
|
2
|
+
import math
|
3
|
+
import sys
|
4
|
+
import time
|
5
|
+
from tkinter import ttk
|
6
|
+
from . import gui_utilities
|
7
|
+
from .gui_utilities import UniformDictController, FpsLabelUpdater
|
8
|
+
from .view_scale_controller import ViewScaleController
|
9
|
+
from .raytracing_view import *
|
10
|
+
from .geodesics_window import GeodesicsWindow
|
11
|
+
from .hyperboloid_utilities import unit_3_vector_and_distance_to_O13_hyperbolic_translation
|
12
|
+
from .tooltip import ToolTip
|
13
|
+
from .zoom_slider import Slider, ZoomSlider
|
14
|
+
from .eyeball import eyeball_type_none, eyeball_type_paper_plane, eyeball_type_eyeball
|
15
|
+
|
16
|
+
try:
|
17
|
+
from math import gcd as _gcd
|
18
|
+
except ImportError:
|
19
|
+
from fractions import gcd as _gcd
|
20
|
+
|
21
|
+
###############################################################################
|
22
|
+
# Main widget
|
23
|
+
|
24
|
+
|
25
|
+
class InsideViewer(ttk.Frame):
|
26
|
+
def __init__(self, container, manifold,
|
27
|
+
fillings_changed_callback=None,
|
28
|
+
weights=None,
|
29
|
+
cohomology_basis=None,
|
30
|
+
cohomology_class=None,
|
31
|
+
geodesics=[]):
|
32
|
+
ttk.Frame.__init__(self, container)
|
33
|
+
self.bindtags(self.bindtags() + ('inside',))
|
34
|
+
self.fillings_changed_callback = fillings_changed_callback
|
35
|
+
self.has_weights = bool(weights or cohomology_class)
|
36
|
+
self.geodesics_window = None
|
37
|
+
toplevel = self.winfo_toplevel()
|
38
|
+
toplevel.protocol("WM_DELETE_WINDOW", self.close_toplevel)
|
39
|
+
|
40
|
+
main_frame = self.create_frame_with_main_widget(
|
41
|
+
self,
|
42
|
+
manifold,
|
43
|
+
weights, cohomology_basis, cohomology_class,
|
44
|
+
geodesics)
|
45
|
+
|
46
|
+
self.filling_dict = { 'fillings' : self._fillings_from_manifold() }
|
47
|
+
row = 0
|
48
|
+
self.notebook = ttk.Notebook(self)
|
49
|
+
self.notebook.grid(row=row, column=0, sticky=tkinter.NSEW,
|
50
|
+
padx=0, pady=0, ipady=0)
|
51
|
+
|
52
|
+
if cohomology_class:
|
53
|
+
self.notebook.add(self.create_cohomology_class_frame(self),
|
54
|
+
text='Cohomology class')
|
55
|
+
|
56
|
+
self.notebook.add(self.create_eyeball_frame(self),
|
57
|
+
text='Camera')
|
58
|
+
|
59
|
+
self.notebook.add(self.create_cusps_frame(self),
|
60
|
+
text='Cusps/Geodesics')
|
61
|
+
|
62
|
+
self.notebook.add(self.create_fillings_frame(self),
|
63
|
+
text='Fillings')
|
64
|
+
|
65
|
+
self.notebook.add(self.create_skeleton_frame(self),
|
66
|
+
text='Skeleton')
|
67
|
+
|
68
|
+
self.notebook.add(self.create_quality_frame(self),
|
69
|
+
text='Quality')
|
70
|
+
|
71
|
+
self.notebook.add(self.create_light_frame(self),
|
72
|
+
text='Light')
|
73
|
+
|
74
|
+
self.notebook.add(self.create_navigation_frame(self),
|
75
|
+
text='Navigation')
|
76
|
+
|
77
|
+
self.notebook.bind('<<NotebookTabChanged>>', self.focus_viewer)
|
78
|
+
|
79
|
+
row += 1
|
80
|
+
main_frame.grid(row=row, column=0, sticky=tkinter.NSEW)
|
81
|
+
self.columnconfigure(0, weight=1)
|
82
|
+
self.rowconfigure(row, weight=1)
|
83
|
+
|
84
|
+
row += 1
|
85
|
+
status_frame = self.create_status_frame(self)
|
86
|
+
status_frame.grid(row=row, column=0, sticky=tkinter.NSEW)
|
87
|
+
|
88
|
+
self.view_scale_controller = ViewScaleController(
|
89
|
+
self.widget.ui_uniform_dict,
|
90
|
+
self.view_scale_slider,
|
91
|
+
self.view_scale_label,
|
92
|
+
self.view_scale_value_label,
|
93
|
+
update_function=self.widget.draw)
|
94
|
+
|
95
|
+
self.widget.fps_label_updater = FpsLabelUpdater(
|
96
|
+
self.fps_label)
|
97
|
+
self.widget.report_time_callback = self.widget.fps_label_updater
|
98
|
+
|
99
|
+
self.update_volume_label()
|
100
|
+
|
101
|
+
self.menubar = None
|
102
|
+
self.build_menus()
|
103
|
+
if isinstance(container, tkinter.Toplevel) and self.menubar:
|
104
|
+
container.config(menu=self.menubar)
|
105
|
+
self.update_idletasks()
|
106
|
+
self.focus_viewer()
|
107
|
+
|
108
|
+
def show_failed_dirichlet(self, show):
|
109
|
+
if show:
|
110
|
+
self.geodesics_status_label.configure(
|
111
|
+
text='Constructing Dirichlet domain failed. Cannot compute length spectrum.',
|
112
|
+
foreground='red')
|
113
|
+
self.geodesics_button.configure(
|
114
|
+
state='disabled')
|
115
|
+
else:
|
116
|
+
self.geodesics_status_label.configure(
|
117
|
+
text='')
|
118
|
+
self.geodesics_button.configure(
|
119
|
+
state='normal')
|
120
|
+
|
121
|
+
def focus_viewer(self, event=None):
|
122
|
+
self.widget.focus_set()
|
123
|
+
|
124
|
+
def apply_settings(self, settings):
|
125
|
+
# Update labels
|
126
|
+
keyboard = settings.get('keyboard', 'QWERTY')
|
127
|
+
self.translate_key_label.configure(
|
128
|
+
text=_translate_key_labels[keyboard])
|
129
|
+
self.rotate_key_label.configure(
|
130
|
+
text=_rotate_key_labels[keyboard])
|
131
|
+
|
132
|
+
# Update keymapping performed by hyperbolic navigation
|
133
|
+
self.widget.apply_settings(settings)
|
134
|
+
|
135
|
+
def create_cohomology_class_frame(self, parent):
|
136
|
+
frame = ttk.Frame(parent)
|
137
|
+
|
138
|
+
frame.columnconfigure(0, weight=0)
|
139
|
+
frame.columnconfigure(1, weight=1)
|
140
|
+
frame.columnconfigure(2, weight=0)
|
141
|
+
|
142
|
+
row = 0
|
143
|
+
|
144
|
+
self.class_controllers = []
|
145
|
+
|
146
|
+
n = len(self.widget.ui_parameter_dict['cohomology_class'][1])
|
147
|
+
for i in range(n):
|
148
|
+
button = ttk.Button(
|
149
|
+
frame,
|
150
|
+
text='Class %d' % i,
|
151
|
+
takefocus=0,
|
152
|
+
command=lambda i=i: self.pick_cohomology_class(i))
|
153
|
+
button.grid(row=row, column=0)
|
154
|
+
|
155
|
+
self.class_controllers.append(
|
156
|
+
UniformDictController.create_horizontal_scale(
|
157
|
+
frame,
|
158
|
+
column=1,
|
159
|
+
uniform_dict=self.widget.ui_parameter_dict,
|
160
|
+
key='cohomology_class',
|
161
|
+
left_end=-1.0,
|
162
|
+
right_end=1.0,
|
163
|
+
row=row,
|
164
|
+
update_function=self.widget.recompute_raytracing_data_and_redraw,
|
165
|
+
index=i))
|
166
|
+
row += 1
|
167
|
+
|
168
|
+
frame.rowconfigure(row, weight=1)
|
169
|
+
|
170
|
+
UniformDictController.create_checkbox(
|
171
|
+
frame,
|
172
|
+
self.widget.ui_uniform_dict,
|
173
|
+
'showElevation',
|
174
|
+
update_function=self.checkbox_update,
|
175
|
+
text="Elevation",
|
176
|
+
row=row, column=1)
|
177
|
+
|
178
|
+
return frame
|
179
|
+
|
180
|
+
def create_cusps_frame(self, parent):
|
181
|
+
frame = ttk.Frame(parent)
|
182
|
+
|
183
|
+
frame.columnconfigure(0, weight=0)
|
184
|
+
frame.columnconfigure(1, weight=1)
|
185
|
+
frame.columnconfigure(2, weight=0)
|
186
|
+
|
187
|
+
row = 0
|
188
|
+
|
189
|
+
cusp_area_maximum = 1.05 * _maximal_cusp_area(self.widget.manifold)
|
190
|
+
|
191
|
+
self.cusp_scales = []
|
192
|
+
|
193
|
+
for i in range(self.widget.manifold.num_cusps()):
|
194
|
+
self.cusp_scales.append(
|
195
|
+
UniformDictController.create_horizontal_scale(
|
196
|
+
frame,
|
197
|
+
uniform_dict=self.widget.ui_parameter_dict,
|
198
|
+
key='cuspAreas',
|
199
|
+
title='Cusp %d' % i,
|
200
|
+
left_end=0.0,
|
201
|
+
right_end=cusp_area_maximum,
|
202
|
+
row=row,
|
203
|
+
update_function=self.widget.recompute_raytracing_data_and_redraw,
|
204
|
+
index=i))
|
205
|
+
cusp_button = ttk.Button(
|
206
|
+
frame,
|
207
|
+
text='View',
|
208
|
+
takefocus=0,
|
209
|
+
command=(
|
210
|
+
lambda which_cusp=i:
|
211
|
+
self.set_camera_cusp_view(which_cusp)))
|
212
|
+
ToolTip(cusp_button,
|
213
|
+
msg="Move camera into cusp neighborhood and look out")
|
214
|
+
cusp_button.grid(row=row, column=3)
|
215
|
+
row += 1
|
216
|
+
|
217
|
+
frame.rowconfigure(row, weight=1)
|
218
|
+
|
219
|
+
self.geodesics_button = ttk.Button(
|
220
|
+
frame,
|
221
|
+
text="Geodesics ...",
|
222
|
+
takefocus=0,
|
223
|
+
command=self.show_geodesics_window)
|
224
|
+
self.geodesics_button.grid(row=row, column=3)
|
225
|
+
row += 1
|
226
|
+
|
227
|
+
self.geodesics_status_label = ttk.Label(frame, text="")
|
228
|
+
self.geodesics_status_label.grid(row=row, column=0, columnspan=4)
|
229
|
+
|
230
|
+
return frame
|
231
|
+
|
232
|
+
def perspective_type_changed(self):
|
233
|
+
self.view_scale_controller.update()
|
234
|
+
self.widget.draw()
|
235
|
+
|
236
|
+
def set_perspective_type_and_view_scale(self, perspective_type, view_scale):
|
237
|
+
self.widget.ui_uniform_dict['perspectiveType'][1] = perspective_type
|
238
|
+
self.widget.ui_uniform_dict['viewScale'][1] = float(view_scale)
|
239
|
+
self.perspective_type_controller.update()
|
240
|
+
self.perspective_type_changed()
|
241
|
+
|
242
|
+
def set_camera_cusp_view(self, which_cusp):
|
243
|
+
if self.widget.ui_parameter_dict['cuspAreas'][1][which_cusp] < 0.05:
|
244
|
+
self.widget.ui_parameter_dict['cuspAreas'][1][which_cusp] = 0.05
|
245
|
+
self.widget.recompute_raytracing_data_and_redraw()
|
246
|
+
self.cusp_scales[which_cusp].update()
|
247
|
+
|
248
|
+
self.widget.view_state, view_scale = (
|
249
|
+
self.widget.raytracing_data.cusp_view_state_and_scale(
|
250
|
+
which_cusp))
|
251
|
+
|
252
|
+
extra_scale = 1.1
|
253
|
+
self.set_perspective_type_and_view_scale(1, extra_scale * view_scale)
|
254
|
+
|
255
|
+
def checkbox_update(self):
|
256
|
+
self.widget.draw()
|
257
|
+
self.focus_viewer()
|
258
|
+
|
259
|
+
def create_fillings_frame(self, parent):
|
260
|
+
frame = ttk.Frame(parent)
|
261
|
+
|
262
|
+
frame.columnconfigure(0, weight=1)
|
263
|
+
frame.columnconfigure(1, weight=1)
|
264
|
+
|
265
|
+
row = 0
|
266
|
+
|
267
|
+
self.filling_controllers = []
|
268
|
+
|
269
|
+
for i in range(self.widget.manifold.num_cusps()):
|
270
|
+
scale_m = ZoomSlider(frame, left_end=-15.0, right_end=15.0,
|
271
|
+
label_text='Cusp %d' % i,
|
272
|
+
on_change=self.focus_viewer)
|
273
|
+
scale_m.grid(row=row, column=0, sticky=tkinter.NSEW)
|
274
|
+
|
275
|
+
self.filling_controllers.append(
|
276
|
+
UniformDictController(
|
277
|
+
self.filling_dict,
|
278
|
+
key='fillings',
|
279
|
+
index=i,
|
280
|
+
component_index=0,
|
281
|
+
update_function=self.push_fillings_to_manifold,
|
282
|
+
scale=scale_m))
|
283
|
+
|
284
|
+
scale_l = ZoomSlider(frame, left_end=-15.0, right_end=15.0,
|
285
|
+
on_change=self.focus_viewer)
|
286
|
+
scale_l.grid(row=row, column=1, sticky=tkinter.NSEW)
|
287
|
+
|
288
|
+
self.filling_controllers.append(
|
289
|
+
UniformDictController(
|
290
|
+
self.filling_dict,
|
291
|
+
key='fillings',
|
292
|
+
index=i,
|
293
|
+
component_index=1,
|
294
|
+
update_function=self.push_fillings_to_manifold,
|
295
|
+
scale=scale_l))
|
296
|
+
|
297
|
+
row += 1
|
298
|
+
|
299
|
+
frame.rowconfigure(row, weight=1)
|
300
|
+
|
301
|
+
subframe = ttk.Frame(frame)
|
302
|
+
subframe.grid(row=row, column=0, columnspan=5)
|
303
|
+
subframe.columnconfigure(0, weight=1)
|
304
|
+
subframe.columnconfigure(1, weight=0)
|
305
|
+
subframe.columnconfigure(2, weight=0)
|
306
|
+
subframe.columnconfigure(3, weight=0)
|
307
|
+
subframe.columnconfigure(4, weight=1)
|
308
|
+
|
309
|
+
recompute_button = ttk.Button(
|
310
|
+
subframe, text="Recompute hyp. structure", takefocus=0,
|
311
|
+
command=self.recompute_hyperbolic_structure)
|
312
|
+
recompute_button.grid(row=0, column=1)
|
313
|
+
|
314
|
+
orb_button = ttk.Button(
|
315
|
+
subframe, text="Make orbifold", takefocus=0,
|
316
|
+
command=self.make_orbifold)
|
317
|
+
ToolTip(orb_button,
|
318
|
+
msg="Make filling coefficients integers")
|
319
|
+
orb_button.grid(row=0, column=2)
|
320
|
+
|
321
|
+
mfd_button = ttk.Button(
|
322
|
+
subframe, text="Make manifold", takefocus=0,
|
323
|
+
command=self.make_manifold)
|
324
|
+
ToolTip(mfd_button,
|
325
|
+
msg="Make filling coefficients co-prime integers")
|
326
|
+
mfd_button.grid(row=0, column=3)
|
327
|
+
|
328
|
+
return frame
|
329
|
+
|
330
|
+
def create_eyeball_frame(self, parent):
|
331
|
+
frame = ttk.Frame(parent)
|
332
|
+
|
333
|
+
frame.columnconfigure(0, weight=0)
|
334
|
+
frame.columnconfigure(4, weight=1)
|
335
|
+
|
336
|
+
row = 0
|
337
|
+
|
338
|
+
view_label = ttk.Label(frame, text="View")
|
339
|
+
view_label.grid(row=row, column=0)
|
340
|
+
|
341
|
+
radio_buttons = []
|
342
|
+
for i, text, tooltip in [
|
343
|
+
(0,
|
344
|
+
"Material",
|
345
|
+
"Camera rays leave from the same point"),
|
346
|
+
(1,
|
347
|
+
"Ideal",
|
348
|
+
"Camera rays leave orthogonally from a horosphere"),
|
349
|
+
(2,
|
350
|
+
"Hyperideal",
|
351
|
+
"Camera rays leave orthogonally from a (hyperbolic) plane")]:
|
352
|
+
button = ttk.Radiobutton(frame,
|
353
|
+
value=i,
|
354
|
+
text=text,
|
355
|
+
takefocus=0)
|
356
|
+
button.grid(row=row, column=i + 1, padx=8, sticky=tkinter.NW)
|
357
|
+
ToolTip(button, msg=tooltip)
|
358
|
+
radio_buttons.append(button)
|
359
|
+
|
360
|
+
self.perspective_type_controller = UniformDictController(
|
361
|
+
self.widget.ui_uniform_dict,
|
362
|
+
key='perspectiveType',
|
363
|
+
radio_buttons=radio_buttons,
|
364
|
+
update_function=self.perspective_type_changed)
|
365
|
+
|
366
|
+
row += 1
|
367
|
+
|
368
|
+
self_type_label = ttk.Label(frame, text="Camera body")
|
369
|
+
self_type_label.grid(row=row, column=0)
|
370
|
+
|
371
|
+
ToolTip(self_type_label,
|
372
|
+
msg="Shows your position and orientation in the manifold")
|
373
|
+
|
374
|
+
radio_buttons = []
|
375
|
+
for i, (eyeball_type, text, tooltip) in enumerate([
|
376
|
+
(eyeball_type_none,
|
377
|
+
"None",
|
378
|
+
""),
|
379
|
+
(eyeball_type_paper_plane,
|
380
|
+
"Paper plane",
|
381
|
+
"Paper plane shows your position and orientation in the manifold"),
|
382
|
+
(eyeball_type_eyeball,
|
383
|
+
"Eyeball",
|
384
|
+
"Eyeball shows your position and orientation in the manifold")]):
|
385
|
+
button = ttk.Radiobutton(frame,
|
386
|
+
value=eyeball_type,
|
387
|
+
text=text,
|
388
|
+
takefocus=0)
|
389
|
+
button.grid(row=row, column=1 + i, padx=8, sticky=tkinter.NW)
|
390
|
+
if tooltip:
|
391
|
+
ToolTip(button, msg=tooltip)
|
392
|
+
radio_buttons.append(button)
|
393
|
+
self.self_type_controller = UniformDictController(
|
394
|
+
self.widget.ui_parameter_dict,
|
395
|
+
key='eyeballType',
|
396
|
+
radio_buttons=radio_buttons,
|
397
|
+
update_function=self.widget.update_shader_and_redraw)
|
398
|
+
|
399
|
+
row += 1
|
400
|
+
|
401
|
+
UniformDictController.create_horizontal_scale(
|
402
|
+
frame,
|
403
|
+
self.widget.ui_parameter_dict,
|
404
|
+
key='eyeballSize',
|
405
|
+
title='Camera body size',
|
406
|
+
row=row,
|
407
|
+
columnspan=4,
|
408
|
+
left_end=0.0,
|
409
|
+
right_end=1.5,
|
410
|
+
update_function=self.widget.update_shader_and_redraw,
|
411
|
+
format_string='%.3f')
|
412
|
+
row += 1
|
413
|
+
|
414
|
+
misc_frame = ttk.Frame(frame)
|
415
|
+
misc_frame.grid(row=row, column=1, columnspan=3)
|
416
|
+
|
417
|
+
freeze_checkbox = UniformDictController.create_checkbox(
|
418
|
+
misc_frame,
|
419
|
+
self.widget.ui_parameter_dict,
|
420
|
+
key='freezeEyeball',
|
421
|
+
text='Freeze camera body',
|
422
|
+
row=row,
|
423
|
+
column=0,
|
424
|
+
update_function=self.widget.draw,
|
425
|
+
gridargs = {'padx' : 8}).checkbox
|
426
|
+
ToolTip(freeze_checkbox,
|
427
|
+
msg=("Keep paper plane/eyeball at the same position "
|
428
|
+
"and attitude even when you are moving through the "
|
429
|
+
"manifold"))
|
430
|
+
|
431
|
+
UniformDictController.create_checkbox(
|
432
|
+
misc_frame,
|
433
|
+
self.widget.ui_uniform_dict,
|
434
|
+
key='crosshairs',
|
435
|
+
text='Crosshairs',
|
436
|
+
row=row,
|
437
|
+
column=1,
|
438
|
+
update_function=self.widget.draw,
|
439
|
+
gridargs = {'padx' : 8})
|
440
|
+
|
441
|
+
row += 1
|
442
|
+
|
443
|
+
return frame
|
444
|
+
|
445
|
+
def create_skeleton_frame(self, parent):
|
446
|
+
frame = ttk.Frame(parent)
|
447
|
+
|
448
|
+
frame.columnconfigure(0, weight=0)
|
449
|
+
frame.columnconfigure(1, weight=1)
|
450
|
+
frame.columnconfigure(2, weight=0)
|
451
|
+
|
452
|
+
row = 0
|
453
|
+
|
454
|
+
scale = UniformDictController.create_horizontal_scale(
|
455
|
+
frame,
|
456
|
+
self.widget.ui_parameter_dict,
|
457
|
+
key='edgeThickness',
|
458
|
+
title='Face boundary thickness',
|
459
|
+
row=row,
|
460
|
+
left_end=0.0,
|
461
|
+
right_end=0.65,
|
462
|
+
update_function=self.widget.draw,
|
463
|
+
format_string='%.3f').scale
|
464
|
+
ToolTip(scale,
|
465
|
+
msg=("Partially show faces of the tetrahedra."))
|
466
|
+
row += 1
|
467
|
+
|
468
|
+
self.insphereScaleController = (
|
469
|
+
UniformDictController.create_horizontal_scale(
|
470
|
+
frame,
|
471
|
+
self.widget.ui_parameter_dict,
|
472
|
+
key='insphere_scale',
|
473
|
+
title='Insphere scale',
|
474
|
+
row=row,
|
475
|
+
left_end=0.0,
|
476
|
+
right_end=1.25,
|
477
|
+
update_function=self.widget.recompute_raytracing_data_and_redraw,
|
478
|
+
format_string='%.3f'))
|
479
|
+
row += 1
|
480
|
+
|
481
|
+
self.edgeTubeRadiusController = (
|
482
|
+
UniformDictController.create_horizontal_scale(
|
483
|
+
frame,
|
484
|
+
self.widget.ui_parameter_dict,
|
485
|
+
key='edgeTubeRadius',
|
486
|
+
title='Edge thickness',
|
487
|
+
row=row,
|
488
|
+
left_end=0.0,
|
489
|
+
right_end=0.2,
|
490
|
+
update_function=self.widget.draw,
|
491
|
+
format_string='%.3f'))
|
492
|
+
row += 1
|
493
|
+
|
494
|
+
label = ttk.Label(frame, text="Edge colors", padding=gui_utilities.label_pad)
|
495
|
+
label.grid(row=row, column=0)
|
496
|
+
self.edgeColorController = UniformDictController.create_checkbox(
|
497
|
+
frame,
|
498
|
+
self.widget.ui_uniform_dict,
|
499
|
+
key='desaturate_edges',
|
500
|
+
text='desaturate',
|
501
|
+
row=row,
|
502
|
+
column=1,
|
503
|
+
update_function=self.widget.draw)
|
504
|
+
row += 1
|
505
|
+
|
506
|
+
return frame
|
507
|
+
|
508
|
+
def create_quality_frame(self, parent):
|
509
|
+
frame = ttk.Frame(parent)
|
510
|
+
|
511
|
+
frame.columnconfigure(0, weight=0)
|
512
|
+
frame.columnconfigure(1, weight=1)
|
513
|
+
frame.columnconfigure(2, weight=0)
|
514
|
+
|
515
|
+
row = 0
|
516
|
+
UniformDictController.create_horizontal_scale(
|
517
|
+
frame,
|
518
|
+
self.widget.ui_uniform_dict,
|
519
|
+
key='maxSteps',
|
520
|
+
title='Max Steps',
|
521
|
+
row=row,
|
522
|
+
left_end=1,
|
523
|
+
right_end=150,
|
524
|
+
update_function=self.widget.draw)
|
525
|
+
|
526
|
+
row += 1
|
527
|
+
UniformDictController.create_horizontal_scale(
|
528
|
+
frame,
|
529
|
+
self.widget.ui_uniform_dict,
|
530
|
+
key='maxDist',
|
531
|
+
title='Max Distance',
|
532
|
+
row=row,
|
533
|
+
left_end=1.0,
|
534
|
+
right_end=28.0,
|
535
|
+
update_function=self.widget.draw)
|
536
|
+
|
537
|
+
row += 1
|
538
|
+
UniformDictController.create_horizontal_scale(
|
539
|
+
frame,
|
540
|
+
self.widget.ui_uniform_dict,
|
541
|
+
key='subpixelCount',
|
542
|
+
title='Subpixel count',
|
543
|
+
row=row,
|
544
|
+
left_end=1.0,
|
545
|
+
right_end=4.25,
|
546
|
+
update_function=self.widget.draw)
|
547
|
+
row += 1
|
548
|
+
|
549
|
+
misc_frame = ttk.Frame(frame)
|
550
|
+
misc_frame.grid(row=row, column=1, columnspan=3)
|
551
|
+
|
552
|
+
self.fps_box_var = tkinter.BooleanVar()
|
553
|
+
self.fps_box_var.set(False)
|
554
|
+
fps_box = ttk.Checkbutton(misc_frame, takefocus=0)
|
555
|
+
fps_box.grid(row=0, column=0)
|
556
|
+
fps_box.configure(
|
557
|
+
variable = self.fps_box_var,
|
558
|
+
text='Show fps',
|
559
|
+
command=self.show_fps)
|
560
|
+
|
561
|
+
return frame
|
562
|
+
|
563
|
+
def create_light_frame(self, parent):
|
564
|
+
frame = ttk.Frame(parent)
|
565
|
+
|
566
|
+
frame.columnconfigure(0, weight=0)
|
567
|
+
frame.columnconfigure(1, weight=1)
|
568
|
+
frame.columnconfigure(2, weight=0)
|
569
|
+
|
570
|
+
row = 0
|
571
|
+
|
572
|
+
if self.has_weights:
|
573
|
+
UniformDictController.create_horizontal_scale(
|
574
|
+
frame,
|
575
|
+
self.widget.ui_uniform_dict,
|
576
|
+
key='contrast',
|
577
|
+
title='Contrast',
|
578
|
+
row=row,
|
579
|
+
left_end=0.0,
|
580
|
+
right_end=0.25,
|
581
|
+
update_function=self.widget.draw,
|
582
|
+
format_string='%.3f')
|
583
|
+
row += 1
|
584
|
+
|
585
|
+
UniformDictController.create_horizontal_scale(
|
586
|
+
frame,
|
587
|
+
self.widget.ui_uniform_dict,
|
588
|
+
key='lightBias',
|
589
|
+
title='Light bias',
|
590
|
+
row=row,
|
591
|
+
left_end=0.3,
|
592
|
+
right_end=4.0,
|
593
|
+
update_function=self.widget.draw)
|
594
|
+
|
595
|
+
row += 1
|
596
|
+
UniformDictController.create_horizontal_scale(
|
597
|
+
frame,
|
598
|
+
self.widget.ui_uniform_dict,
|
599
|
+
key='lightFalloff',
|
600
|
+
title='Light falloff',
|
601
|
+
row=row,
|
602
|
+
left_end=0.1,
|
603
|
+
right_end=2.0,
|
604
|
+
update_function=self.widget.draw)
|
605
|
+
|
606
|
+
row += 1
|
607
|
+
UniformDictController.create_horizontal_scale(
|
608
|
+
frame,
|
609
|
+
self.widget.ui_uniform_dict,
|
610
|
+
key='brightness',
|
611
|
+
title='Brightness',
|
612
|
+
row=row,
|
613
|
+
left_end=0.3,
|
614
|
+
right_end=3.0,
|
615
|
+
update_function=self.widget.draw)
|
616
|
+
|
617
|
+
return frame
|
618
|
+
|
619
|
+
def create_navigation_frame(self, parent):
|
620
|
+
frame = ttk.Frame(parent)
|
621
|
+
|
622
|
+
frame.columnconfigure(0, weight=0)
|
623
|
+
frame.columnconfigure(1, weight=1)
|
624
|
+
frame.columnconfigure(2, weight=0)
|
625
|
+
frame.columnconfigure(3, weight=0)
|
626
|
+
|
627
|
+
row = 0
|
628
|
+
UniformDictController.create_horizontal_scale(
|
629
|
+
frame,
|
630
|
+
self.widget.navigation_dict,
|
631
|
+
key='translationVelocity',
|
632
|
+
title='Translation Speed',
|
633
|
+
row=row,
|
634
|
+
left_end=0.1,
|
635
|
+
right_end=1.0)
|
636
|
+
|
637
|
+
self.translate_key_label = ttk.Label(frame,
|
638
|
+
text=_translate_key_labels['QWERTY'])
|
639
|
+
self.translate_key_label.grid(row=row, column=3, sticky=tkinter.NSEW)
|
640
|
+
|
641
|
+
row += 1
|
642
|
+
UniformDictController.create_horizontal_scale(
|
643
|
+
frame,
|
644
|
+
self.widget.navigation_dict,
|
645
|
+
key='rotationVelocity',
|
646
|
+
title='Rotation Speed',
|
647
|
+
row=row,
|
648
|
+
left_end=0.1,
|
649
|
+
right_end=1.0)
|
650
|
+
|
651
|
+
self.rotate_key_label = ttk.Label(frame,
|
652
|
+
text=_rotate_key_labels['QWERTY'])
|
653
|
+
self.rotate_key_label.grid(row=row, column=3, sticky=tkinter.NSEW)
|
654
|
+
|
655
|
+
row += 1
|
656
|
+
label = ttk.Label(frame, text=_mouse_gestures_text())
|
657
|
+
label.grid(row=row, column=0, columnspan=4)
|
658
|
+
|
659
|
+
return frame
|
660
|
+
|
661
|
+
def create_frame_with_main_widget(self,
|
662
|
+
parent,
|
663
|
+
manifold,
|
664
|
+
weights,
|
665
|
+
cohomology_basis,
|
666
|
+
cohomology_class,
|
667
|
+
geodesics):
|
668
|
+
frame = ttk.Frame(parent)
|
669
|
+
|
670
|
+
column = 0
|
671
|
+
|
672
|
+
self.widget = RaytracingView(
|
673
|
+
'ideal',
|
674
|
+
manifold,
|
675
|
+
weights=weights,
|
676
|
+
cohomology_basis=cohomology_basis,
|
677
|
+
cohomology_class=cohomology_class,
|
678
|
+
geodesics=geodesics,
|
679
|
+
container=frame,
|
680
|
+
width=600, height=500, double=1, depth=1)
|
681
|
+
self.widget.grid(row=0, column=column, sticky=tkinter.NSEW)
|
682
|
+
self.widget.make_current()
|
683
|
+
frame.columnconfigure(column, weight=1)
|
684
|
+
frame.rowconfigure(0, weight=1)
|
685
|
+
|
686
|
+
column += 1
|
687
|
+
self.view_scale_slider = Slider(
|
688
|
+
frame, left_end=-100.0, right_end=100.0,
|
689
|
+
orient=tkinter.VERTICAL)
|
690
|
+
self.view_scale_slider.grid(
|
691
|
+
row=0, column=column, sticky=tkinter.NSEW)
|
692
|
+
|
693
|
+
return frame
|
694
|
+
|
695
|
+
def create_status_frame(self, parent):
|
696
|
+
frame = ttk.Frame(parent)
|
697
|
+
|
698
|
+
column = 0
|
699
|
+
self.view_scale_label = ttk.Label(frame, text="FOV:")
|
700
|
+
self.view_scale_label.grid(row=0, column=column)
|
701
|
+
|
702
|
+
column += 1
|
703
|
+
self.view_scale_value_label = ttk.Label(frame)
|
704
|
+
self.view_scale_value_label.grid(row=0, column=column)
|
705
|
+
|
706
|
+
column += 1
|
707
|
+
self.vol_label = ttk.Label(frame)
|
708
|
+
self.vol_label.grid(row=0, column=column)
|
709
|
+
|
710
|
+
column += 1
|
711
|
+
self.fps_label = ttk.Label(frame)
|
712
|
+
self.fps_label.grid(row=0, column=column)
|
713
|
+
|
714
|
+
return frame
|
715
|
+
|
716
|
+
def update_volume_label(self):
|
717
|
+
try:
|
718
|
+
vol_text = '%.3f' % self.widget.manifold.volume()
|
719
|
+
except ValueError:
|
720
|
+
vol_text = '-'
|
721
|
+
sol_type = self.widget.manifold.solution_type(enum=True)
|
722
|
+
sol_text = _solution_type_text[sol_type]
|
723
|
+
try:
|
724
|
+
self.vol_label.configure(text='Vol: %s (%s)' % (vol_text, sol_text))
|
725
|
+
except AttributeError:
|
726
|
+
pass
|
727
|
+
|
728
|
+
def delete_resource(self):
|
729
|
+
self.destroy()
|
730
|
+
|
731
|
+
# Called when the close button of the containing toplevel is pressed.
|
732
|
+
def close_toplevel(self):
|
733
|
+
if self.geodesics_window:
|
734
|
+
self.geodesics_window.destroy()
|
735
|
+
self.geodesics_window = None
|
736
|
+
self.winfo_toplevel().close()
|
737
|
+
|
738
|
+
# Called when the close button of the geodesics window is pressed.
|
739
|
+
def close_geodesics_window(self):
|
740
|
+
self.geodesics_window.destroy()
|
741
|
+
self.geodesics_window = None
|
742
|
+
|
743
|
+
def show_geodesics_window(self):
|
744
|
+
try:
|
745
|
+
self.widget.manifold.dirichlet_domain()
|
746
|
+
except RuntimeError:
|
747
|
+
self.show_failed_dirichlet(True)
|
748
|
+
return
|
749
|
+
if self.geodesics_window is None:
|
750
|
+
self.geodesics_window = GeodesicsWindow(self)
|
751
|
+
self.geodesics_window.transient(self)
|
752
|
+
self.geodesics_window.protocol('WM_DELETE_WINDOW',
|
753
|
+
self.close_geodesics_window)
|
754
|
+
else:
|
755
|
+
self.geodesics_window.deiconify()
|
756
|
+
self.geodesics_window.wm_attributes('-topmost', True)
|
757
|
+
|
758
|
+
def update_filling_sliders(self):
|
759
|
+
for filling_controller in self.filling_controllers:
|
760
|
+
filling_controller.update()
|
761
|
+
|
762
|
+
def update_edge_and_insphere_controllers(self):
|
763
|
+
self.edgeTubeRadiusController.update()
|
764
|
+
self.edgeColorController.update()
|
765
|
+
self.insphereScaleController.update()
|
766
|
+
|
767
|
+
def _fillings_from_manifold(self):
|
768
|
+
return [ 'vec2[]',
|
769
|
+
[ [ d['filling'][0], d['filling'][1] ]
|
770
|
+
for d
|
771
|
+
in self.widget.manifold.cusp_info() ] ]
|
772
|
+
|
773
|
+
def pull_fillings_from_manifold(self):
|
774
|
+
self.filling_dict['fillings'] = self._fillings_from_manifold()
|
775
|
+
self.update_filling_sliders()
|
776
|
+
self.widget.recompute_raytracing_data_and_redraw()
|
777
|
+
self.update_volume_label()
|
778
|
+
self.reset_geodesics()
|
779
|
+
|
780
|
+
def push_fillings_to_manifold(self):
|
781
|
+
self.show_failed_dirichlet(show=False)
|
782
|
+
|
783
|
+
self.widget.manifold.dehn_fill(
|
784
|
+
self.filling_dict['fillings'][1])
|
785
|
+
|
786
|
+
self.widget.recompute_raytracing_data_update_shader_and_redraw()
|
787
|
+
self.update_volume_label()
|
788
|
+
self.reset_geodesics()
|
789
|
+
|
790
|
+
if self.fillings_changed_callback:
|
791
|
+
self.fillings_changed_callback()
|
792
|
+
|
793
|
+
def recompute_hyperbolic_structure(self):
|
794
|
+
self.widget.manifold.init_hyperbolic_structure(
|
795
|
+
force_recompute=True)
|
796
|
+
self.widget.recompute_raytracing_data_update_shader_and_redraw()
|
797
|
+
|
798
|
+
# Should we reset the view state since it might
|
799
|
+
# be corrupted?
|
800
|
+
# O13_orthonormalize seems stable enough now that
|
801
|
+
# we always recover.
|
802
|
+
# self.widget.reset_view_state()
|
803
|
+
|
804
|
+
self.update_volume_label()
|
805
|
+
|
806
|
+
if self.fillings_changed_callback:
|
807
|
+
self.fillings_changed_callback()
|
808
|
+
|
809
|
+
def reset_geodesics(self):
|
810
|
+
self.widget.reset_geodesics()
|
811
|
+
if self.geodesics_window:
|
812
|
+
self.geodesics_window.populate_geodesics_frame()
|
813
|
+
|
814
|
+
def make_orbifold(self):
|
815
|
+
for f in self.filling_dict['fillings'][1]:
|
816
|
+
for i in [0, 1]:
|
817
|
+
f[i] = float(round(f[i]))
|
818
|
+
self.update_filling_sliders()
|
819
|
+
self.push_fillings_to_manifold()
|
820
|
+
|
821
|
+
def make_manifold(self):
|
822
|
+
for f in self.filling_dict['fillings'][1]:
|
823
|
+
m, l = f
|
824
|
+
m = round(m)
|
825
|
+
l = round(l)
|
826
|
+
|
827
|
+
g = abs(_gcd(m, l))
|
828
|
+
if g != 0:
|
829
|
+
m = m / g
|
830
|
+
l = l / g
|
831
|
+
f[0], f[1] = float(m), float(l)
|
832
|
+
|
833
|
+
self.update_filling_sliders()
|
834
|
+
self.push_fillings_to_manifold()
|
835
|
+
|
836
|
+
def pick_cohomology_class(self, i):
|
837
|
+
cohomology_class = self.widget.ui_parameter_dict['cohomology_class'][1]
|
838
|
+
for j in range(len(cohomology_class)):
|
839
|
+
cohomology_class[j] = 1.0 if i == j else 0.0
|
840
|
+
self.widget.recompute_raytracing_data_and_redraw()
|
841
|
+
for controller in self.class_controllers:
|
842
|
+
controller.update()
|
843
|
+
|
844
|
+
def build_menus(self):
|
845
|
+
pass
|
846
|
+
|
847
|
+
def show_fps(self):
|
848
|
+
self.widget.fps_label_updater.set_visible(
|
849
|
+
self.fps_box_var.get())
|
850
|
+
|
851
|
+
def test(self):
|
852
|
+
X = 100
|
853
|
+
self.widget.event_generate('<Button-1>', x=X, y=300, warp=True)
|
854
|
+
self.update_idletasks()
|
855
|
+
for n in range(10):
|
856
|
+
X += 30
|
857
|
+
time.sleep(0.1)
|
858
|
+
self.widget.event_generate('<B1-Motion>', x=X, y=300, warp=True)
|
859
|
+
self.widget.event_generate('<ButtonRelease-1>', x=X+30, y=300, warp=True)
|
860
|
+
self.update_idletasks()
|
861
|
+
|
862
|
+
###############################################################################
|
863
|
+
# Helpers
|
864
|
+
|
865
|
+
|
866
|
+
_solution_type_text = [
|
867
|
+
'degenerate',
|
868
|
+
'geometric',
|
869
|
+
'non-geometric',
|
870
|
+
'flat',
|
871
|
+
'degenerate',
|
872
|
+
'degenerate',
|
873
|
+
'degenerate']
|
874
|
+
|
875
|
+
|
876
|
+
def _maximal_cusp_area(mfd):
|
877
|
+
# Hack to prevent doctest failure M.browse() where
|
878
|
+
# M is a SnapPy.Manifold instead of a snappy.Manifold.
|
879
|
+
if not hasattr(mfd, 'cusp_area_matrix'):
|
880
|
+
return 5.0
|
881
|
+
|
882
|
+
try:
|
883
|
+
mfd = mfd.copy()
|
884
|
+
mfd.dehn_fill(mfd.num_cusps() * [(0,0)])
|
885
|
+
mfd.init_hyperbolic_structure(force_recompute=True)
|
886
|
+
|
887
|
+
# Using sqrt of maximum of diagonal of cusp area matrix.
|
888
|
+
#
|
889
|
+
# We use method = 'trigDependent' here for the following reasons:
|
890
|
+
# - Faster than 'maximal'
|
891
|
+
# - If a cusp neighborhood is not in standard form anymore, its
|
892
|
+
# boundary has holes in the raytraced view and looks broken.
|
893
|
+
# Thus, if a slider has less of a range because we use the diagonal
|
894
|
+
# entries from the 'trigDependent' matrix instead of the 'maximal'
|
895
|
+
# one, the values outside the slider's range correspond to broken
|
896
|
+
# images anyway.
|
897
|
+
# - 'trigDependentCanonize' gives less biased diagonal entries but
|
898
|
+
# their maximum might be smaller. E.g., for t12828, the diagonal
|
899
|
+
# entries are [22.25, 22.25, 22.25] with canonizizng and
|
900
|
+
# [104.55, 6.38, 6.38] without canonizing. The latter gives a
|
901
|
+
# maximum of 104.55. The diagonal entries for the 'maximal'
|
902
|
+
# are actually [104.55, 104.55, 104.55], so 'trigDependentCanonize'
|
903
|
+
# gives actually the best possible result.
|
904
|
+
m = mfd.cusp_area_matrix(method='trigDependent')
|
905
|
+
|
906
|
+
return math.sqrt(max([m[i,i] for i in range(mfd.num_cusps())]))
|
907
|
+
except Exception as e:
|
908
|
+
print("Exception while trying to compute maximal cusp area:", e)
|
909
|
+
return 5.0
|
910
|
+
|
911
|
+
|
912
|
+
def _mouse_gestures_text():
|
913
|
+
if sys.platform == 'darwin':
|
914
|
+
return "Move: Click & Drag Rotate: Shift-Click & Drag Orbit: \u2318-Click & Drag"
|
915
|
+
else:
|
916
|
+
return "Move: Click & Drag Rotate: Shift-Click & Drag Orbit: Alt-Click & Drag"
|
917
|
+
|
918
|
+
|
919
|
+
_translate_key_labels = {
|
920
|
+
'QWERTY': "Keys: wasdec",
|
921
|
+
'AZERTY': "Keys: zqsdec",
|
922
|
+
'QWERTZ': "Keys: wasdec"
|
923
|
+
}
|
924
|
+
|
925
|
+
_rotate_key_labels = {
|
926
|
+
'QWERTY': "Keys: \u2190\u2191\u2192\u2193xz",
|
927
|
+
'AZERTY': "Keys: \u2190\u2191\u2192\u2193xw",
|
928
|
+
'QWERTZ': "Keys: \u2190\u2191\u2192\u2193xy"
|
929
|
+
}
|
930
|
+
|
931
|
+
###############################################################################
|
932
|
+
# Performance test
|
933
|
+
|
934
|
+
|
935
|
+
class PerfTest:
|
936
|
+
def __init__(self, widget, num_iterations=20):
|
937
|
+
self.widget = widget
|
938
|
+
self.m = unit_3_vector_and_distance_to_O13_hyperbolic_translation(
|
939
|
+
[ 0.3 * math.sqrt(2.0), 0.4 * math.sqrt(2.0), 0.5 * math.sqrt(2.0) ],
|
940
|
+
0.1 / num_iterations)
|
941
|
+
self.num_iterations = num_iterations
|
942
|
+
self.current_iteration = 0
|
943
|
+
self.total_time = 0.0
|
944
|
+
|
945
|
+
self.widget.report_time_callback = self.report_time
|
946
|
+
|
947
|
+
self.widget.after(250, self.redraw)
|
948
|
+
|
949
|
+
self.widget.focus_set()
|
950
|
+
self.widget.mainloop()
|
951
|
+
|
952
|
+
def report_time(self, t):
|
953
|
+
self.total_time += t
|
954
|
+
|
955
|
+
def redraw(self):
|
956
|
+
self.current_iteration += 1
|
957
|
+
if self.current_iteration == self.num_iterations:
|
958
|
+
print("Total time: %.1fms" % (1000 * self.total_time))
|
959
|
+
print("Time: %.1fms" % (1000 * self.total_time / self.num_iterations))
|
960
|
+
sys.exit(0)
|
961
|
+
|
962
|
+
self.widget.view_state = self.widget.raytracing_data.update_view_state(
|
963
|
+
self.widget.view_state, self.m)
|
964
|
+
|
965
|
+
self.widget.draw()
|
966
|
+
self.widget.after(250, self.redraw)
|
967
|
+
|
968
|
+
|
969
|
+
def run_perf_test():
|
970
|
+
from snappy import Manifold
|
971
|
+
|
972
|
+
gui = InsideViewer(Manifold("m004"))
|
973
|
+
|
974
|
+
PerfTest(gui.widget)
|