VTK
9.0.1
Accelerators
Vtkm
vtkmWarpScalar.h
Go to the documentation of this file.
1
//=============================================================================
2
//
3
// Copyright (c) Kitware, Inc.
4
// All rights reserved.
5
// See LICENSE.txt for details.
6
//
7
// This software is distributed WITHOUT ANY WARRANTY; without even
8
// the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
9
// PURPOSE. See the above copyright notice for more information.
10
//
11
// Copyright 2012 Sandia Corporation.
12
// Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation,
13
// the U.S. Government retains certain rights in this software.
14
//
15
//=============================================================================
40
#ifndef vtkmWarpScalar_h
41
#define vtkmWarpScalar_h
42
43
#include "vtkAcceleratorsVTKmModule.h"
// required for correct export
44
#include "
vtkWarpScalar.h
"
45
46
class
VTKACCELERATORSVTKM_EXPORT
vtkmWarpScalar
:
public
vtkWarpScalar
47
{
48
public
:
49
vtkTypeMacro(
vtkmWarpScalar
,
vtkWarpScalar
);
50
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
51
52
static
vtkmWarpScalar
*
New
();
53
54
protected
:
55
vtkmWarpScalar
();
56
~
vtkmWarpScalar
()
override
;
57
58
int
RequestData
(
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*)
override
;
59
60
private
:
61
vtkmWarpScalar
(
const
vtkmWarpScalar
&) =
delete
;
62
void
operator=(
const
vtkmWarpScalar
&) =
delete
;
63
};
64
65
#endif // vtkmWarpScalar_h
66
67
// VTK-HeaderTest-Exclude: vtkmWarpScalar.h
vtkWarpScalar::New
static vtkWarpScalar * New()
vtkInformationVector
Store zero or more vtkInformation instances.
Definition:
vtkInformationVector.h:35
vtkWarpScalar
deform geometry with scalar data
Definition:
vtkWarpScalar.h:46
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:33
vtkWarpScalar::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkWarpScalar.h
vtkInformation
Store vtkAlgorithm input/output information.
Definition:
vtkInformation.h:73
vtkWarpScalar::RequestData
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
vtkmWarpScalar
deform geometry with scalar data
Definition:
vtkmWarpScalar.h:46
Generated on Thu Jun 25 2020 08:30:12 for VTK by
1.8.17