-
-
Notifications
You must be signed in to change notification settings - Fork 487
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Trac #29681: Small improvements for
FaceIterator_base
This ticket collects some small improvements for the the class `FaceIterator_base` and the inherited classes `FaceIterator`, `FaceIterator_geom`: - Add a method `reset`. - Add a method `current` that retrieves the last value of `__next__`. - Simplify the methods `ignore_subfaces` and `ignore_supfaces` by outsourcing the common code to `ignore_subsets`. Follow up: Use face iterator to obtain the meet of (some) vertices or the join of (some) facets. URL: https://trac.sagemath.org/29681 Reported by: gh-kliem Ticket author(s): Jonathan Kliem Reviewer(s): Travis Scrimshaw
- Loading branch information
Showing
3 changed files
with
135 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters