Functions | |
def | getNullShapeShape (scale=1.0) |
def | makeCompoundFilter (name, into_group=None) |
Variables | |
int | DistConfusion = 1e-7 |
int | ParaConfusion = 1e-8 |
xrange = range | |
Function Documentation
◆ getNullShapeShape()
def CompoundTools.CompoundFilter.getNullShapeShape | ( | scale = 1.0 | ) |
obtains a shape intended ad a placeholder in case null shape was produced by an operation
Referenced by CompoundTools.CompoundFilter.makeCompoundFilter().
◆ makeCompoundFilter()
def CompoundTools.CompoundFilter.makeCompoundFilter | ( | name, | |
into_group = None |
|||
) |
makeCompoundFilter(name): makes a CompoundFilter object.
References CompoundTools.CompoundFilter.getNullShapeShape(), and CompoundTools.CompoundFilter.xrange.
Variable Documentation
◆ DistConfusion
int CompoundTools.CompoundFilter.DistConfusion = 1e-7 |
◆ ParaConfusion
int CompoundTools.CompoundFilter.ParaConfusion = 1e-8 |
◆ xrange
CompoundTools.CompoundFilter.xrange = range |
Referenced by CompoundTools.CompoundFilter.makeCompoundFilter().