SurfaceMesh.getCover()

Lives in: pygamer.surfacemesh

SurfaceMesh.getCover(*args, **kwargs)

Overloaded function.

  1. getCover(self: pygamer.surfacemesh.SurfaceMesh, arg0: pygamer.surfacemesh.VertexID) -> List[int]

    Get the cover of a vertex.

    Args:

    SimplexID (VertexID): VertexID to get the cover of.

    Returns:

    list: Cover of the vertex.

  2. getCover(self: pygamer.surfacemesh.SurfaceMesh, arg0: pygamer.surfacemesh.EdgeID) -> List[int]

    Get the cover of an edge.

    Args:

    SimplexID (EdgeID): EdgeID to get the cover of.

    Returns:

    list: Cover of the edge.