cellcomplex.property_topomesh.property_topomesh module

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

Bases: cellcomplex.property_topomesh.topomesh.Topomesh

add_interface_property(property_name, degree, values=None)[source]

todo

add_wisp_property(property_name, degree, values=None)[source]

todo

extend(topomesh)[source]

todo

has_interface_property(property_name, degree, is_computed=False)[source]
has_wisp_property(property_name, degree, is_computed=False)[source]
interface(degree, wid1, wid2)[source]
interface_properties(degree)[source]

todo

interface_property(property_name, degree, wids=None)[source]

todo

interface_property_names(degree)[source]

todo

interfaces(degree)[source]
update_interface_property(property_name, degree, values, keys=None)[source]

todo

update_wisp_property(property_name, degree, values, keys=None, erase_property=True)[source]

todo

wisp_properties(degree)[source]

todo

wisp_property(property_name, degree, wids=None)[source]

todo

wisp_property_names(degree)[source]

todo