VTK
9.0.1
Accelerators
Vtkm
vtkmWarpVector.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
//=============================================================================
27
#ifndef vtkmWarpVector_h
28
#define vtkmWarpVector_h
29
30
#include "vtkAcceleratorsVTKmModule.h"
// required for correct export
31
#include "
vtkWarpVector.h
"
32
33
class
VTKACCELERATORSVTKM_EXPORT
vtkmWarpVector
:
public
vtkWarpVector
34
{
35
public
:
36
vtkTypeMacro(
vtkmWarpVector
,
vtkWarpVector
);
37
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
38
39
static
vtkmWarpVector
*
New
();
40
41
protected
:
42
vtkmWarpVector
();
43
~
vtkmWarpVector
()
override
;
44
45
int
RequestData
(
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*)
override
;
46
47
private
:
48
vtkmWarpVector
(
const
vtkmWarpVector
&) =
delete
;
49
void
operator=(
const
vtkmWarpVector
&) =
delete
;
50
};
51
52
#endif // vtkmWarpVector_h
53
54
// VTK-HeaderTest-Exclude: vtkmWarpVector.h
vtkInformationVector
Store zero or more vtkInformation instances.
Definition:
vtkInformationVector.h:35
vtkWarpVector::New
static vtkWarpVector * New()
vtkWarpVector::RequestData
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
vtkWarpVector.h
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:33
vtkWarpVector::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkInformation
Store vtkAlgorithm input/output information.
Definition:
vtkInformation.h:73
vtkWarpVector
deform geometry with vector data
Definition:
vtkWarpVector.h:32
vtkmWarpVector
deform geometry with vector data
Definition:
vtkmWarpVector.h:33
Generated on Thu Jun 24 2021 15:17:26 for VTK by
1.8.17