VTK  9.3.1
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
28 #ifndef vtkTransformPolyDataFilter_h
29 #define vtkTransformPolyDataFilter_h
30 
31 #include "vtkFiltersGeneralModule.h" // For export macro
32 #include "vtkPolyDataAlgorithm.h"
33 
34 VTK_ABI_NAMESPACE_BEGIN
36 
37 class VTKFILTERSGENERAL_EXPORT vtkTransformPolyDataFilter : public vtkPolyDataAlgorithm
38 {
39 public:
41 
47  void PrintSelf(ostream& os, vtkIndent indent) override;
49 
53  vtkMTimeType GetMTime() override;
54 
56 
59  virtual void SetTransform(vtkAbstractTransform*);
60  vtkGetObjectMacro(Transform, vtkAbstractTransform);
62 
64 
69  vtkSetMacro(OutputPointsPrecision, int);
70  vtkGetMacro(OutputPointsPrecision, int);
72 
73 protected:
75  ~vtkTransformPolyDataFilter() override;
76 
78 
81 
82 private:
84  void operator=(const vtkTransformPolyDataFilter&) = delete;
85 };
86 
87 VTK_ABI_NAMESPACE_END
88 #endif
Store vtkAlgorithm input/output information.
vtkTypeUInt32 vtkMTimeType
Definition: vtkType.h:270
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
transform points and associated normals and vectors for polygonal dataset
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
Definition: vtkIndent.h:28
superclass for all geometric transformations
virtual vtkMTimeType GetMTime()
Return this object's modified time.
Store zero or more vtkInformation instances.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.