Skip to content

TransformPolyDataFilter

Introduction

vtkTransformPolyDataFilter is a filter to transform point coordinates and associated point and cell normals and vectors. Other point and cell data is passed through the filter unchanged. This filter is specialized for polygonal data.

Methods

extend

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

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

getOutputPointsPrecision

Get the output points precision.

getTransform

Get the transform used by this filter.

newInstance

Method used to create a new instance of vtkTransformPolyDataFilter.

ArgumentTypeRequiredDescription
initialValuesITransformPolyDataFilterInitialValuesNofor pre-setting some of its content

requestData

ArgumentTypeRequiredDescription
inDataYes
outDataYes

setOutputPointsPrecision

Set the output points precision.

ArgumentTypeRequiredDescription
precisionDesiredOutputPrecisionYes

setTransform

Set the transform used by this filter.

ArgumentTypeRequiredDescription
transformvtkTransformYes