vmtk
Recent Changes - Search:

vmtk

projects

links

edit SideBar

VmtkScripts / Vmtksurfacedistance

vmtksurfacedistance

Description

compute the pointwise minimum distance of the input surface from a reference surface

Input arguments

ArgumentVariableTypeLengthRangeDefaultDescription
idIdint1 0script id
handleSelfself1  handle to self
disabledDisabledbool1 0disable execution and piping
iSurfacevtkPolyData1  the input surface
ifileSurfaceInputFileNamestr1  filename for the default Surface reader
rReferenceSurfacevtkPolyData1  the reference surface
rfileReferenceSurfaceInputFileNamestr1  filename for the default ReferenceSurface reader
distancearrayDistanceArrayNamestr1  name of the array where the distance of the input surface to the reference surface has to be stored
distancevectorsarrayDistanceVectorsArrayNamestr1  name of the array where the distance vectors of the input surface to the reference surface has to be stored
signeddistancearraySignedDistanceArrayNamestr1  name of the array where the signed distance of the input surface to the reference surface is stored; distance is positive if distance vector and normal to the reference surface have negative dot product, i.e. if the input surface is outer with respect to the reference surface
flipnormalsFlipNormalsbool1 0flip normals to the reference surface after computing them
ofileSurfaceOutputFileNamestr1  filename for the default Surface writer

Output arguments

ArgumentVariableTypeLengthRangeDefaultDescription
idIdint1 0script id
handleSelfself1  handle to self
oSurfacevtkPolyData1  the output surface
Edit - History - Print - Recent Changes - Search
Page last modified on September 05, 2010, at 01:07 PM