VTK
9.0.1
Accelerators
Vtkm
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 "vtkAcceleratorsVTKmModule.h"
// for export macro
46
#include "
vtkPolyDataNormals.h
"
47
48
class
VTKACCELERATORSVTKM_EXPORT
vtkmPolyDataNormals
:
public
vtkPolyDataNormals
49
{
50
public
:
51
vtkTypeMacro(
vtkmPolyDataNormals
,
vtkPolyDataNormals
);
52
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
53
static
vtkmPolyDataNormals
*
New
();
54
55
protected
:
56
vtkmPolyDataNormals
();
57
~
vtkmPolyDataNormals
()
override
;
58
59
int
RequestData
(
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*)
override
;
60
61
private
:
62
vtkmPolyDataNormals
(
const
vtkmPolyDataNormals
&) =
delete
;
63
void
operator=(
const
vtkmPolyDataNormals
&) =
delete
;
64
};
65
66
#endif // vtkmPolyDataNormals_h
67
// VTK-HeaderTest-Exclude: vtkmPolyDataNormals.h
vtkPolyDataNormals::RequestData
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
vtkInformationVector
Store zero or more vtkInformation instances.
Definition:
vtkInformationVector.h:35
vtkPolyDataNormals
compute normals for polygonal mesh
Definition:
vtkPolyDataNormals.h:67
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:33
vtkPolyDataNormals.h
vtkInformation
Store vtkAlgorithm input/output information.
Definition:
vtkInformation.h:73
vtkPolyDataNormals::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkPolyDataNormals::New
static vtkPolyDataNormals * New()
Construct with feature angle=30, splitting and consistency turned on, flipNormals turned off,...
vtkmPolyDataNormals
compute normals for polygonal mesh
Definition:
vtkmPolyDataNormals.h:48
Generated on Thu Jun 25 2020 08:30:12 for VTK by
1.8.17