VTK
9.0.20210301
Filters
General
vtkDataSetGradient.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkDataSetGradient.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
=========================================================================*/
29
#ifndef vtkDataSetGradient_h
30
#define vtkDataSetGradient_h
31
32
#include "
vtkDataSetAlgorithm.h
"
33
#include "vtkFiltersGeneralModule.h"
// For export macro
34
35
class
VTKFILTERSGENERAL_EXPORT
vtkDataSetGradient
:
public
vtkDataSetAlgorithm
36
{
37
public
:
38
static
vtkDataSetGradient
*
New
();
39
vtkTypeMacro(
vtkDataSetGradient
,
vtkDataSetAlgorithm
);
40
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
41
43
46
vtkSetStringMacro(ResultArrayName);
47
vtkGetStringMacro(ResultArrayName);
49
50
protected
:
51
vtkDataSetGradient
();
52
~vtkDataSetGradient
()
override
;
53
54
int
RequestData
(
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*)
override
;
55
56
char
*
ResultArrayName
;
57
58
private
:
59
vtkDataSetGradient
(
const
vtkDataSetGradient
&) =
delete
;
60
void
operator=(
const
vtkDataSetGradient
&) =
delete
;
61
};
62
63
#endif
/* VTK_DATA_SET_GRADIENT_H */
vtkDataSetGradient::ResultArrayName
char * ResultArrayName
Definition:
vtkDataSetGradient.h:56
vtkInformationVector
Store zero or more vtkInformation instances.
Definition:
vtkInformationVector.h:36
vtkDataSetGradient::vtkDataSetGradient
vtkDataSetGradient()
vtkDataSetAlgorithm
Superclass for algorithms that produce output of the same type as input.
Definition:
vtkDataSetAlgorithm.h:49
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:34
vtkDataSetGradient::RequestData
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when a request asks the algorithm to do its work.
vtkInformation
Store vtkAlgorithm input/output information.
Definition:
vtkInformation.h:74
vtkDataSetAlgorithm.h
vtkDataSetGradient::~vtkDataSetGradient
~vtkDataSetGradient() override
vtkDataSetGradient::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkDataSetGradient::New
static vtkDataSetGradient * New()
vtkDataSetGradient
computes scalar field gradient
Definition:
vtkDataSetGradient.h:36
Generated on Tue Mar 2 2021 04:43:03 for VTK by
1.8.20