문제

I would like to know that how can we access all tetrahedrons incident on a vertex in a CGAL 3D triangulation?

I have seen cell() function for vertex, but it seems to allow access to one(arbitrarily selected?) tetrahedron only.

도움이 되었습니까?

해결책 2

I had trouble using the incident_cells() function as I was not sure how to use the OutputIterators. This CGAL forum discussion exactly answers my question(with a code example).

다른 팁

The answer you are looking for should be TDS::incident_cells.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top