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 =========================================================================*/
40 #ifndef vtkTransformFilter_h
41 #define vtkTransformFilter_h
42 
43 #include "vtkFiltersGeneralModule.h" // For export macro
44 #include "vtkPointSetAlgorithm.h"
45 
47 
49 {
50 public:
51  static vtkTransformFilter *New();
53  void PrintSelf(ostream& os, vtkIndent indent);
54 
56  unsigned long GetMTime();
57 
59 
60  virtual void SetTransform(vtkAbstractTransform*);
61  vtkGetObjectMacro(Transform,vtkAbstractTransform);
63 
65 
67 
70  vtkSetMacro(OutputPointsPrecision,int);
71  vtkGetMacro(OutputPointsPrecision,int);
73 
74 protected:
77 
78  int RequestDataObject(vtkInformation *request,
79  vtkInformationVector **inputVector,
80  vtkInformationVector *outputVector);
84 
87 private:
88  vtkTransformFilter(const vtkTransformFilter&); // Not implemented.
89  void operator=(const vtkTransformFilter&); // Not implemented.
90 };
91 
92 #endif
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Store vtkAlgorithm input/output information.
virtual int RequestDataObject(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
virtual unsigned long GetMTime()
a simple class to control print indentation
Definition: vtkIndent.h:38
superclass for all geometric transformations
Superclass for algorithms that produce output of the same type as input.
#define VTKFILTERSGENERAL_EXPORT
vtkAbstractTransform * Transform
static vtkPointSetAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
transform points and associated normals and vectors
Store zero or more vtkInformation instances.
virtual int FillInputPortInformation(int port, vtkInformation *info)