vmtkimagelinetracer
Description
interactively trace lines on 3D images; press n and p to move to the next and previous slice, respectively
Input arguments
| Argument | Variable | Type | Length | Range | Default | Description |
| id | Id | int | 1 | | 0 | script id |
| handle | Self | self | 1 | | | handle to self |
| disabled | Disabled | bool | 1 | | 0 | disable execution and piping |
| i | Image | vtkImageData | 1 | | | the input image |
| ifile | ImageInputFileName | str | 1 | | | filename for the default Image reader |
| renderer | vmtkRenderer | vmtkRenderer | 1 | | | external renderer |
| axis | Axis | int | 1 | | 2 | id of the drawing plane normal |
| autoclose | AutoClose | bool | 1 | | 0 | toggle auto close line |
| linefile | LineOutputFileName | str | 1 | | | filename for the default Line writer |
Output arguments
| Argument | Variable | Type | Length | Range | Default | Description |
| id | Id | int | 1 | | 0 | script id |
| handle | Self | self | 1 | | | handle to self |
| line | Line | vtkPolyData | 1 | | | the output line |