VTK  9.6.20260523
vtkTransformPolyDataFilter.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2// SPDX-License-Identifier: BSD-3-Clause
106
107#ifndef vtkTransformPolyDataFilter_h
108#define vtkTransformPolyDataFilter_h
109
110#include "vtkDeprecation.h" // for deprecation macro
111#include "vtkFiltersGeneralModule.h" // For export macro
112#include "vtkPolyDataAlgorithm.h"
113
114VTK_ABI_NAMESPACE_BEGIN
116
118 "Replaced by vtkTransformFilter.") VTKFILTERSGENERAL_EXPORT vtkTransformPolyDataFilter
119 : public vtkPolyDataAlgorithm
120{
121public:
123
129 void PrintSelf(ostream& os, vtkIndent indent) override;
131
136
138
142 vtkGetObjectMacro(Transform, vtkAbstractTransform);
144
146
151 vtkSetMacro(OutputPointsPrecision, int);
152 vtkGetMacro(OutputPointsPrecision, int);
154
155protected:
158
160
163
164private:
166 void operator=(const vtkTransformPolyDataFilter&) = delete;
167};
168
169VTK_ABI_NAMESPACE_END
170#endif
superclass for all geometric transformations
a simple class to control print indentation
Definition vtkIndent.h:108
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for instantiation, obtaining type information, and printing.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
static vtkTransformPolyDataFilter * New()
Standard methods for instantiation, obtaining type information, and printing.
virtual void SetTransform(vtkAbstractTransform *)
Specify the transform object used to transform points.
~vtkTransformPolyDataFilter() override
vtkMTimeType GetMTime() override
Return the MTime also considering the transform.
#define VTK_DEPRECATED_IN_9_7_0(reason)
vtkTypeUInt32 vtkMTimeType
Definition vtkType.h:318