Purpose

The module SplitGraph filters a Graph by removing all edges where the first skeleton’s label is not equal to the set Label Value.

Details

The vessel voxels that were assigned to the removed edges are re-assigned to the remaining adjacent edges where reasonable.

Windows

Default Panel

../../../Projects/MLGraphEditing/Modules/mhelp/Images/Screenshots/SplitGraph._default.png

Input Fields

inGraph

name: inGraph, type: Graph(MLBase)
For accessing this object via scripting see the Scripting Reference: MLGraphWrapper.

Output Fields

outGraph

name: outGraph, type: Graph(MLBase)
For accessing this object via scripting see the Scripting Reference: MLGraphWrapper.

Parameter Fields

Visible Fields

Label Value

name: labelValue, type: Float, default: 0

Sets a label value; edges where the first skeleton has a different label value than this field’s are removed from the Graph.

Update

name: update, type: Trigger