vmtkbranchmetrics
Description
Takes a centerline and input surface, already split into branches (with centerline attributes calculated) and calculates the surface angular and abscissa metric.
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 | Surface | vtkPolyData | 1 | | | |
| ifile | SurfaceInputFileName | str | 1 | | | filename for the default Surface reader |
| centerlines | Centerlines | vtkPolyData | 1 | | | |
| centerlinesfile | CenterlinesInputFileName | str | 1 | | | filename for the default Centerlines reader |
| abscissametric | ComputeAbscissaMetric | bool | 1 | | 1 | |
| angularmetric | ComputeAngularMetric | bool | 1 | | 1 | |
| abscissasarray | AbscissasArrayName | str | 1 | | Abscissas | |
| normalsarray | NormalsArrayName | str | 1 | | ParallelTransportNormals | |
| groupidsarray | GroupIdsArrayName | str | 1 | | GroupIds | |
| centerlineidsarray | CenterlineIdsArrayName | str | 1 | | CenterlineIds | |
| tractidsarray | TractIdsArrayName | str | 1 | | TractIds | |
| radiusarray | RadiusArrayName | str | 1 | | MaximumInscribedSphereRadius | |
| blankingarray | BlankingArrayName | str | 1 | | Blanking | |
| angularmetricarray | AngularMetricArrayName | str | 1 | | AngularMetric | |
| abscissametricarray | AbscissaMetricArrayName | str | 1 | | AbscissaMetric | |
| ofile | SurfaceOutputFileName | str | 1 | | | filename for the default Surface 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 | Surface | vtkPolyData | 1 | | | |
| angularmetricarray | AngularMetricArrayName | str | 1 | | AngularMetric | |
| abscissametricarray | AbscissaMetricArrayName | str | 1 | | AbscissaMetric | |