Initialize the underlying C++ object. Can be called multiple times if, for example, the triangulation is modified.
(self)
| 82 | return self._cpp_trifinder.get_tree_stats() |
| 83 | |
| 84 | def _initialize(self): |
| 85 | """ |
| 86 | Initialize the underlying C++ object. Can be called multiple times if, |
| 87 | for example, the triangulation is modified. |
| 88 | """ |
| 89 | self._cpp_trifinder.initialize() |
| 90 | |
| 91 | def _print_tree(self): |
| 92 | """ |
no test coverage detected