VTK
vtkTransformFilter.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkTransformFilter.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 =========================================================================*/
35 #ifndef vtkTransformFilter_h
36 #define vtkTransformFilter_h
37 
38 #include "vtkFiltersGeneralModule.h" // For export macro
39 #include "vtkPointSetAlgorithm.h"
40 
42 
43 class VTKFILTERSGENERAL_EXPORT vtkTransformFilter : public vtkPointSetAlgorithm
44 {
45 public:
46  static vtkTransformFilter *New();
48  void PrintSelf(ostream& os, vtkIndent indent) VTK_OVERRIDE;
49 
53  vtkMTimeType GetMTime() VTK_OVERRIDE;
54 
56 
59  virtual void SetTransform(vtkAbstractTransform*);
60  vtkGetObjectMacro(Transform,vtkAbstractTransform);
62 
63  int FillInputPortInformation(int port, vtkInformation *info) VTK_OVERRIDE;
64 
66 
71  vtkSetMacro(OutputPointsPrecision,int);
72  vtkGetMacro(OutputPointsPrecision,int);
74 
75 protected:
77  ~vtkTransformFilter() VTK_OVERRIDE;
78 
79  int RequestDataObject(vtkInformation *request,
80  vtkInformationVector **inputVector,
81  vtkInformationVector *outputVector) VTK_OVERRIDE;
82  int RequestData(vtkInformation *,
84  vtkInformationVector *) VTK_OVERRIDE;
85 
87  int OutputPointsPrecision;
88 private:
89  vtkTransformFilter(const vtkTransformFilter&) VTK_DELETE_FUNCTION;
90  void operator=(const vtkTransformFilter&) VTK_DELETE_FUNCTION;
91 };
92 
93 #endif
Store vtkAlgorithm input/output information.
vtkTypeUInt32 vtkMTimeType
Definition: vtkType.h:300
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
Definition: vtkIndent.h:33
superclass for all geometric transformations
virtual vtkMTimeType GetMTime()
Return this object's modified time.
Superclass for algorithms that produce output of the same type as input.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
static vtkPointSetAlgorithm * New()
transform points and associated normals and vectors
Store zero or more vtkInformation instances.
Transform
Definition: ADIOSDefs.h:39