vmtkcenterlinemerge
Description
merge centerline tracts belonging to the same groups
Input arguments
Argument | Variable | Type | Length | Range | Default | Description |
id | Id | str | 1 | | 0 | script id |
handle | Self | self | 1 | | | handle to self |
disabled | Disabled | bool | 1 | | 0 | disable execution and piping |
i | Centerlines | vtkPolyData | 1 | | | the input centerlines |
ifile | CenterlinesInputFileName | str | 1 | | | filename for the default Centerlines reader |
radiusarray | RadiusArrayName | str | 1 | | MaximumInscribedSphereRadius | name of the array where centerline radius is stored |
groupidsarray | GroupIdsArrayName | str | 1 | | GroupIds | name of the array where centerline group ids are stored |
centerlineidsarray | CenterlineIdsArrayName | str | 1 | | CenterlineIds | name of the array where centerline ids are stored |
tractidsarray | TractIdsArrayName | str | 1 | | TractIds | name of the array where centerline tract ids are stored |
blankingarray | BlankingArrayName | str | 1 | | Blanking | name of the array where centerline blanking information about branches is stored |
length | Length | float | 1 | (0.0,) | 0.0 | length of the resampling interval |
mergeblanked | MergeBlanked | bool | 1 | | 1 | toggle generation of segments for blanked groups |
ofile | CenterlinesOutputFileName | str | 1 | | | filename for the default Centerlines writer |
Output arguments
Argument | Variable | Type | Length | Range | Default | Description |
id | Id | str | 1 | | 0 | script id |
handle | Self | self | 1 | | | handle to self |
o | Centerlines | vtkPolyData | 1 | | | the output centerlines |