EdgeID

class pygamer.surfacemesh.EdgeID

Wrapper around gamer::SurfaceMesh::SimplexID<2> object

This is a token to represent a 2-simplex object. It serves as a reference to the actual object.

Methods

EdgeID.__init__(*args, **kwargs)

Initialize self.

EdgeID.cover(self)

Get the coboundary relations of this simplex.

EdgeID.data(self)

Access the data stored on the edge.

EdgeID.indices(self)

Get the indices of this simplex.

EdgeID.isValid(self)

Checks if EdgeID refers to a valid simplex.

Attributes

EdgeID.dataro

Access the data stored on the edge.