VTK
dox
Accelerators
Vtkm
vtkmTriangleMeshPointNormals.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkmTriangleMeshPointNormals.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
=========================================================================*/
47
#ifndef vtkmTriangleMeshPointNormals_h
48
#define vtkmTriangleMeshPointNormals_h
49
50
#include "
vtkTriangleMeshPointNormals.h
"
51
#include "vtkAcceleratorsVTKmModule.h"
// for export macro
52
53
class
VTKACCELERATORSVTKM_EXPORT
vtkmTriangleMeshPointNormals
54
:
public
vtkTriangleMeshPointNormals
55
{
56
public
:
57
vtkTypeMacro(
vtkmTriangleMeshPointNormals
,
vtkTriangleMeshPointNormals
)
58
void PrintSelf(ostream& os,
vtkIndent
indent) override;
59
static
vtkmTriangleMeshPointNormals
* New();
60
61
protected:
62
vtkmTriangleMeshPointNormals
();
63
~
vtkmTriangleMeshPointNormals
();
64
65
int
RequestData(
vtkInformation
*,
vtkInformationVector
**,
66
vtkInformationVector
*) override;
67
68
private:
69
vtkmTriangleMeshPointNormals
(const
vtkmTriangleMeshPointNormals
&) = delete;
70
void
operator=(const
vtkmTriangleMeshPointNormals
&) = delete;
71
};
72
73
#endif // vtkmTriangleMeshPointNormals_h
74
// VTK-HeaderTest-Exclude: vtkmTriangleMeshPointNormals.h
vtkInformationVector
Store zero or more vtkInformation instances.
Definition:
vtkInformationVector.h:42
vtkmTriangleMeshPointNormals
compute point normals for triangle mesh
Definition:
vtkmTriangleMeshPointNormals.h:55
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:40
vtkTriangleMeshPointNormals
compute point normals for triangle mesh
Definition:
vtkTriangleMeshPointNormals.h:76
vtkTriangleMeshPointNormals.h
vtkInformation
Store vtkAlgorithm input/output information.
Definition:
vtkInformation.h:87
Generated by
1.8.20