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.
| Argument | Type | Required | Description |
|---|---|---|---|
publicAPI | Yes | object on which methods will be bounds (public) | |
model | Yes | object on which data structure will be bounds (protected) | |
initialValues | ITransformPolyDataFilterInitialValues | No | (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.
| Argument | Type | Required | Description |
|---|---|---|---|
initialValues | ITransformPolyDataFilterInitialValues | No | for pre-setting some of its content |
requestData
| Argument | Type | Required | Description |
|---|---|---|---|
inData | Yes | ||
outData | Yes |
setOutputPointsPrecision
Set the output points precision.
| Argument | Type | Required | Description |
|---|---|---|---|
precision | DesiredOutputPrecision | Yes |
setTransform
Set the transform used by this filter.
| Argument | Type | Required | Description |
|---|---|---|---|
transform | vtkTransform | Yes |