Skip to content

ImageDataOutlineFilter

Introduction

vtkImageDataOutlineFilter - A filter that generates oriented outline for vtkImageData.

vtkImageDataOutlineFilter is a filter that generates a wireframe or triangulated rectangular-cuboid as an outline of an input vtkImageData. It takes into account the orientation / DirectionMatrix of the image, so the output outline may not be axes aligned.

Methods

extend

Method used to decorate a given object (publicAPI+model) with vtkImageDataOutlineFilter characteristics.

ArgumentTypeRequiredDescription
publicAPIYesobject on which methods will be bounds (public)
modelYesobject on which data structure will be bounds (protected)
initialValuesIImageDataOutlineFilterInitialValuesNo(default: {})

getGenerateFaces

Flag that indicates whether the output will generate faces of the outline.

Returns

TypeDescription
boolean

getGenerateLines

Flag that indicates whether the output will generate wireframe lines of the outline.

Returns

TypeDescription
boolean

newInstance

Method used to create a new instance of vtkImageDataOutlineFilter

ArgumentTypeRequiredDescription
initialValuesIImageDataOutlineFilterInitialValuesNofor pre-setting some of its content

requestData

ArgumentTypeRequiredDescription
inDataYes
outDataYes

setGenerateFaces

Flag to indicate that the output should generate triangulated faces of the outline.

ArgumentTypeRequiredDescription
generateFacesbooleanYes

setGenerateLines

Flag to indicate that the output should generate wireframe of the outline.

ArgumentTypeRequiredDescription
generateLinesbooleanYes