vmtkcenterlineattributes
Description
compute centerline attributes like abscissa and parallel transport normals; this is a requried step for mapping
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 surface |
ifile | CenterlinesInputFileName | str | 1 | | | filename for the default Centerlines reader |
abscissasarray | AbscissasArrayName | str | 1 | | Abscissas | name of the array where centerline abscissas have to be stored |
normalsarray | NormalsArrayName | str | 1 | | ParallelTransportNormals | name of the array where parallel transport normals to the centerlines have to be stored |
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 | | | |
abscissasarray | AbscissasArrayName | str | 1 | | Abscissas | name of the array where centerline abscissas are stored |
normalsarray | NormalsArrayName | str | 1 | | ParallelTransportNormals | name of the array where parallel transport normals to the centerlines are stored |