cellcomplex.property_topomesh.temporal_property_topomesh module

class cellcomplex.property_topomesh.temporal_property_topomesh.TemporalPropertyTopomesh(degree=3, topomesh=None, **kwds)[source]

Bases: cellcomplex.property_topomesh.property_topomesh.PropertyTopomesh

add_wisp(degree, wid=None)[source]

add a new wisp connected to nothing if wid is None, create a free id return used wid

ancestors(degree, wid)[source]
has_predecessor(degree, wid)[source]
predecessors(degree, wid)[source]
relate(degree, wid, successor_wid)[source]
successors(degree, wid)[source]
unrelate(degree, wid, successor_wid)[source]
cellcomplex.property_topomesh.temporal_property_topomesh.compute_temporal_topomesh_property(topomesh, property_name, degree=0, positions=None, verbose=False)[source]