VTK
9.0.1
Accelerators
Vtkm
vtkmAverageToPoints.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 vtkmAverageToPoints_h
28
#define vtkmAverageToPoints_h
29
30
#include "vtkAcceleratorsVTKmModule.h"
//required for correct implementation
31
#include "
vtkDataSetAlgorithm.h
"
32
33
class
VTKACCELERATORSVTKM_EXPORT
vtkmAverageToPoints
:
public
vtkDataSetAlgorithm
34
{
35
public
:
36
vtkTypeMacro(
vtkmAverageToPoints
,
vtkDataSetAlgorithm
);
37
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
38
static
vtkmAverageToPoints
*
New
();
39
40
protected
:
41
vtkmAverageToPoints
();
42
~vtkmAverageToPoints
()
override
;
43
44
virtual
int
RequestData
(
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*)
override
;
45
46
private
:
47
vtkmAverageToPoints
(
const
vtkmAverageToPoints
&) =
delete
;
48
void
operator=(
const
vtkmAverageToPoints
&) =
delete
;
49
};
50
51
#endif // vtkmAverageToPoints_h
52
// VTK-HeaderTest-Exclude: vtkmAverageToPoints.h
vtkmAverageToPoints
Accelerated point to cell interpolation filter.
Definition:
vtkmAverageToPoints.h:34
vtkmAverageToPoints::New
static vtkmAverageToPoints * New()
vtkInformationVector
Store zero or more vtkInformation instances.
Definition:
vtkInformationVector.h:36
vtkmAverageToPoints::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkDataSetAlgorithm
Superclass for algorithms that produce output of the same type as input.
Definition:
vtkDataSetAlgorithm.h:49
vtkmAverageToPoints::RequestData
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when a request asks the algorithm to do its work.
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:34
vtkmAverageToPoints::~vtkmAverageToPoints
~vtkmAverageToPoints() override
vtkInformation
Store vtkAlgorithm input/output information.
Definition:
vtkInformation.h:65
vtkDataSetAlgorithm.h
vtkmAverageToPoints::vtkmAverageToPoints
vtkmAverageToPoints()
Generated on Mon Jan 4 2021 21:12:05 for VTK by
1.8.20