CellID¶
- class pygamer.tetmesh.CellID¶
Wrapper around
gamer::TetMesh::SimplexID<4> objectThis is a token to represent a 4-simplex object. It serves as a reference to the actual object.
Methods
CellID.__init__(*args, **kwargs)Initialize self.
CellID.data(self)Access the data stored on the 4-simplex
CellID.indices(self)Get the indices of this simplex.
CellID.isValid(self)Checks if CellID refers to a valid simplex.