FibersToGraph¶
- MLModule¶
genre
author
package
dll
definition
keywords
Purpose¶
The module this converts a fiber set to a graph object so that other visualization methods can be used.
A fiber set can be visualized with SoFiberVis and a graph can be visualized with SoVascularSystem.
Windows¶
Default Panel¶
Input Fields¶
inputFiberSet¶
- name: inputFiberSet, type: MLBase¶
Output Fields¶
outputGraph¶
- name: outputGraph, type: MLBase¶
ml::Graph output
Parameter Fields¶
Visible Fields¶
Radius¶
- name: minRadius, type: Float, default: 1¶
Sets the radius for the generated vessel nodes.
Optimize¶
- name: optimize, type: Bool, default: TRUE¶
If checked, points from a fiber might be omitted in the generation that yield a angle of the adjacent edges.
Angle Threshold¶
- name: angleThreshold, type: Float, default: 0.99900001¶
Sets the angle threshold in radians for omitting low angular edges.