VTK  9.1.0
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 "vtkAcceleratorsVTKmFiltersModule.h" // For export macro
29
31
32class VTKACCELERATORSVTKMFILTERS_EXPORT vtkmPointTransform : public vtkPointSetAlgorithm
33{
34public:
36 void PrintSelf(ostream& os, vtkIndent indent) override;
37
39
41
47
49
50protected:
54 vtkInformationVector* outputVector) override;
57
58private:
60 void operator=(const vtkmPointTransform&) = delete;
61};
62
63#endif
superclass for homogeneous transformations
a simple class to control print indentation
Definition: vtkIndent.h:113
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.
static vtkmPointTransform * New()
vtkHomogeneousTransform * Transform
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
~vtkmPointTransform() override
@ Transform
Definition: vtkX3D.h:47
@ info
Definition: vtkX3D.h:382
@ port
Definition: vtkX3D.h:453