VTK
9.4.20251007
Main Page
Related Pages
Topics
Namespaces
Classes
Files
File List
File Members
Accelerators
Vtkm
Filters
vtkmPointTransform.h
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2
// SPDX-License-Identifier: BSD-3-Clause
11
12
#ifndef vtkmPointTransform_h
13
#define vtkmPointTransform_h
14
15
#include "vtkAcceleratorsVTKmFiltersModule.h"
// For export macro
16
#include "
vtkPointSetAlgorithm.h
"
17
#include "
vtkmlib/vtkmInitializer.h
"
// Need for initializing vtk-m
18
19
VTK_ABI_NAMESPACE_BEGIN
20
class
vtkHomogeneousTransform
;
21
22
class
VTKACCELERATORSVTKMFILTERS_EXPORT
vtkmPointTransform
:
public
vtkPointSetAlgorithm
23
{
24
public
:
25
vtkTypeMacro(
vtkmPointTransform
,
vtkPointSetAlgorithm
);
26
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
27
28
static
vtkmPointTransform
*
New
();
29
31
34
void
SetTransform
(
vtkHomogeneousTransform
* tf);
35
vtkGetObjectMacro(
Transform
,
vtkHomogeneousTransform
);
37
38
int
FillInputPortInformation
(
int
port,
vtkInformation
* info)
override
;
39
40
protected
:
41
vtkmPointTransform
();
42
~vtkmPointTransform
()
override
;
43
int
RequestDataObject
(
vtkInformation
* request,
vtkInformationVector
** inputVector,
44
vtkInformationVector
* outputVector)
override
;
45
int
RequestData
(
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*)
override
;
46
vtkHomogeneousTransform
*
Transform
;
47
48
private
:
49
vtkmPointTransform
(
const
vtkmPointTransform
&) =
delete
;
50
void
operator=(
const
vtkmPointTransform
&) =
delete
;
51
vtkmInitializer
Initializer;
52
};
53
54
VTK_ABI_NAMESPACE_END
55
#endif
vtkHomogeneousTransform
superclass for homogeneous transformations
Definition
vtkHomogeneousTransform.h:26
vtkIndent
a simple class to control print indentation
Definition
vtkIndent.h:29
vtkInformationVector
Store zero or more vtkInformation instances.
Definition
vtkInformationVector.h:31
vtkInformation
Store vtkAlgorithm input/output information.
Definition
vtkInformation.h:63
vtkPointSetAlgorithm::vtkPointSetAlgorithm
vtkPointSetAlgorithm()
vtkmPointTransform::FillInputPortInformation
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
vtkmPointTransform::RequestData
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
vtkmPointTransform::RequestDataObject
int RequestDataObject(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
This is called by the superclass.
vtkmPointTransform::SetTransform
void SetTransform(vtkHomogeneousTransform *tf)
Specify the transform object used to transform the points.
vtkmPointTransform::New
static vtkmPointTransform * New()
vtkmPointTransform::Transform
vtkHomogeneousTransform * Transform
Definition
vtkmPointTransform.h:46
vtkmPointTransform::vtkmPointTransform
vtkmPointTransform()
vtkmPointTransform::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkmPointTransform::~vtkmPointTransform
~vtkmPointTransform() override
vtkmInitializer
Definition
vtkmInitializer.h:13
vtkPointSetAlgorithm.h
vtkmInitializer.h
Generated on
for VTK by
1.14.0