vmtk
Recent Changes - Search:

vmtk

projects

links

edit SideBar

VmtkScripts / Vmtkcenterlinesections

vmtkcenterlinesections

Description

compute geometric properties of sections located along centerlines. The script takes in input the surface and the relative centerlines.

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
centerlinesCenterlinesvtkPolyData1  the input centerlines
centerlinesfileCenterlinesInputFileNamestr1  filename for the default Centerlines reader
branchsectionareaCenterlineSectionAreaArrayNamestr1 CenterlineSectionAreaname of the array where the area of bifurcation sections have to be stored
branchsectionminsizeCenterlineSectionMinSizeArrayNamestr1 CenterlineSectionMinSizename of the array where the minimum diameter of each section has to be stored
branchsectionmaxsizeCenterlineSectionMaxSizeArrayNamestr1 CenterlineSectionMaxSizename of the array where the maximum diameter of each bifurcation sections has to be stored
centerlinesectionshapeCenterlineSectionShapeArrayNamestr1 CenterlineSectionShapename of the array where the shape index, i.e. the ratio between minimum and maximum diameter, of each bifurcation section has to be stored
branchsectionclosedCenterlineSectionClosedArrayNamestr1 CenterlineSectionClosedname of the array containing 1 if a section is closed and 0 otherwise
ofileCenterlineSectionsOutputFileNamestr1  filename for the default CenterlineSections writer
ocenterlinesfileCenterlinesOutputFileNamestr1  filename for the default Centerlines writer

Output arguments

ArgumentVariableTypeLengthRangeDefaultDescription
idIdint1 0script id
handleSelfself1  handle to self
oCenterlineSectionsvtkPolyData1  the output sections
ocenterlinesCenterlinesvtkPolyData1  the output centerlines
branchsectionareaCenterlineSectionAreaArrayNamestr1 CenterlineSectionAreaname of the array where the area of bifurcation sections are stored
branchsectionminsizeCenterlineSectionMinSizeArrayNamestr1 CenterlineSectionMinSizename of the array where the minimum diameter of each section are stored
branchsectionmaxsizeCenterlineSectionMaxSizeArrayNamestr1 CenterlineSectionMaxSizename of the array where the minimum diameter of each bifurcation sections has to be stored
centerlinesectionshapeCenterlineSectionShapeArrayNamestr1 CenterlineSectionShapename of the array where the shape index, i.e. the ratio between minimum and maximum diameter, of each bifurcation section are stored
branchsectionclosedCenterlineSectionClosedArrayNamestr1 CenterlineSectionClosedname of the array containing 1 if a section is closed and 0 otherwise
Edit - History - Print - Recent Changes - Search
Page last modified on September 09, 2010, at 01:25 AM