Skip to content

Commit

Permalink
add vertex label accesss
Browse files Browse the repository at this point in the history
  • Loading branch information
natemacfadden committed Feb 4, 2024
1 parent 80c4f6d commit 3112c05
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions cytools/polytopeface.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,20 @@ def labels_int(self) -> tuple:

return self._labels_int

@property
def labels_vertices(self) -> tuple:
"""
**Description:**
Returns the labels of vertices in the face.
**Arguments:**
None.
**Returns:**
The labels of vertices in the face.
"""
return self._labels_vertices

def dimension(self) -> int:
"""
**Description:**
Expand Down

0 comments on commit 3112c05

Please sign in to comment.