CMakeLists.txt
LICENSE.md
MANIFEST.in
README.md
VERSION
pyproject.toml
setup.py
cmake/GELConfig.cmake.in
src/GEL/CGLA/ArithMatFloat.h
src/GEL/CGLA/ArithQuat.h
src/GEL/CGLA/ArithSqMat2x2Float.h
src/GEL/CGLA/ArithSqMat3x3Float.h
src/GEL/CGLA/ArithSqMat4x4Float.cpp
src/GEL/CGLA/ArithSqMat4x4Float.h
src/GEL/CGLA/ArithSqMatFloat.h
src/GEL/CGLA/ArithVec.h
src/GEL/CGLA/ArithVec2Float.cpp
src/GEL/CGLA/ArithVec2Float.h
src/GEL/CGLA/ArithVec3Float.cpp
src/GEL/CGLA/ArithVec3Float.h
src/GEL/CGLA/ArithVec3Int.h
src/GEL/CGLA/ArithVec4Float.h
src/GEL/CGLA/ArithVec4Int.h
src/GEL/CGLA/ArithVecFloat.h
src/GEL/CGLA/ArithVecInt.h
src/GEL/CGLA/BitMask.h
src/GEL/CGLA/CGLA-util.h
src/GEL/CGLA/CGLA.h
src/GEL/CGLA/Definitions.h
src/GEL/CGLA/ExceptionStandard.h
src/GEL/CGLA/Mat.h
src/GEL/CGLA/Mat2x2d.h
src/GEL/CGLA/Mat2x2f.h
src/GEL/CGLA/Mat2x3d.h
src/GEL/CGLA/Mat2x3f.h
src/GEL/CGLA/Mat3x3d.cpp
src/GEL/CGLA/Mat3x3d.h
src/GEL/CGLA/Mat3x3f.cpp
src/GEL/CGLA/Mat3x3f.h
src/GEL/CGLA/Mat4x4d.cpp
src/GEL/CGLA/Mat4x4d.h
src/GEL/CGLA/Mat4x4f.cpp
src/GEL/CGLA/Mat4x4f.h
src/GEL/CGLA/Quatd.h
src/GEL/CGLA/Quaternion.h
src/GEL/CGLA/Quatf.h
src/GEL/CGLA/TableTrigonometry.cpp
src/GEL/CGLA/TableTrigonometry.h
src/GEL/CGLA/UnitVector.h
src/GEL/CGLA/Vec.h
src/GEL/CGLA/Vec2d.h
src/GEL/CGLA/Vec2f.h
src/GEL/CGLA/Vec2i.h
src/GEL/CGLA/Vec2ui.h
src/GEL/CGLA/Vec3d.h
src/GEL/CGLA/Vec3f.h
src/GEL/CGLA/Vec3i.h
src/GEL/CGLA/Vec3uc.h
src/GEL/CGLA/Vec3usi.h
src/GEL/CGLA/Vec4d.h
src/GEL/CGLA/Vec4f.h
src/GEL/CGLA/Vec4i.h
src/GEL/CGLA/Vec4uc.h
src/GEL/CGLA/eigensolution.cpp
src/GEL/CGLA/eigensolution.h
src/GEL/CGLA/gel_rand.cpp
src/GEL/CGLA/ls_solve.h
src/GEL/CGLA/statistics.cpp
src/GEL/CGLA/statistics.h
src/GEL/GL/glew.c
src/GEL/GL/glew.h
src/GEL/GL/glxew.h
src/GEL/GL/wglew.h
src/GEL/GLGraphics/Console.cpp
src/GEL/GLGraphics/Console.h
src/GEL/GLGraphics/GLViewController.cpp
src/GEL/GLGraphics/GLViewController.h
src/GEL/GLGraphics/IDBufferWireFrameRenderer.cpp
src/GEL/GLGraphics/IDBufferWireFrameRenderer.h
src/GEL/GLGraphics/ManifoldRenderer.cpp
src/GEL/GLGraphics/ManifoldRenderer.h
src/GEL/GLGraphics/MeshEditor.cpp
src/GEL/GLGraphics/MeshEditor.h
src/GEL/GLGraphics/QuatTrackBall.cpp
src/GEL/GLGraphics/QuatTrackBall.h
src/GEL/GLGraphics/SOIL.c
src/GEL/GLGraphics/SOIL.h
src/GEL/GLGraphics/ShadowBuffer.cpp
src/GEL/GLGraphics/ShadowBuffer.h
src/GEL/GLGraphics/SimpleTrackBall.cpp
src/GEL/GLGraphics/SimpleTrackBall.h
src/GEL/GLGraphics/SinglePassWireframeRenderer.cpp
src/GEL/GLGraphics/SinglePassWireframeRenderer.h
src/GEL/GLGraphics/VisObj.cpp
src/GEL/GLGraphics/VisObj.h
src/GEL/GLGraphics/draw.cpp
src/GEL/GLGraphics/draw.h
src/GEL/GLGraphics/glsl_shader.cpp
src/GEL/GLGraphics/glsl_shader.h
src/GEL/GLGraphics/image_DXT.c
src/GEL/GLGraphics/image_DXT.h
src/GEL/GLGraphics/image_helper.c
src/GEL/GLGraphics/image_helper.h
src/GEL/GLGraphics/stb_image.c
src/GEL/GLGraphics/stb_image.h
src/GEL/GLGraphics/stb_image_write.c
src/GEL/GLGraphics/stb_image_write.h
src/GEL/GLGraphics/stbi_DDS_aug.h
src/GEL/GLGraphics/stbi_DDS_aug_c.h
src/GEL/Geometry/AABox.cpp
src/GEL/Geometry/AABox.h
src/GEL/Geometry/AncestorGrid.h
src/GEL/Geometry/BBox.cpp
src/GEL/Geometry/BBox.h
src/GEL/Geometry/BSPTree.cpp
src/GEL/Geometry/BSPTree.h
src/GEL/Geometry/BoundingINode.cpp
src/GEL/Geometry/BoundingINode.h
src/GEL/Geometry/BoundingLNode.cpp
src/GEL/Geometry/BoundingLNode.h
src/GEL/Geometry/BoundingNode.cpp
src/GEL/Geometry/BoundingNode.h
src/GEL/Geometry/BoundingTree.cpp
src/GEL/Geometry/BoundingTree.h
src/GEL/Geometry/Cell.h
src/GEL/Geometry/DynCon.h
src/GEL/Geometry/GradientFilter.cpp
src/GEL/Geometry/GradientFilter.h
src/GEL/Geometry/Graph.cpp
src/GEL/Geometry/Graph.h
src/GEL/Geometry/GridAlgorithm.h
src/GEL/Geometry/HGrid.h
src/GEL/Geometry/Implicit.cpp
src/GEL/Geometry/Implicit.h
src/GEL/Geometry/IndexedFaceSet.h
src/GEL/Geometry/KDTree.h
src/GEL/Geometry/Material.h
src/GEL/Geometry/NeighborUtil.h
src/GEL/Geometry/Neighbours.cpp
src/GEL/Geometry/Neighbours.h
src/GEL/Geometry/OBox.cpp
src/GEL/Geometry/OBox.h
src/GEL/Geometry/QEM.cpp
src/GEL/Geometry/QEM.h
src/GEL/Geometry/RGrid.h
src/GEL/Geometry/Ray.h
src/GEL/Geometry/SphereDelaunay.cpp
src/GEL/Geometry/SphereDelaunay.h
src/GEL/Geometry/ThreeDDDA.cpp
src/GEL/Geometry/ThreeDDDA.h
src/GEL/Geometry/TriMesh.cpp
src/GEL/Geometry/TriMesh.h
src/GEL/Geometry/Triangle.cpp
src/GEL/Geometry/Triangle.h
src/GEL/Geometry/TrilinFilter.cpp
src/GEL/Geometry/TrilinFilter.h
src/GEL/Geometry/XForm.h
src/GEL/Geometry/bounding_sphere.cpp
src/GEL/Geometry/bounding_sphere.h
src/GEL/Geometry/build_bbtree.cpp
src/GEL/Geometry/build_bbtree.h
src/GEL/Geometry/etf.h
src/GEL/Geometry/geo_load.cpp
src/GEL/Geometry/geo_obj_load.cpp
src/GEL/Geometry/graph_io.cpp
src/GEL/Geometry/graph_io.h
src/GEL/Geometry/graph_skeletonize.cpp
src/GEL/Geometry/graph_skeletonize.h
src/GEL/Geometry/graph_util.cpp
src/GEL/Geometry/graph_util.h
src/GEL/Geometry/jrs_triangle.c
src/GEL/Geometry/jrs_triangle.h
src/GEL/Geometry/load.h
src/GEL/Geometry/load_raw.cpp
src/GEL/Geometry/load_raw.h
src/GEL/Geometry/normal.h
src/GEL/Geometry/obj_load.h
src/GEL/Geometry/ply_load.h
src/GEL/Geometry/rply.c
src/GEL/Geometry/rply.h
src/GEL/Geometry/rply_load.cpp
src/GEL/Geometry/save_raw.h
src/GEL/Geometry/tessellate.cpp
src/GEL/Geometry/tessellate.h
src/GEL/Geometry/verification.cpp
src/GEL/Geometry/verification.h
src/GEL/HMesh/AttributeVector.h
src/GEL/HMesh/Circulators.h
src/GEL/HMesh/ConnectivityKernel.cpp
src/GEL/HMesh/ConnectivityKernel.h
src/GEL/HMesh/Delaunay_triangulate.cpp
src/GEL/HMesh/Delaunay_triangulate.h
src/GEL/HMesh/HMesh.h
src/GEL/HMesh/HierarchicalReconstruction.cpp
src/GEL/HMesh/HierarchicalReconstruction.h
src/GEL/HMesh/ItemID.h
src/GEL/HMesh/ItemVector.h
src/GEL/HMesh/Iterators.h
src/GEL/HMesh/Manifold.cpp
src/GEL/HMesh/Manifold.h
src/GEL/HMesh/RSRExperimental.cpp
src/GEL/HMesh/RSRExperimental.h
src/GEL/HMesh/RsR.cpp
src/GEL/HMesh/RsR.h
src/GEL/HMesh/Walker.h
src/GEL/HMesh/cleanup.cpp
src/GEL/HMesh/cleanup.h
src/GEL/HMesh/curvature.cpp
src/GEL/HMesh/curvature.h
src/GEL/HMesh/dual.cpp
src/GEL/HMesh/dual.h
src/GEL/HMesh/face_loop.cpp
src/GEL/HMesh/face_loop.h
src/GEL/HMesh/graph_algorithm.cpp
src/GEL/HMesh/graph_algorithm.h
src/GEL/HMesh/load.cpp
src/GEL/HMesh/load.h
src/GEL/HMesh/mesh_optimization.cpp
src/GEL/HMesh/mesh_optimization.h
src/GEL/HMesh/obj_load.cpp
src/GEL/HMesh/obj_load.h
src/GEL/HMesh/obj_save.cpp
src/GEL/HMesh/obj_save.h
src/GEL/HMesh/off_load.cpp
src/GEL/HMesh/off_load.h
src/GEL/HMesh/off_save.cpp
src/GEL/HMesh/off_save.h
src/GEL/HMesh/ply_load.cpp
src/GEL/HMesh/ply_load.h
src/GEL/HMesh/polygonize.cpp
src/GEL/HMesh/polygonize.h
src/GEL/HMesh/quad_valencify.cpp
src/GEL/HMesh/quad_valencify.h
src/GEL/HMesh/quadric_simplify.cpp
src/GEL/HMesh/quadric_simplify.h
src/GEL/HMesh/refine_edges.cpp
src/GEL/HMesh/refine_edges.h
src/GEL/HMesh/skeleton_to_FEQ.cpp
src/GEL/HMesh/skeleton_to_FEQ.h
src/GEL/HMesh/smooth.cpp
src/GEL/HMesh/smooth.h
src/GEL/HMesh/stable_marriage_registration.cpp
src/GEL/HMesh/stable_marriage_registration.h
src/GEL/HMesh/subdivision.cpp
src/GEL/HMesh/subdivision.h
src/GEL/HMesh/triangulate.cpp
src/GEL/HMesh/triangulate.h
src/GEL/HMesh/x3d_load.cpp
src/GEL/HMesh/x3d_load.h
src/GEL/HMesh/x3d_save.cpp
src/GEL/HMesh/x3d_save.h
src/GEL/Util/ArgExtracter.h
src/GEL/Util/Assert.h
src/GEL/Util/AssociativeContainers.h
src/GEL/Util/AttribVec.h
src/GEL/Util/Grid2D.h
src/GEL/Util/InplaceVector.h
src/GEL/Util/ParallelAdapters.h
src/GEL/Util/Parse.cpp
src/GEL/Util/Parse.h
src/GEL/Util/RSRTimer.h
src/GEL/Util/Range.h
src/GEL/Util/Serialization.h
src/GEL/Util/SparseGraph.h
src/GEL/Util/ThreadPool.h
src/GEL/Util/Timer.h
src/GEL/Util/XmlParser.cpp
src/GEL/Util/XmlParser.h
src/GEL/Util/math_utils.h
src/GEL/Util/string_utils.cpp
src/GEL/Util/string_utils.h
src/PyGEL/Graph.cpp
src/PyGEL/Graph.h
src/PyGEL/I3DTree.cpp
src/PyGEL/I3DTree.h
src/PyGEL/IntVector.cpp
src/PyGEL/IntVector.h
src/PyGEL/Manifold.cpp
src/PyGEL/Manifold.h
src/PyGEL/MeshDistance.cpp
src/PyGEL/MeshDistance.h
src/PyGEL/Vec3dVector.cpp
src/PyGEL/Vec3dVector.h
src/PyGEL/Viewer.cpp
src/PyGEL/Viewer.h
src/PyGEL/graph_functions.cpp
src/PyGEL/graph_functions.h
src/PyGEL/hmesh_functions.cpp
src/PyGEL/hmesh_functions.h
src/PyGEL/pygel3d/__init__.py
src/PyGEL/pygel3d/gl_display.py
src/PyGEL/pygel3d/graph.py
src/PyGEL/pygel3d/hmesh.py
src/PyGEL/pygel3d/jupyter_display.py
src/PyGEL/pygel3d/spatial.py
src/PyGEL/pygel3d/experimental/__init__.py
src/PyGEL/pygel3d/experimental/hmesh.py