VTK  9.0.2
vtkmPointTransform.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 =========================================================================*/
24 #ifndef vtkmPointTransform_h
25 #define vtkmPointTransform_h
26 
27 #include "vtkAcceleratorsVTKmModule.h" // For export macro
28 #include "vtkPointSetAlgorithm.h"
29 
31 
32 class VTKACCELERATORSVTKM_EXPORT vtkmPointTransform : public vtkPointSetAlgorithm
33 {
34 public:
36  void PrintSelf(ostream& os, vtkIndent indent) override;
37 
39 
41 
45  vtkGetObjectMacro(Transform, vtkHomogeneousTransform);
47 
49 
50 protected:
52  ~vtkmPointTransform() override;
54  vtkInformationVector* outputVector) override;
57 
58 private:
59  vtkmPointTransform(const vtkmPointTransform&) = delete;
60  void operator=(const vtkmPointTransform&) = delete;
61 };
62 
63 #endif
64 // VTK-HeaderTest-Exclude: vtkmPointTransform.h
superclass for homogeneous transformations
a simple class to control print indentation
Definition: vtkIndent.h:34
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
Superclass for algorithms that produce output of the same type as input.
transform points via vtkm PointTransform filter
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
int RequestDataObject(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
This is called by the superclass.
void SetTransform(vtkHomogeneousTransform *tf)
Specify the transform object used to transform the points.
vtkHomogeneousTransform * Transform
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
~vtkmPointTransform() override
static vtkmPointTransform * New()
@ Transform
Definition: vtkX3D.h:47
@ info
Definition: vtkX3D.h:382
@ port
Definition: vtkX3D.h:453