Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjacency List #7093

Closed

Conversation

adityaranigaon
Copy link

Implemented Adjacency List in TriangleMesh:

  1. Write C++ func=ons:
    std::pair<core::Tensor, core::Tensor>
    open3d::t::geometry::TriangleMesh::ComputeAdjacencyList();
    File: cpp/open3d/t/geometry/TriangleMesh.cpp

  2. Write the Python binding:
    open3d.t.geometry.TriangleMesh.compute_adjacency_list()
    File: cpp/pybind/t/geometry/trianglemesh.cpp

  3. Write C++ and python unit tests integrated with Open3D's unit test system.
    Files: cpp/tests/t/geometry/TriangleMesh.cpp and
    python/test/t/geometry/test_trianglemesh.py

Copy link

update-docs bot commented Dec 12, 2024

Thanks for submitting this pull request! The maintainers of this repository would appreciate if you could update the CHANGELOG.md based on your changes.

@ssheorey ssheorey self-requested a review December 12, 2024 17:55
@ssheorey
Copy link
Member

Moved to PR #7094

@ssheorey ssheorey closed this Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants