VTK
vtkTransformPolyDataFilter.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkTransformPolyDataFilter.h
5 
6  Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7  All rights reserved.
8  See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9 
10  This software is distributed WITHOUT ANY WARRANTY; without even
11  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12  PURPOSE. See the above copyright notice for more information.
13 
14 =========================================================================*/
43 #ifndef vtkTransformPolyDataFilter_h
44 #define vtkTransformPolyDataFilter_h
45 
46 #include "vtkFiltersGeneralModule.h" // For export macro
47 #include "vtkPolyDataAlgorithm.h"
48 
50 
51 class VTKFILTERSGENERAL_EXPORT vtkTransformPolyDataFilter : public vtkPolyDataAlgorithm
52 {
53 public:
56  void PrintSelf(ostream& os, vtkIndent indent) VTK_OVERRIDE;
57 
61  vtkMTimeType GetMTime() VTK_OVERRIDE;
62 
64 
67  virtual void SetTransform(vtkAbstractTransform*);
68  vtkGetObjectMacro(Transform,vtkAbstractTransform);
70 
72 
77  vtkSetMacro(OutputPointsPrecision,int);
78  vtkGetMacro(OutputPointsPrecision,int);
80 
81 protected:
83  ~vtkTransformPolyDataFilter() VTK_OVERRIDE;
84 
85  int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) VTK_OVERRIDE;
86 
87  vtkAbstractTransform *Transform;
88  int OutputPointsPrecision;
89 private:
90  vtkTransformPolyDataFilter(const vtkTransformPolyDataFilter&) VTK_DELETE_FUNCTION;
91  void operator=(const vtkTransformPolyDataFilter&) VTK_DELETE_FUNCTION;
92 };
93 
94 #endif
Store vtkAlgorithm input/output information.
transform points and associated normals and vectors for polygonal dataset
vtkTypeUInt64 vtkMTimeType
Definition: vtkType.h:248
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
Definition: vtkIndent.h:39
superclass for all geometric transformations
virtual vtkMTimeType GetMTime()
Return this object's modified time.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
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.
Transform
Definition: ADIOSDefs.h:39