vmtkcenterlinemodeller
Description
converts a centerline to an image containing the tube function
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 | | None | name of the array where radius values are stored |
| image | Image | vtkImageData | 1 | | | the input image to use as a reference |
| imagefile | ImageInputFileName | str | 1 | | | filename for the default Image reader |
| dimensions | SampleDimensions | int | 3 | (0,) | [64, 64, 64] | dimensions of the output image |
| bounds | ModelBounds | float | 6 | (0.0,) | None | model bounds in physical coordinates (if None, they are computed automatically) |
| negate | NegateFunction | bool | 1 | | 0 | produce a function that is negative inside the tube |
| ofile | ImageOutputFileName | str | 1 | | | filename for the default Image 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 | Image | vtkImageData | 1 | | | the output image |