-
-
Notifications
You must be signed in to change notification settings - Fork 655
Closed
Milestone
Description
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
andignore_supfaces
by outsourcing the common code toignore_subsets
.Follow up:
Use face iterator to obtain the meet of (some) vertices or the join of (some) facets.
Depends on #29654
Component: geometry
Keywords: polyhedron, face iterator
Author: Jonathan Kliem
Branch/Commit: fc84ffa
Reviewer: Travis Scrimshaw
Issue created by migration from https://trac.sagemath.org/ticket/29681