vmtkmeshpolyballevaluation
Description
evaluate the polyball function on the vertices of a mesh.
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 | vtkUnstructuredGrid | 1 | | | the input mesh |
ifile | MeshInputFileName | str | 1 | | | filename for the default Mesh reader |
polyball | PolyBall | vtkPolyData | 1 | | | the input polyball |
polyballfile | PolyBallInputFileName | str | 1 | | | filename for the default PolyBall reader |
type | Type | str | 1 | ["polyball","tubes"] | polyball | type of evaluation, polyball (set of disjoint spheres) or tubes (set of continuous tubes, e.g. centerlines) |
radiusarray | RadiusArrayName | str | 1 | | None | name of the array where the radius of polyballs is stored |
evaluationarray | EvaluationArrayName | str | 1 | | PolyBall | name of the array where the result of the polyball evaluation has to be stored |
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 | vtkUnstructuredGrid | 1 | | | the output mesh |