VTK
9.1.0
Accelerators
Vtkm
Filters
vtkmPolyDataNormals.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkmPolyDataNormals.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
=========================================================================*/
42
#ifndef vtkmPolyDataNormals_h
43
#define vtkmPolyDataNormals_h
44
45
#include "vtkAcceleratorsVTKmFiltersModule.h"
// for export macro
46
#include "
vtkPolyDataNormals.h
"
47
48
class
VTKACCELERATORSVTKMFILTERS_EXPORT
vtkmPolyDataNormals
:
public
vtkPolyDataNormals
49
{
50
public
:
51
vtkTypeMacro(
vtkmPolyDataNormals
,
vtkPolyDataNormals
);
52
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
53
static
vtkmPolyDataNormals
*
New
();
54
56
62
vtkGetMacro(ForceVTKm,
vtkTypeBool
);
63
vtkSetMacro(ForceVTKm,
vtkTypeBool
);
64
vtkBooleanMacro(ForceVTKm,
vtkTypeBool
);
66
67
protected
:
68
vtkmPolyDataNormals
();
69
~vtkmPolyDataNormals
()
override
;
70
71
int
RequestData
(
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*)
override
;
72
73
vtkTypeBool
ForceVTKm =
false
;
74
75
private
:
76
vtkmPolyDataNormals
(
const
vtkmPolyDataNormals
&) =
delete
;
77
void
operator=(
const
vtkmPolyDataNormals
&) =
delete
;
78
};
79
80
#endif // vtkmPolyDataNormals_h
vtkmPolyDataNormals::~vtkmPolyDataNormals
~vtkmPolyDataNormals() override
vtkInformationVector
Store zero or more vtkInformation instances.
Definition:
vtkInformationVector.h:145
vtkmPolyDataNormals::vtkmPolyDataNormals
vtkmPolyDataNormals()
vtkPolyDataNormals
compute normals for polygonal mesh
Definition:
vtkPolyDataNormals.h:177
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:113
vtkmPolyDataNormals::RequestData
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
vtkPolyDataNormals.h
vtkInformation
Store vtkAlgorithm input/output information.
Definition:
vtkInformation.h:183
vtkmPolyDataNormals::New
static vtkmPolyDataNormals * New()
vtkmPolyDataNormals
compute normals for polygonal mesh
Definition:
vtkmPolyDataNormals.h:49
vtkmPolyDataNormals::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkTypeBool
int vtkTypeBool
Definition:
vtkABI.h:69
Generated on Fri Nov 5 2021 00:10:31 for VTK by
1.8.20