vmtkmeshtransformtoras
Description
transform a mesh generated in XYZ image space into RAS space
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 | Mesh | vtkPolyData | 1 | | | the input mesh |
ifile | MeshInputFileName | str | 1 | | | filename for the default Mesh reader |
matrix | XyzToRasMatrixCoefficients | float | 16 | | None | coefficients of XYZToRAS transform matrix |
ofile | MeshOutputFileName | str | 1 | | | filename for the default Mesh 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 | Mesh | vtkPolyData | 1 | | | the output mesh |