VTK  9.3.20240420
vtkmAverageToPoints.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2// SPDX-FileCopyrightText: Copyright (c) Kitware, Inc.
3// SPDX-FileCopyrightText: Copyright 2012 Sandia Corporation.
4// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Sandia-USGov
16#ifndef vtkmAverageToPoints_h
17#define vtkmAverageToPoints_h
18
19#include "vtkAcceleratorsVTKmFiltersModule.h" //required for correct implementation
21#include "vtkmlib/vtkmInitializer.h" // Need for initializing vtk-m
22
23VTK_ABI_NAMESPACE_BEGIN
24class VTKACCELERATORSVTKMFILTERS_EXPORT vtkmAverageToPoints : public vtkCellDataToPointData
25{
26public:
28 void PrintSelf(ostream& os, vtkIndent indent) override;
30
31protected:
34
36
37private:
39 void operator=(const vtkmAverageToPoints&) = delete;
40 vtkmInitializer Initializer;
41};
42
43VTK_ABI_NAMESPACE_END
44#endif // vtkmAverageToPoints_h
map cell data to point data
a simple class to control print indentation
Definition vtkIndent.h:108
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
Accelerated point to cell interpolation filter.
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for instantiation, type information, and printing.
~vtkmAverageToPoints() override
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when a request asks the algorithm to do its work.
static vtkmAverageToPoints * New()