vmtk
Recent Changes - Search:

vmtk

projects

links

edit SideBar

VmtkScripts / Vmtkpythonscript

vmtkpythonscript

Description

execute a python script contained in a file

Input arguments

ArgumentVariableTypeLengthRangeDefaultDescription
idIdint1 0script id
handleSelfself1  handle to self
disabledDisabledbool1 0disable execution and piping
imageImagevtkImageData1  the input image
imagefileImageInputFileNamestr1  filename for the default Image reader
image2Image2vtkImageData1  the second input image
image2fileImage2InputFileNamestr1  filename for the default Image2 reader
surfaceSurfacevtkPolyData1  the input surface
surfacefileSurfaceInputFileNamestr1  filename for the default Surface reader
surface2Surface2vtkPolyData1  the second input surface
surface2fileSurface2InputFileNamestr1  filename for the default Surface2 reader
meshMeshvtkUnstructuredGrid1  the input mesh
meshfileMeshInputFileNamestr1  filename for the default Mesh reader
mesh2Mesh2vtkUnstructuredGrid1  the second input mesh
mesh2fileMesh2InputFileNamestr1  filename for the default Mesh2 reader
scriptfilePythonScriptFileNamestr1  the name of the file were the Python script resides
oimagefileImageOutputFileNamestr1  filename for the default Image writer
osurfacefileSurfaceOutputFileNamestr1  filename for the default Surface writer
omeshfileMeshOutputFileNamestr1  filename for the default Mesh writer

Output arguments

ArgumentVariableTypeLengthRangeDefaultDescription
idIdint1 0script id
handleSelfself1  handle to self
oimageImagevtkImageData1  the output image
osurfaceSurfacevtkPolyData1  the output surface
omeshMeshvtkUnstructuredGrid1  the output mesh
Edit - History - Print - Recent Changes - Search
Page last modified on February 05, 2012, at 02:32 PM