VTK
9.0.1
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 "vtkAcceleratorsVTKmModule.h"
// for export macro
51
#include "
vtkTriangleMeshPointNormals.h
"
52
53
class
VTKACCELERATORSVTKM_EXPORT
vtkmTriangleMeshPointNormals
:
public
vtkTriangleMeshPointNormals
54
{
55
public
:
56
vtkTypeMacro(
vtkmTriangleMeshPointNormals
,
vtkTriangleMeshPointNormals
);
57
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
58
static
vtkmTriangleMeshPointNormals
*
New
();
59
60
protected
:
61
vtkmTriangleMeshPointNormals
();
62
~
vtkmTriangleMeshPointNormals
()
override
;
63
64
int
RequestData
(
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*)
override
;
65
66
private
:
67
vtkmTriangleMeshPointNormals
(
const
vtkmTriangleMeshPointNormals
&) =
delete
;
68
void
operator=(
const
vtkmTriangleMeshPointNormals
&) =
delete
;
69
};
70
71
#endif // vtkmTriangleMeshPointNormals_h
72
// VTK-HeaderTest-Exclude: vtkmTriangleMeshPointNormals.h
vtkInformationVector
Store zero or more vtkInformation instances.
Definition:
vtkInformationVector.h:35
vtkTriangleMeshPointNormals::New
static vtkTriangleMeshPointNormals * New()
vtkTriangleMeshPointNormals::RequestData
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
vtkTriangleMeshPointNormals::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkmTriangleMeshPointNormals
compute point normals for triangle mesh
Definition:
vtkmTriangleMeshPointNormals.h:53
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:33
vtkTriangleMeshPointNormals
compute point normals for triangle mesh
Definition:
vtkTriangleMeshPointNormals.h:71
vtkTriangleMeshPointNormals.h
vtkInformation
Store vtkAlgorithm input/output information.
Definition:
vtkInformation.h:73
Generated on Thu Jun 24 2021 15:17:26 for VTK by
1.8.17